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
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ The following steps are required to deploy the infrastructure from the command l
170
170
:clock8: *This might take about 35 minutes.*
171
171
172
172
```bash
173
-
RESOURCE_GROUP=rg-chat-baseline-${LOCATION}
173
+
RESOURCE_GROUP=rg-chat-baseline-${BASE_NAME}
174
174
az group create -l $LOCATION -n $RESOURCE_GROUP
175
175
176
176
PRINCIPAL_ID=$(az ad signed-in-user show --query id -o tsv)
@@ -195,26 +195,25 @@ The AI agent definition would likely be deployed from your application's pipelin
195
195
| :computer: | Unless otherwise noted, the following steps are performed from the jump box or from your VPN-connected workstation. The instructions are written as if you are using the provided Windows jump box.|
196
196
| :--------: | :------------------------- |
197
197
198
-
1. Open a PowerShell terminal. Log in and selectyour target subscription.
198
+
1. Open PowerShell from the Terminal app. Log in and selectyour target subscription.
199
199
200
200
```powershell
201
201
az login
202
202
az account set --subscription xxxxx
203
203
```
204
204
205
-
1. Set the base name and location to the same value it was when you deployed the resources.
205
+
1. Set the base name to the same value it was when you deployed the resources.
206
206
207
207
```powershell
208
208
$BASE_NAME="<exact same value used before>"
209
-
$LOCATION="eastus2"
210
209
```
211
210
212
211
1. Generate some variables to set context within your jump box.
213
212
214
213
*The following variables align with the defaults in this deployment. Update them if you customized anything.*
0 commit comments