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: 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: