-
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
azurerm_*_app_slot on same asp as azurerm_*_app does not follow to new asp #25917
Comments
Thanks @doug-fish for raising this issue, let me try reproducing the issue. Besides, did you get a chance to check the slot's service plan in azure portal/ api call after the change? |
I think this might be related to @doug-fish's experience.
I'm essentially dead in the water here. I can't create any new slots and I can't edit any existing ones. A quick fix would be appreciated. |
I have checked. The slot truly does not change. |
seeing a similar behavior in our setup. |
@dpickeringjudge please note the above voting method to help with prioritization! |
I have the same behavior with azurerm_windows_function_app_slot using only function_app_id for azurerm_linux_function_app_slot with app_service_id it was okay |
Is there an existing issue for this?
Community Note
Terraform Version
1.3.7
AzureRM Provider Version
3.102.0
Affected Resource(s)/Data Source(s)
azurerm_windows_web_app_slot azurerm_windows_function_app_slot azurerm_linux_web_app_slot azurerm_linux_function_app_slot
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
The web app and its slot should have moved to the new ASP.
Actual Behaviour
Only the web app moved. the slot remained on the original ASP. This is not consistent with the description of the resource meanings.
It would be fine if I had to explicitly set the ASP for this scenario to work. However, this seems to be explicitly prevented by the fix to bug 23403.
Steps to Reproduce
Important Factoids
No response
References
No response
The text was updated successfully, but these errors were encountered: