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

multiple az cli results break createAppRegistration.ps1 #217

Closed KSchlobohm closed 1 year ago

KSchlobohm commented 1 year ago

Found that there are duplicate rows returned by az cli commands. This causes the createAppRegistration scripts to fail when the frontEndWebAppUri is listed as a multi-line string which is an invalid redirectUri that cannot be fed into an Azure AD app registration

https://github.com/Azure/azure-cli/issues/25214