← Back to LOCAL_DEPLOYMENT guide
To use an existing Azure Resource Group for your deployment, follow these steps:
- Visit the Azure Portal and choose the Resource Group you want to reuse.
Before running azd up, set the resource group name:
azd env set AZURE_RESOURCE_GROUP <rg-name>Replace <rg-name> with the name of your chosen Resource Group.
If you want to specify the location, run:
azd env set AZURE_LOCATION <location>Replace <location> with the desired Azure region.
Proceed with the next steps in the Chat with your data local deployment guide.