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

Modify PWSH execution for createAppRegistration #289

Closed KSchlobohm closed 1 year ago

KSchlobohm commented 1 year ago

Bug

The PWSH execution for createAppRegistration.ps1 should be

pwsh -ex Bypass -c ".\infra\createAppRegistrations.ps1 -g '$environmentName-rg'"
KSchlobohm commented 1 year ago

migrated to 1852554