diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md index c4560394..5fc6337d 100644 --- a/docs/DeploymentGuide.md +++ b/docs/DeploymentGuide.md @@ -318,7 +318,7 @@ The files for the dev container are located in `/.devcontainer/` folder. ``` ```bash - az role assignment create --assignee --role "Cognitive Services OpenAI User" --scope /subscriptions//resourceGroups//providers/Microsoft.CognitiveServices/accounts/ + az role assignment create --assignee --role "Azure AI User" --scope /subscriptions//resourceGroups//providers/Microsoft.CognitiveServices/accounts/ ``` **Using a Different Database in Cosmos:** @@ -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 diff --git a/docs/LocalDeployment.md b/docs/LocalDeployment.md index a34ba583..da1eb141 100644 --- a/docs/LocalDeployment.md +++ b/docs/LocalDeployment.md @@ -92,7 +92,7 @@ The files for the dev container are located in `/.devcontainer/` folder. ``` ```bash - az role assignment create --assignee --role "Cognitive Services OpenAI User" --scope /subscriptions//resourceGroups//providers/Microsoft.CognitiveServices/accounts/ + az role assignment create --assignee --role "Azure AI User" --scope /subscriptions//resourceGroups//providers/Microsoft.CognitiveServices/accounts/ ``` **Using a Different Database in Cosmos:** @@ -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