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
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)
LRS is fine for Dev to get us off the ground.
I do need to have a look at what would be more suitable for our Live service and what our appetite for risk is.
From: Noel Papantonis ***@***.***>
Sent: Thursday, August 22, 2024 11:39 AM
To: ImperialCollegeLondon/fair-data-repository ***@***.***>
Cc: Newbury, Trevor C ***@***.***>; Mention ***@***.***>
Subject: Re: [ImperialCollegeLondon/fair-data-repository] Choose Azure Storage Class SKU (Issue #64)
This email from ***@***.******@***.***> originates from outside Imperial. Do not click on links and attachments unless you recognise the sender. If you trust the sender, add them to your safe senders list<https://spam.ic.ac.uk/SpamConsole/Senders.aspx> to disable email stamping for this address.
@tnewburyimperial<https://github.com/tnewburyimperial> would you be able to look at this one please and advise?
—
Reply to this email directly, view it on GitHub<#64 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ASB2STQNY6CJ2IMPMIUW42DZSW5VXAVCNFSM6AAAAABM4ETUQSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBUGMZTQNJXHA>.
You are receiving this because you were mentioned.Message ID: ***@***.******@***.***>>
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.
The text was updated successfully, but these errors were encountered: