Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I'm using Terraform to manage Azure Policy resources across multiple tenants. My plan is to store state in an Azure Storage Account (azurerm backend), using one storage account with a separate state file per tenant.
Questions:
Tags: Terraform, Azure Storage, Infrastructure as Code
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
AI answer
azurerm backend.key value, which is the name of the state file.key values. The guidance also notes these security considerations:
azurerm backend for the use case.access_key.azurerm backend and use the most secure option for the scenario.A supported backend configuration requires these values:
storage_account_namecontainer_namekeyaccess_keyTypical flow:
ARM_ACCESS_KEY as an environment variable.backend block.terraform init.terraform apply.References: