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
$servicePrincipalObjectId=$(az ad sp show --id $servicePrincipal--query id --output tsv)
32
+
Write-Host"Assigning Roles to service principal azure-ai-chat-java-spi with principal id: $servicePrincipal and object id[$servicePrincipalObjectId]"
33
+
foreach ($rolein$roles) {
34
+
Write-Host"Assigning Role[$role] to principal id[$servicePrincipal] for resource[/subscriptions/$($env:AZURE_SUBSCRIPTION_ID)/resourceGroups/$($env:AZURE_RESOURCE_GROUP)]"
Copy file name to clipboardExpand all lines: docs/aca/README-ACA.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -213,10 +213,10 @@ azd up
213
213
az login
214
214
```
215
215
216
-
2. Change dir to `app`
216
+
2. Change dir to `deploy/aca`
217
217
218
218
```shell
219
-
cd app
219
+
cd deploy/aca
220
220
```
221
221
222
222
3. Run the `./start-compose.ps1` (Windows) or `./start-compose.sh` (Linux/Mac) scripts or run the "VS Code Task: Start App" to start the project locally.
Copy file name to clipboardExpand all lines: docs/aks/README-AKS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -199,10 +199,10 @@ azd up
199
199
az login
200
200
```
201
201
202
-
2. Change dir to `app`
202
+
2. Change dir to `deploy/aks`
203
203
204
204
```shell
205
-
cdapp
205
+
cddeploy/aks
206
206
```
207
207
208
208
3. Run the `./start-compose.ps1` (Windows) or `./start-compose.sh` (Linux/Mac) scripts or run the "VS Code Task: Start App" to start the project locally.
0 commit comments