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

createAppRegistrations.ps1 reports success instead of error for managing client secrets #275

Closed KSchlobohm closed 1 year ago

KSchlobohm commented 1 year ago
ERROR: Caller is not authorized to perform action on resource.
If role assignments, deny assignments or role definitions were changed recently, please observe propagation time.

The operation for setting a key vault secret was not actually successful. The secret was created successfully.

Todo

JJVertical commented 1 year ago

ERROR: Max retries exceeded attempting to connect to Vault. The Vault may not exist or you may need to flush your DNS cache and try again later.

KSchlobohm commented 1 year ago

migrated to 1852569