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-studio/includes/chat-with-data.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Follow these steps to add your data in the chat playground to help the assistant
21
21
22
22
:::image type="content" source="../media/tutorials/chat/playground-chat.png" alt-text="Screenshot of the chat playground with the chat mode and model selected." lightbox="../media/tutorials/chat/playground-chat.png":::
23
23
24
-
1. On the left side of the chat playground, select **Add your data** > **+ Add a new data source**.
24
+
1. On the left side of the chat playground, select **Add your data (PREVIEW)** > **+ Add a new data source**.
25
25
26
26
:::image type="content" source="../media/tutorials/chat/add-your-data.png" alt-text="Screenshot of the chat playground with the option to add a data source visible." lightbox="../media/tutorials/chat/add-your-data.png":::
Copy file name to clipboardExpand all lines: articles/ai-studio/tutorials/deploy-chat-web-app.md
+12-3Lines changed: 12 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,14 +42,22 @@ The steps in this tutorial are:
42
42
43
43
- A **Microsoft.Web** resource provider registered in the selected subscription, to be able to deploy to a web app. For more information on registering a resource provide, see [Register resource provider](/azure/azure-resource-manager/management/resource-providers-and-types#register-resource-provider-1).
44
44
45
-
- Necessary permissions to add role assignments in your Azure subscription.
45
+
- Necessary permissions to add role assignments in your Azure subscription. Granting permissions by role assignment is only allowed by the Owner of the specific Azure resources.
46
+
47
+
## Azure AI Foundry portal and Azure portal
48
+
49
+
In this tutorial, you perform some tasks in the Azure AI Foundry portal and some tasks in the Azure portal.
50
+
51
+
The Azure AI Foundry portal is a web-based environment for building, training, and deploying AI models. As a developer, it's where you will build and deploy your chat web application.
52
+
53
+
The Azure portal allows an administrator to manage and monitor Azure resources. As an administrator, you'll use the portal to configure settings for various Azure services required for access from the web app.
46
54
47
55
## Configure resources
48
56
49
57
> [!IMPORTANT]
50
58
> You must have the necessary permissions to add role assignments in your Azure subscription. Granting permissions by role assignment is only allowed by the Owner of the specific Azure resources. You might need to ask your Azure subscription owner (who might be your IT admin) to complete this section for you.
51
59
52
-
In order for the resources you're about to deploy to work correctly, you need to configure them with the correct permissions. This work is done in the Azure portal. The Azure portal is a place to manage all Azure resources, including Azure AI Foundry resources.
60
+
In order for the resources to work correctly inside a web app, you need to configure them with the correct permissions. This work is done in the Azure portal.
53
61
54
62
To start, identify the resources you need to configure from the Azure AI Foundry portal.
55
63
@@ -60,7 +68,8 @@ To start, identify the resources you need to configure from the Azure AI Foundry
60
68
61
69
:::image type="content" source="../media/tutorials/deploy-chat-web-app/resources.png" alt-text="Screenshot shows the connected resources that need to be configured.":::
62
70
63
-
If you have multiple **Azure OpenAI** resources, select the one that has your deployed chat model in it.
71
+
> [!TIP]
72
+
> If you have multiple **Azure OpenAI** resources, select the one that contains your deployed chat model.
64
73
65
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**).
66
75
1. After the tab opens, go back to the Azure AI Foundry portal and repeat the process for the next resource.
0 commit comments