Automatic Azure Backend Provisioning for Terraform State
Bootstrapping Terraform state on Azure has always meant a detour outside Terraform: before you
can run a single plan, you have to hand-create a resource group, a storage account (with the
right TLS, public-access, and auth settings), and a blob container — by portal, az script, or a
one-off Terraform component you cold-start and then migrate. AWS users have had one-line automatic
backend provisioning for a while. Azure users had a checklist. Not anymore.



