Resource Group Name
Type of issue
Code doesn't work
Description
The documentation states that when you first run azd up or when you run azd env new that it will prompt you for a resource group name. I have not once been prompted for a resource group name. All it ever asks for is an environment name and then when you provision it creates a resource group called rg-{env}. Where is the documentation on how I set a resource group name of my choosing?
Page URL
https://learn.microsoft.com/en-us/dotnet/aspire/deployment/azure/aca-deployment-azd-in-depth?tabs=windows#create-the-net-aspire-starter-app
Content source URL
https://github.com/dotnet/docs-aspire/blob/main/docs/deployment/azure/aca-deployment-azd-in-depth.md
Document Version Independent Id
f8f94169-53e3-93c7-6281-bcbdfb05b757
Article author
@IEvangelist
You can see in the image that even though I tried to set a resource group name it still deployed to rg-dev even though it says it created the resources under the name I provided.