Skip to content

Commit 5de338f

Browse files
committed
done with resources
1 parent b5ba917 commit 5de338f

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

articles/ai-studio/tutorials/deploy-chat-web-app.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,26 @@ To start, find the resources you need to configure in the Azure AI Foundry porta
6060

6161
:::image type="content" source="../media/tutorials/deploy-chat-web-app/resources.png" alt-text="Screenshot shows the connected resources that need to be configured.":::
6262

63+
If you have multiple **Azure OpenAI service** resources, select the one that has your deployed model in it.
64+
6365
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**).
6466
1. After the tab opens, go back to the Azure AI Foundry portal and repeat the process for the next resource.
6567
1. Keep all three new tabs open as you'll go back and forth between them to configure the resources.
6668

6769
### Enable managed identity
6870

69-
Both the **Azure AI Search service** and the **Azure OpenAI service** need managed identity enabled. For each of these two resources, follow these steps in their respective Azure portal pages:
71+
On the tab for the **Azure AI Search service** resource in the Azure portal, enable the managed identity:
7072

7173
1. From the left pane, under **Settings**, select **Identity**.
7274
1. Switch **Status** to **On**.
7375
1. Select **Save**.
7476

77+
On the tab for the **Azure OpenAI service** resource in the Azure portal, enable the managed identity:
78+
79+
1. From the left pane, under **Resource Management**, select **Identity**.
80+
1. Switch **Status** to **On**.
81+
1. Select **Save**.
82+
7583
### Set access control for search
7684

7785
On the tab for the **Azure AI Search service** resource in the Azure portal, set the API Access policy:
@@ -104,6 +112,8 @@ Use these steps to assign roles for the resources you're configuring in this tut
104112
* **Storage Blob Data Reader** to the **Azure AI Search service** managed identity
105113
* **Contributor** to yourself
106114

115+
You're done configuring resources. You can close the Azure portal tabs now if you wish.
116+
107117
## Add your data and try the chat model again
108118

109119
In the [Azure AI Foundry playground quickstart](../quickstarts/get-started-playground.md) (that's a prerequisite for this tutorial), observe how your model responds without your data. Now add your data to the model to help it answer questions about your products.

0 commit comments

Comments
 (0)