App Service Plan is never created in Terraform
I’m pretty new to Terraform so I’m probably doing something very stupid but please bear with me.
I’ve got the following script, I run Terraform plan and everything is ok but when I go to apply it, it never ends because it can never finish creating the App Service Plan and then I get a 429 HTTP status code
Link Private Endpoint to Private DNS Zone Terraform
I’m trying to link a private endpoint to a private DNS zone with a DNS zone group for a backend web app private endpoint, I know that is a azure command I can do this:
Loop through a list of Routes in azurerm_route in terraform
I cant seem to figure out how to loop through a set of routes in an azurerm_route resource block. The route table resources consist of over 300+ routes, and i need a way to iterate through the routes as they will add/delete over time.
Terrafrom backend “Authorization Permission Mismatch” for Azure Blob Storage
I don’t get it. I create an Azure Storage account. I gave a Service Principal both Storage Blob Data Contributor and Storage Queue Data Contributor permissions to the Storage Account.
Create Blob and Storage Account under azurerm_monitor_diagnostic_setting using TF
I am trying to create blob storage under Storage account which is created fine, but when i am trying to create diagnostic setting for same. It shows storage account as “disabled” and blob container as “Enabled. I want both of these two be enabled. Please suggest.
azurerm_linux_web_app – Configure “Deployment Center” with Terraform
I am creating a web app resource in terraform and trying to alter the deployment center settings. What I want to do is set the Subscription ID, Registry, Image, and tags under the Deployment center for my web app that I am creating through Terraform.
Here are the sections in Deployment Center I want to target