You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple, single-tenant server (no need for horizontal scaling as we are not write-bound)
Note this is more complex -- we'll need to figure out how to get azure + S3 to work together. Will likely want to recommend something like https://flexify.io/s3-azure or rewrite the client to work with azure blob storage, + reuse server. Could also explore a distributed filesystem, although it won't be as scalable.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We have the s3 server as well as a fairly complex set of terraform files, but we don't have a simple deploy on Azure tutorial.
Describe the solution you'd like
A documentation page/example for how to deploy on GCP. We will link from the docs.
Terraform would be nice too!
Ideally:
Note this is more complex -- we'll need to figure out how to get azure + S3 to work together. Will likely want to recommend something like https://flexify.io/s3-azure or rewrite the client to work with azure blob storage, + reuse server. Could also explore a distributed filesystem, although it won't be as scalable.
The text was updated successfully, but these errors were encountered: