Skip to content

Commit

Permalink
Update Azure storage docs (#7808)
Browse files Browse the repository at this point in the history
Fixes #7750
  • Loading branch information
Jim Kalafut authored Nov 6, 2019
1 parent 98b35d3 commit 8f563d6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions website/source/docs/configuration/storage/azure.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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&regions=all)).


- **No High Availability** – the Azure storage backend does not support high
availability.
Expand Down Expand Up @@ -71,4 +75,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
[azure-environment]: https://godoc.org/github.com/Azure/go-autorest/autorest/azure#pkg-variables

0 comments on commit 8f563d6

Please sign in to comment.