Introduction
When you use Terraform to manage cloud resources, you need a safe place to store the information about what you created. Azure Storage backend lets you keep this information in an Azure Storage Account, so your team can share and update infrastructure safely.
When you want to share Terraform state files securely among team members using Azure cloud.
When you want to keep track of your infrastructure changes in a central place to avoid conflicts.
When you want to use Terraform with Azure resources and keep state files in Azure Storage for reliability.
When you want to enable locking to prevent multiple people from changing infrastructure at the same time.
When you want to back up your Terraform state files automatically in Azure.