From b5d3559d2d5005ee93a55bb78ea3971ab7ee0e2b Mon Sep 17 00:00:00 2001 From: Greg Oliver Date: Fri, 27 Oct 2017 17:26:37 -0700 Subject: [PATCH] website: refine the description of the azurerm backend --- website/docs/backends/types/azurerm.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/backends/types/azurerm.html.md b/website/docs/backends/types/azurerm.html.md index d57ce151a..50ad02b65 100644 --- a/website/docs/backends/types/azurerm.html.md +++ b/website/docs/backends/types/azurerm.html.md @@ -11,7 +11,7 @@ description: |- **Kind: Standard (with state locking)** -Stores the state as a given key in a given bucket on [Microsoft Azure Storage](https://azure.microsoft.com/en-us/documentation/articles/storage-introduction/). +Stores the state as a given key in a given blob container on [Microsoft Azure Storage](https://azure.microsoft.com/en-us/documentation/articles/storage-introduction/). This backend also supports state locking and consistency checking via native capabilities of Microsoft Azure Storage. ## Example Configuration