Skip to content

Commit ecb0346

Browse files
committed
add link and include
1 parent d338466 commit ecb0346

File tree

2 files changed

+41
-1
lines changed

2 files changed

+41
-1
lines changed
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: include file
3+
description: include file
4+
author: sdgilley
5+
ms.reviewer: sgilley
6+
ms.author: sgilley
7+
ms.service: azure-ai-studio
8+
ms.topic: include
9+
ms.date: 12/27/2024
10+
ms.custom: include
11+
---
12+
13+
The general pattern for assigning RBAC for any resource is:
14+
15+
1. Navigate to the Azure portal for the given resource.
16+
1. From the left page in the Azure portal, select **Access control (IAM)**.
17+
1. Select **+ Add** > **Add role assignment**.
18+
1. Search for the role you need to assign and select it. Then select **Next**.
19+
1. When assigning a role to yourself:
20+
1. Select **User, group, or service principal**. S
21+
1. Select **Select members**.
22+
1. Search for your name and select it.
23+
1. When assigning a role to another resource:
24+
1. Select **Managed identity**. Then
25+
1. Select **Select members**.
26+
1. Use the dropdown to find the type of resource you want to assign. For example, Azure AI services or Search service.
27+
1. Select the resource from the list that appears. In many cases, there will only be one to select.
28+
1. Continue through the wizard and select **Review + assign** to add the role assignment.

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,26 @@ The steps in this tutorial are:
4040

4141
- A local copy of product data. The [Azure-Samples/rag-data-openai-python-promptflow repository on GitHub](https://github.com/Azure-Samples/rag-data-openai-python-promptflow/) contains sample retail product information that's relevant for this tutorial scenario. Specifically, the `product_info_11.md` file contains product information about the TrailWalker hiking shoes that's relevant for this tutorial example. [Download the example Contoso Trek retail product data in a ZIP file](https://github.com/Azure-Samples/rag-data-openai-python-promptflow/raw/refs/heads/main/tutorial/data/product-info.zip) to your local machine.
4242

43-
- A **Microsoft.Web** resource provider registered in the selected subscription, to be able to deploy to a web app.
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).
4444

4545
## Add your data and try the chat model again
4646

4747
In the [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 you add your data to the model to help it answer questions about your products.
4848

4949
[!INCLUDE [Chat with your data](../includes/chat-with-data.md)]
5050

51+
## Configure resources
52+
53+
> [!IMPORTANT]
54+
> 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.
55+
56+
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.
57+
58+
You'll configure three separate resources: the Azure AI Search service, the Azure OpenAI service, and the Azure Blob storage for your workspaceblobstore.
59+
60+
Find each of these services:
61+
62+
1. In the
5163
## Deploy your web app
5264

5365
Once you're satisfied with the experience in Azure AI Foundry portal, you can deploy the model as a standalone web application.

0 commit comments

Comments
 (0)