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
356 stars 114 forks source link

Script should use clientId not principalId #312

Closed KSchlobohm closed 1 year ago

KSchlobohm commented 1 year ago

In the following line: https://github.com/Azure/reliable-web-app-pattern-dotnet/blob/91fa26019e8e542f52c53f613ae5d166f16bb893/infra/azureSqlDatabase.bicep#L131

The snippet uses the wrong property, should be managedIdentity.properties.clientId instead of managedIdentity.properties.principalId

KSchlobohm commented 1 year ago

migrated to 1852510