Supported Azure Storage account types (#25167)
* Supported Azure Storage account types Add important note for Azure Storage account types Relates #20844
This commit is contained in:
parent
f6821c41d8
commit
a0f50e8aa4
|
@ -71,6 +71,19 @@ cloud:
|
|||
In this example, timeout will be `10s` per try for `my_account1` with `7` retries before failing
|
||||
and `30s` per try for `my_account2` with `3` retries.
|
||||
|
||||
[IMPORTANT]
|
||||
.Supported Azure Storage Account types
|
||||
===============================================
|
||||
The Azure Repository plugin works with all Standard storage accounts
|
||||
|
||||
* Standard Locally Redundant Storage - `Standard_LRS`
|
||||
* Standard Zone-Redundant Storage - `Standard_ZRS`
|
||||
* Standard Geo-Redundant Storage - `Standard_GRS`
|
||||
* Standard Read Access Geo-Redundant Storage - `Standard_RAGRS`
|
||||
|
||||
https://azure.microsoft.com/en-gb/documentation/articles/storage-premium-storage[Premium Locally Redundant Storage] (`Premium_LRS`) is **not supported** as it is only usable as VM disk storage, not as general storage.
|
||||
===============================================
|
||||
|
||||
[[repository-azure-repository-settings]]
|
||||
===== Repository settings
|
||||
|
||||
|
|
Loading…
Reference in New Issue