Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/DeploymentGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ The files for the dev container are located in `/.devcontainer/` folder.
```

```bash
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>
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>
```

**Using a Different Database in Cosmos:**
Expand Down Expand Up @@ -353,7 +353,7 @@ The files for the dev container are located in `/.devcontainer/` folder.
- From the src/backend directory:

```bash
python app.py
python app_kernel.py
```

- In a new terminal from the src/frontend directory
Expand Down
4 changes: 2 additions & 2 deletions docs/LocalDeployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ The files for the dev container are located in `/.devcontainer/` folder.
```

```bash
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>
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>
```
**Using a Different Database in Cosmos:**

Expand Down Expand Up @@ -123,7 +123,7 @@ The files for the dev container are located in `/.devcontainer/` folder.
10. **Run the application:**
- From the src/backend directory:
```bash
python app.py
python app_kernel.py
```
- In a new terminal from the src/frontend directory
```bash
Expand Down
Loading