You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We allow specifying the resource group which is used for discovery of
resources (instead of probing for a resource group taged with
`azd-env-name` inside `azure.yaml`. When doing a resource group scoped
deployment, we should consider this value if set and use it instead of
prompting the user to select a resource group or create a new one.
FixesAzure#4287
azd env new
to create a new environmentresourceGroup: <some group>
inazure.yaml
.azd provision
Expected:
The
resourceGroup
property is used.Actual:
I get prompted for a resource group to be selected.
The text was updated successfully, but these errors were encountered: