Updating the AzureRM Backend Documentation (#15990)
* Updating to reference this has been renamed * Clarifying Blob Storage
This commit is contained in:
parent
72da85e927
commit
cbb512d374
|
@ -3,10 +3,11 @@ layout: "backend-types"
|
||||||
page_title: "Backend Type: azurerm"
|
page_title: "Backend Type: azurerm"
|
||||||
sidebar_current: "docs-backends-types-standard-azurerm"
|
sidebar_current: "docs-backends-types-standard-azurerm"
|
||||||
description: |-
|
description: |-
|
||||||
Terraform can store state remotely in Azure Storage.
|
Terraform can store state remotely in Azure Blob Storage.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# azurerm
|
# azurerm (formerly azure)
|
||||||
|
|
||||||
**Kind: Standard (with state locking)**
|
**Kind: Standard (with state locking)**
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
<a href="/docs/backends/types/artifactory.html">artifactory</a>
|
<a href="/docs/backends/types/artifactory.html">artifactory</a>
|
||||||
</li>
|
</li>
|
||||||
<li<%= sidebar_current("docs-backends-types-standard-azurerm") %>>
|
<li<%= sidebar_current("docs-backends-types-standard-azurerm") %>>
|
||||||
<a href="/docs/backends/types/azurerm.html">azure</a>
|
<a href="/docs/backends/types/azurerm.html">azurerm (_formerly `azure`_)</a>
|
||||||
</li>
|
</li>
|
||||||
<li<%= sidebar_current("docs-backends-types-standard-consul") %>>
|
<li<%= sidebar_current("docs-backends-types-standard-consul") %>>
|
||||||
<a href="/docs/backends/types/consul.html">consul</a>
|
<a href="/docs/backends/types/consul.html">consul</a>
|
||||||
|
|
Loading…
Reference in New Issue