From 25a0123d2b0265cf277118af36bd0a6bc79ac863 Mon Sep 17 00:00:00 2001 From: Vinay-Microsoft Date: Mon, 27 Jan 2025 16:52:33 -0800 Subject: [PATCH] Update README.md Fixing a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b67fd9c73..101bf87fc 100644 --- a/README.md +++ b/README.md @@ -199,7 +199,7 @@ To add the identity provider, please follow the steps outlined in [Set Up Authen To debug the solution, you can use the Cosmos and OpenAI services you have manually deployed. To do this, you need to ensure that your Azure identity has the required permissions on the Cosmos and OpenAI services. -- For OpeAI service, you can add yourself to the ‘Cognitive Services OpenAI User’ permission in the Access Control (IAM) pane of the Azure portal. +- For OpenAI service, you can add yourself to the ‘Cognitive Services OpenAI User’ permission in the Access Control (IAM) pane of the Azure portal. - Cosmos is a little more difficult as it requires permissions be added through script. See these examples for more information: - [Use data plane role-based access control - Azure Cosmos DB for NoSQL | Microsoft Learn](https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/security/how-to-grant-data-plane-role-based-access?tabs=built-in-definition%2Cpython&pivots=azure-interface-cli) - [az cosmosdb sql role assignment | Microsoft Learn](https://learn.microsoft.com/en-us/cli/azure/cosmosdb/sql/role/assignment?view=azure-cli-latest#az-cosmosdb-sql-role-assignment-create)