Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Choose Azure Storage Class SKU #64

Open
J4bbi opened this issue Aug 21, 2024 · 2 comments
Open

Choose Azure Storage Class SKU #64

J4bbi opened this issue Aug 21, 2024 · 2 comments

Comments

@J4bbi
Copy link
Collaborator

J4bbi commented Aug 21, 2024

Because we need a ReadWriteMany shared volume between the web and the worker pods we need to procure an Azure Files provision. We then need to choose from different products, known in Azure as SKUs (Stock Keeping Unit). Different SKUs offer different levels of availability and backup strategies.

  • Standard_LRS: Standard locally redundant storage (LRS)
  • Standard_GRS: Standard geo-redundant storage (GRS)
  • Standard_ZRS: Standard zone redundant storage (ZRS)
  • Standard_RAGRS: Standard read-access geo-redundant storage (RA-GRS)
  • Premium_LRS: Premium locally redundant storage (LRS)
  • Premium_ZRS: Premium zone redundant storage (ZRS)

See further information: Azure storage redundancy SKUs.

The current development deployment uses Standard_LRS.

A final decision on this is required before production goes live.

@npapantonis
Copy link
Collaborator

@tnewburyimperial would you be able to look at this one please and advise?

@tnewburyimperial
Copy link
Collaborator

tnewburyimperial commented Aug 22, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

3 participants