Replies: 1 comment 3 replies
-
Hello @sandord,
Then set AZURE_RESOURCE_GROUP in your azd environment:
This makes |
Beta Was this translation helpful? Give feedback.
3 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 generate
from an Aspire solution, I see thatmain.bicep
sets theTargetScope
toSubscription
.Is it possible to use the distributed application builder to configure the TargetScope as
ResourceGroup
for the entire deployment?I know this can be done at the resource level but I need to do it globally because otherwise,
azd
starts 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.
Beta Was this translation helpful? Give feedback.
All reactions