Skip to content

Commit bf43e2d

Browse files
committed
add azure portal info
1 parent 5a88f25 commit bf43e2d

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

articles/ai-studio/includes/chat-with-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Follow these steps to add your data in the chat playground to help the assistant
2121

2222
:::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":::
2323

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**.
2525

2626
:::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":::
2727

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

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,22 @@ The steps in this tutorial are:
4242

4343
- 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).
4444

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.
4654

4755
## Configure resources
4856

4957
> [!IMPORTANT]
5058
> 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.
5159
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.
5361

5462
To start, identify the resources you need to configure from the Azure AI Foundry portal.
5563

@@ -60,7 +68,8 @@ To start, identify the resources you need to configure from the Azure AI Foundry
6068

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

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.
6473
6574
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**).
6675
1. After the tab opens, go back to the Azure AI Foundry portal and repeat the process for the next resource.

0 commit comments

Comments
 (0)