Skip to content

Commit a675914

Browse files
Merge pull request #408 from microsoft/dev
fix: merging dev to main
2 parents 4b3f25e + 5e92c83 commit a675914

4 files changed

Lines changed: 21 additions & 11 deletions

File tree

docs/AddAuthentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Follow the [directions in the documentation ](https://learn.microsoft.com/en-us/
5757
REACT_APP_MSAL_AUTH_AUTHORITY="https://login.microsoftonline.com/<your tenant ID>"
5858
REACT_APP_MSAL_REDIRECT_URL="/"
5959
REACT_APP_MSAL_POST_REDIRECT_URL="/"
60-
ENV ENABLE_AUTH=true
60+
ENABLE_AUTH=true
6161
```
6262

6363
For local debugging, configure your local variables as follows:

docs/LocalDevelopmentSetup.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,13 @@ az role assignment create \
252252
--role "Cognitive Services OpenAI User" \
253253
--scope /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.CognitiveServices/accounts/<azure-openai-name>
254254
```
255+
```bash
256+
# Assign Azure AI User role
257+
az role assignment create \
258+
--assignee <aad-user-upn> \
259+
--role "Azure AI User" \
260+
--scope /subscriptions/<subscription-id>/resourceGroups/<resource-group-name>/providers/Microsoft.CognitiveServices/accounts/<azure-openai-name>
261+
```
255262

256263
#### Other Required Roles
257264
Depending on the features you use, you may also need:

src/frontend/package-lock.json

Lines changed: 12 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@tailwindcss/vite": "^4.1.18",
2020
"@types/react-router-dom": "^5.3.3",
2121
"autoprefixer": "^10.4.24",
22-
"axios": "^1.13.5",
22+
"axios": "^1.15.0",
2323
"class-variance-authority": "^0.7.1",
2424
"clsx": "^2.1.1",
2525
"lucide-react": "^0.563.0",

0 commit comments

Comments
 (0)