Skip to content

Commit b8184bf

Browse files
Updated readme for role assignment and file name
1 parent 279ca9a commit b8184bf

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/DeploymentGuide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ The files for the dev container are located in `/.devcontainer/` folder.
318318
```
319319
320320
```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>
322322
```
323323
324324
**Using a Different Database in Cosmos:**
@@ -353,7 +353,7 @@ The files for the dev container are located in `/.devcontainer/` folder.
353353
- From the src/backend directory:
354354
355355
```bash
356-
python app.py
356+
python app_kernel.py
357357
```
358358
359359
- In a new terminal from the src/frontend directory

docs/LocalDeployment.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The files for the dev container are located in `/.devcontainer/` folder.
9292
```
9393
9494
```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>
9696
```
9797
**Using a Different Database in Cosmos:**
9898
@@ -123,7 +123,7 @@ The files for the dev container are located in `/.devcontainer/` folder.
123123
10. **Run the application:**
124124
- From the src/backend directory:
125125
```bash
126-
python app.py
126+
python app_kernel.py
127127
```
128128
- In a new terminal from the src/frontend directory
129129
```bash

0 commit comments

Comments
 (0)