|
@@ -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
|
|
|
|