diff --git a/website/source/docs/configuration/storage/azure.html.md b/website/source/docs/configuration/storage/azure.html.md index a3c4cf0432b8..85ba1f9909de 100644 --- a/website/source/docs/configuration/storage/azure.html.md +++ b/website/source/docs/configuration/storage/azure.html.md @@ -14,7 +14,11 @@ description: |- The Azure storage backend is used to persist Vault's data in an [Azure Storage Container][azure-storage]. The storage container must already exist and the provided account credentials must have read and write permissions -to the storage container. +to the storage container. The storage account type must support block blobs. This +currently includes the general purpose "Storage V2" type with _Standard_ performance +(Premium will not work), as well as Premium "Block Blob Storage" +([limited region availability](https://azure.microsoft.com/en-us/global-infrastructure/services/?products=storage®ions=all)). + - **No High Availability** – the Azure storage backend does not support high availability. @@ -67,4 +71,4 @@ storage "azure" { ``` [azure-storage]: https://azure.microsoft.com/en-us/services/storage/ -[azure-environment]: https://godoc.org/github.com/Azure/go-autorest/autorest/azure#pkg-variables \ No newline at end of file +[azure-environment]: https://godoc.org/github.com/Azure/go-autorest/autorest/azure#pkg-variables