Merge pull request #21553 from zippy1981/zippy1981-patch-1

Updated docs for using az cli or service principle
This commit is contained in:
Pam Selle 2019-07-12 13:55:41 -04:00 committed by GitHub
commit 21b1364535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ When authenticating using the Azure CLI or a Service Principal:
```hcl
terraform {
backend "azurerm" {
resource_group_name = "StorageAccount-ResourceGroup"
storage_account_name = "abcd1234"
container_name = "tfstate"
key = "prod.terraform.tfstate"