Skip to content

Commit 29db4d4

Browse files
Merge pull request #480 from microsoft/us-19154
docs: remove deployment instructions for using an existing RG
2 parents 2323708 + 0f4d95d commit 29db4d4

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

docs/DeploymentGuide.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -134,31 +134,6 @@ To adjust quota settings, follow these [steps](./AzureGPTQuotaSettings.md).
134134

135135
</details>
136136

137-
<details>
138-
139-
<summary><b>Deploy in existing Resource Group</b></summary>
140-
141-
To use an existing Azure Resource Group for your deployment, follow these steps:
142-
143-
#### 1. Identify the Resource Group
144-
145-
- Visit the [Azure Portal](https://portal.azure.com) and choose the Resource Group you want to reuse.
146-
147-
#### 2. Set the Resource Group in your Environment
148-
149-
Before running `azd up`, set the resource group name:
150-
151-
```bash
152-
azd env set AZURE_RESOURCE_GROUP <rg-name>
153-
```
154-
Replace `<rg-name>` with the name of your chosen Resource Group.
155-
156-
#### 3. Continue Deployment
157-
158-
Continue with the [deploying steps](#deploying-with-azd).
159-
160-
</details>
161-
162137
<details>
163138

164139
<summary><b>Reusing an Existing Log Analytics Workspace</b></summary>

0 commit comments

Comments
 (0)