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
Hi Jakereifer, I have the same issue. Do you fix it?
I think this worked (a web app pulling from an acr)
resource"azurerm_role_assignment""pull_role_assignment" {
principal_id=azurerm_linux_web_app.example_web_app.identity[0].principal_idrole_definition_name="AcrPull"scope=var.acr_id# the id of the acr you want to pull fromskip_service_principal_aad_check=true
}
Is there an existing issue for this?
Example Name
201-web-app-docker-acr
Terraform Version
1.4.6
Current Behavior
The App service is given a permission to the App Service Plan (not the ACR)
Expected Behavior
The App service is given a permission to the ACR
Steps To Reproduce
Anything else?
No response
The text was updated successfully, but these errors were encountered: