-
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
Support for internal_load_balancing_mode on azurerm_app_service_environment_v3 #12251
Comments
I think the terraform resource |
This service goes GA next week so any ability to add this to the next release would be apprecated. Today it cannot be deployed for most use cases. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hi all - by way of update, I have the GA update to this resource waiting on a branch, however, we're blocked on a couple SDK/API fixes that are part of this upstream PR: Azure/azure-rest-api-specs#15188. (Notably the dedicated hosts property incorrectly marked as Read Only, and support for configuring zonal resources). As soon as that's merged and made available in an SDK release, we'll get this moving. |
Any news on this issue? Anybody used Arm template to create asev3? |
This functionality has been released in v2.73.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Terraform (and AzureRM Provider) Version
Affected Resource(s)
azurerm_app_service_environment_v3
Terraform Configuration Files
Expected Behaviour
When creating an "App Service Environment (preview)" via the Azure Portal the ASE inbound IP is bound into a subnet of my vnet via a private endpoint. Same behaviour is expected when creating via Terraform provider.
Actual Behaviour
The ASE created via Terraform provider created inbound connection to an external public IP address.
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: