Is it possible to set the Target Scope globally to Resource Group? #11174
Sandor Drieënhuizen (sandord)
started this conversation in
General
Replies: 1 comment 4 replies
|
Hello Sandor Drieënhuizen (@sandord),
Then set AZURE_RESOURCE_GROUP in your azd environment:
This makes |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Currently, when using
azd infra generatefrom an Aspire solution, I see thatmain.bicepsets theTargetScopetoSubscription.Is it possible to use the distributed application builder to configure the TargetScope as
ResourceGroupfor the entire deployment?I know this can be done at the resource level but I need to do it globally because otherwise,
azdstarts performing checks in the subscription scope which I don't have permissions for.Basically, what I want is to use an existing resource group instead of creating a new one.
All reactions