You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a new Web App in App Service using Terraform the client_affinity_enabled setting appears to have no affect.
Additionally, it would appear that this property should actually move to the site_config level as it appears at that level in the Azure management Portal (i.e. 'Always On' and 'ARR Affinity' are both available on the same management blade).
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.
If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!
ghost
locked and limited conversation to collaborators
Mar 31, 2020
When creating a new Web App in App Service using Terraform the client_affinity_enabled setting appears to have no affect.
Additionally, it would appear that this property should actually move to the site_config level as it appears at that level in the Azure management Portal (i.e. 'Always On' and 'ARR Affinity' are both available on the same management blade).
Terraform Version
Terraform v0.11.2
Affected Resource(s)
azurerm_app_service
Terraform Configuration Files
Debug Output
N/A
Panic Output
N/A
Expected Behavior
The ARR Affinity value for the resulting Web App should be set to 'Off'.
Actual Behavior
ARR Affinity for Web App remains as default value ('On') and requires a manual change.
Steps to Reproduce
Simply run a standard "apply" using the above HCL snippet being applied to an existing App Service Plan.
Important Factoids
Windows App Service deployment.
The text was updated successfully, but these errors were encountered: