-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
public_network_access_enabled
not updating on azurerm_linux_web_app
#24878
Comments
I'm starting to get conflict errors related to this change:
/cc @jackofallops |
Also receiving a new conflict error for site/siteConfig properties
|
we're also seeing the exact same issue ^ |
Hello all, We are getting below issue since last 2 days for Azure App Service VNET configuration. It's behaving very odd. Enabling vnet_route_all_enabled is throwing the conflict. If I remove this setting, VNET Routing is getting enabled by default in few subscriptions. In few subscriptions it is not enabling. Please let me know if there is any solution or workaround. Error:: Code="BadRequest" Message="There was a conflict. SiteConfig.VnetRouteAllEnabled cannot be modified. Please modify the Site.VnetRouteAllEnabled property." |
Any update on this ? |
@mrk9676 I think the api is not throwing the error now? Do you mind double check to see if you are still getting the 400 error? |
Is there an existing issue for this?
Community Note
Terraform Version
1.5.0
AzureRM Provider Version
3.86.0
Affected Resource(s)/Data Source(s)
azurerm_linux_web_app
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
Under Inbound traffic configuration, Public network access should be
Enabled
, because the terraform config says to explicitly override the default behavior.Additionally, clicking on the linked text should show the radio button
Enabled from select virtual networks and IP addresses
selected.Actual Behaviour
Under Inbound traffic configuration, Public network access is
Disabled (Using default behavior)
.Additionally, clicking on the linked text shows none of the 3 radio buttons under Public Network Access are selected.
Steps to Reproduce
terraform plan
terraform apply
terraform plan
terraform apply
Important Factoids
No response
References
It seems like this is an issue with more than just
azurerm_linux_web_app
:2022-09-01
- API requiresvnetRouteAllEnabled
be set in bothsiteProperties
andsiteConfig
Azure/azure-rest-api-specs#24681The text was updated successfully, but these errors were encountered: