Browse Source

Supported Azure Storage account types (#25167)

* Supported Azure Storage account types

Add important note for Azure Storage account types

Relates #20844
Russ Cam 8 years ago
parent
commit
a0f50e8aa4
1 changed files with 13 additions and 0 deletions
  1. 13 0
      docs/plugins/repository-azure.asciidoc

+ 13 - 0
docs/plugins/repository-azure.asciidoc

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