From 9fcc0546e3bd46b1b478b37d1c582d6073ea7043 Mon Sep 17 00:00:00 2001 From: Shreyas-Microsoft Date: Tue, 14 Apr 2026 14:40:30 +0530 Subject: [PATCH 1/2] update auth .md file --- docs/AddAuthentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/AddAuthentication.md b/docs/AddAuthentication.md index a986abc8..a82e46cb 100644 --- a/docs/AddAuthentication.md +++ b/docs/AddAuthentication.md @@ -57,7 +57,7 @@ Follow the [directions in the documentation ](https://learn.microsoft.com/en-us/ REACT_APP_MSAL_AUTH_AUTHORITY="https://login.microsoftonline.com/" REACT_APP_MSAL_REDIRECT_URL="/" REACT_APP_MSAL_POST_REDIRECT_URL="/" - ENV ENABLE_AUTH=true + ENABLE_AUTH=true ``` For local debugging, configure your local variables as follows: From 50200b35426a85a50dcc24fb3f13375a84a646b4 Mon Sep 17 00:00:00 2001 From: Shreyas-Microsoft Date: Thu, 16 Apr 2026 20:16:11 +0530 Subject: [PATCH 2/2] add azure ai user role description --- docs/LocalDevelopmentSetup.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/LocalDevelopmentSetup.md b/docs/LocalDevelopmentSetup.md index 7f711694..f065ecf5 100644 --- a/docs/LocalDevelopmentSetup.md +++ b/docs/LocalDevelopmentSetup.md @@ -252,6 +252,13 @@ az role assignment create \ --role "Cognitive Services OpenAI User" \ --scope /subscriptions//resourceGroups//providers/Microsoft.CognitiveServices/accounts/ ``` +```bash +# Assign Azure AI User role +az role assignment create \ + --assignee \ + --role "Azure AI User" \ + --scope /subscriptions//resourceGroups//providers/Microsoft.CognitiveServices/accounts/ +``` #### Other Required Roles Depending on the features you use, you may also need: