-
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
Add MSI support also for app service deployment slots #1268
Comments
Here's how to do it manually using Azure CLI (the fact that you can send in the path of a webapp slot into the webapp command is not documented AFAICT)
|
* resource/app_service_slot: Add support for enabling MSI Fixes: #1268 * App Service -> App Service Slot
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 👉 hashibot-feedback@hashicorp.com. Thanks! |
Community Note
Description
#1130 (big thank you!) brought support for enabling MSI for appservices ("SystemAssigned" Identity).
The missing piece is to support this also for deployment slots. According to this thread, this is now supported - in preview like for the primary slot.
New or Affected Resource(s)
Potential Terraform Configuration
References
azurerm_app_service
- support for MSI #1130The text was updated successfully, but these errors were encountered: