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: docs/DeploymentGuide.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
@@ -318,7 +318,7 @@ The files for the dev container are located in `/.devcontainer/` folder.
318
318
```
319
319
320
320
```bash
321
-
az role assignment create --assignee <aad-user-upn> --role "Cognitive Services OpenAI User" --scope /subscriptions/<subscription-id>/resourceGroups/<solution-accelerator-rg>/providers/Microsoft.CognitiveServices/accounts/<azure-openai-account-name>
321
+
az role assignment create --assignee <aad-user-upn> --role "Azure AI User" --scope /subscriptions/<subscription-id>/resourceGroups/<solution-accelerator-rg>/providers/Microsoft.CognitiveServices/accounts/<azure-ai-foundry-name>
322
322
```
323
323
324
324
**Using a Different Database in Cosmos:**
@@ -353,7 +353,7 @@ The files for the dev container are located in `/.devcontainer/` folder.
353
353
- From the src/backend directory:
354
354
355
355
```bash
356
-
python app.py
356
+
python app_kernel.py
357
357
```
358
358
359
359
- In a new terminal from the src/frontend directory
Copy file name to clipboardExpand all lines: docs/LocalDeployment.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
@@ -92,7 +92,7 @@ The files for the dev container are located in `/.devcontainer/` folder.
92
92
```
93
93
94
94
```bash
95
-
az role assignment create --assignee <aad-user-upn> --role "Cognitive Services OpenAI User" --scope /subscriptions/<subscription-id>/resourceGroups/<solution-accelerator-rg>/providers/Microsoft.CognitiveServices/accounts/<azure-openai-account-name>
95
+
az role assignment create --assignee <aad-user-upn> --role "Azure AI User" --scope /subscriptions/<subscription-id>/resourceGroups/<solution-accelerator-rg>/providers/Microsoft.CognitiveServices/accounts/<azure-ai-foundry-name>
96
96
```
97
97
**Using a Different Database in Cosmos:**
98
98
@@ -123,7 +123,7 @@ The files for the dev container are located in `/.devcontainer/` folder.
123
123
10. **Run the application:**
124
124
- From the src/backend directory:
125
125
```bash
126
-
python app.py
126
+
python app_kernel.py
127
127
```
128
128
- In a new terminal from the src/frontend directory
0 commit comments