Add ip_restriction priorty for azurerm_windows_function_app based off a for_each in terraform
Any idea how to dynamically create priorities based off of a for_each loop for the ip_restriction setting in azurerm_windows_function_app? I am passing a list of subnet IDs based a subnet data block.
Azure Function App deployed with Terraform has persistent ServiceUnavailable error
I am currently trying to deploy a Python Function App with Terraform. I am deploying the app with a Docker container that is kept in an ACR instance in the same resource group. Below is the module code:
the functions deployed to a manually created Function App are listing, but those deployed to a Terraform-created Function App are not
The functions deployed to a manually created Function App are listing, but those deployed to a Terraform-created Function App are not listing.