Azure / reliable-web-app-pattern-dotnet

The Reliable Web App Pattern is a set of objectives to help your web application converge on the cloud. This repo contains a reference implementation of a reliable web application for .NET.
https://aka.ms/eap/rwa/dotnet/doc
MIT License
361 stars 115 forks source link

Current User did not receive Key Vault RBAC access #276

Closed KSchlobohm closed 1 year ago

KSchlobohm commented 1 year ago

when I ran azd provision the role assignment operation was successful, but it wasn't performed against the current user id. This resulted in a failure to store the client secret which caused the web app not to start.

KSchlobohm commented 1 year ago

opened https://github.com/Azure/azure-dev/issues/1745 because it wasn't clear why the current user was not used for the role assignment. was not able to reproduce the issue for a different subscription.