You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/tutorials/deploy-chat-web-app.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.custom:
9
9
- build-2024
10
10
- ignite-2024
11
11
ms.topic: tutorial
12
-
ms.date: 02/13/2025
12
+
ms.date: 06/18/2025
13
13
ms.reviewer: tgokal
14
14
ms.author: sgilley
15
15
author: sdgilley
@@ -73,7 +73,7 @@ To start, identify the resources you need to configure from the Azure AI Foundry
73
73
74
74
1. For each resource, select the link to open the resource details. From the details page, select the resource name to open the resource in the Azure portal. (For the workspaceblobstore, select **View in Azure Portal**).
75
75
1. After the browser tab opens, go back to the Azure AI Foundry portal and repeat the process for the next resource.
76
-
1. When you're done, you should have three new browser tabs open, for **Search service**, **Azure AI services**, and **blobstore Container**. Keep all three new tabs open as you'll go back and forth between them to configure the resources.
76
+
1. When you're done, you should have three new browser tabs open, for **Search service**, **Azure AI Foundry**, and **blobstore Container**. Keep all three new tabs open as you'll go back and forth between them to configure the resources.
77
77
78
78
### Enable managed identity
79
79
@@ -83,7 +83,7 @@ On the browser tab for the **Search service** resource in the Azure portal, enab
83
83
1. Switch **Status** to **On**.
84
84
1. Select **Save**.
85
85
86
-
On the browser tab for the **Azure AI services** resource in the Azure portal, enable the managed identity:
86
+
On the browser tab for the **Azure AI Foundry** resource in the Azure portal, enable the managed identity:
87
87
88
88
1. From the left pane, under **Resource Management**, select **Identity**.
89
89
1. Switch **Status** to **On**.
@@ -106,18 +106,18 @@ You'll repeat this pattern multiple times in the bulleted items below.
106
106
Use these steps to assign roles for the resources you're configuring in this tutorial:
107
107
108
108
* Assign the following roles on the browser tab for **Search service** in the Azure portal:
109
-
***Search Index Data Reader** to the **Azure AI services** managed identity
110
-
***Search Service Contributor** to the **Azure AI services** managed identity
109
+
***Search Index Data Reader** to the **Azure AI Foundry** managed identity
110
+
***Search Service Contributor** to the **Azure AI Foundry** managed identity
111
111
***Contributor** to yourself (to find **Contributor**, switch to the **Privileged administrator roles** tab at the top. All other roles are in the **Job function roles** tab.)
112
112
113
-
* Assign the following roles on the browser tab for **Azure AI services** in the Azure portal:
113
+
* Assign the following roles on the browser tab for **Azure AI Foundry** in the Azure portal:
114
114
115
115
***Cognitive Services OpenAI Contributor** to the **Search service** managed identity
116
116
***Contributor** to yourself.
117
117
118
118
* Assign the following roles on the browser tab for **Azure Blob storage** in the Azure portal:
119
119
120
-
***Storage Blob Data Contributor** to the **Azure AI services** managed identity
120
+
***Storage Blob Data Contributor** to the **Azure AI Foundry** managed identity
121
121
***Storage Blob Data Reader** to the **Search service** managed identity
0 commit comments