make sure the blob storage exists.
in this example we use the following blob in azure:
to configure in a terraform config:
add the following:
backend "azurerm" {
resource_group_name = "TerraformState"
storage_account_name = "lpaterraformstate"
container_name = "tfstate"
key = "pza.web.tfstate"
}
}it will direct terraform to store the state file in the azure blob