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

Deploying to single region should not populate a managed identity in 2nd region #216

Closed KSchlobohm closed 1 year ago

KSchlobohm commented 1 year ago

Repro

  1. Run azd provision
  2. Run az resource list -g "relecloudqa11-secondary-rg" --query "[? name=='devops-xxxxxxxxxxx-identity'].name"

Actual behavior

  1. group is not empty

Expected behavior

  1. group SHOULD be empty