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/concepts/rbac-ai-studio.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
@@ -123,7 +123,7 @@ The following table is an example of how to set up role-based access control for
123
123
| --- | --- | ---|
124
124
| IT admin | Owner of the hub | The IT admin can ensure the hub is set up to their enterprise standards. They can assign managers the Contributor role on the resource if they want to enable managers to make new hubs. Or they can assign managers the Azure AI Developer role on the resource to not allow for new hub creation. |
125
125
| Managers | Contributor or Azure AI Developer on the hub | Managers can manage the hub, audit compute resources, audit connections, and create shared connections. |
126
-
| Team lead/Lead developer | Azure AI Developer on the hub | Lead developers can create projects for their team and create shared resources (ex: compute and connections) at the hub level. After project creation, project owners can invite other members. |
126
+
| Team lead/Lead developer | Azure AI Developer on the hub | Lead developers can create projects for their team and create shared resources (such as compute and connections) at the hub level. After project creation, project owners can invite other members. |
127
127
| Team members/developers | Contributor or Azure AI Developer on the project | Developers can build and deploy AI models within a project and create assets that enable development such as computes and connections. |
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/flow-deploy.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,12 +173,12 @@ If you enable this, tracing data and system metrics during inference time (such
173
173
## Grant permissions to the endpoint
174
174
175
175
> [!IMPORTANT]
176
-
> Granting permissions (adding role assignment) is only enabled to the **Owner** of the specific Azure resources. You might need to ask your IT admin for help.
176
+
> Granting permissions (adding role assignment) is only enabled to the **Owner** of the specific Azure resources. You might need to ask your Azure subscription owner (who might be your IT admin) for help.
177
177
>
178
178
> It's recommended to grant roles to the **user-assigned** identity **before the deployment creation**.
179
179
> It might take more than 15 minutes for the granted permission to take effect.
180
180
181
-
You can grant all permissions in Azure portal UI by following steps.
181
+
You can grant the required permissions in Azure portal UI by following steps.
182
182
183
183
1. Go to the Azure AI Studio project overview page in [Azure portal](https://ms.portal.azure.com/#home).
Copy file name to clipboardExpand all lines: articles/ai-studio/includes/create-projects.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
@@ -15,7 +15,7 @@ To create a project in [Azure AI Studio](https://ai.azure.com), follow these ste
15
15
1. Go to the **Home** page of [Azure AI Studio](https://ai.azure.com).
16
16
1. Select **+ New project**.
17
17
1. Enter a name for the project.
18
-
1. Select a hub from the dropdown to host your project. If you don't have access to a hub yet, select **Create a new hub**.
18
+
1. Select a hub from the dropdown to host your project. For information about the relationship between hubs and projects, see the [hubs and projects overview](../concepts/ai-resources.md) documentation. If you don't yet have a hub, select **Create a new hub**.
19
19
20
20
:::image type="content" source="../media/how-to/projects/projects-create-details.png" alt-text="Screenshot of the project details page within the create project dialog." lightbox="../media/how-to/projects/projects-create-details.png":::
Copy file name to clipboardExpand all lines: articles/ai-studio/quickstarts/get-started-code.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 @@ In this quickstart, we walk you through setting up your local development enviro
21
21
## Prerequisites
22
22
23
23
> [!IMPORTANT]
24
-
> You must have the necessary permissions to add role assignments for storage accounts in your Azure subscription. Granting permissions (adding role assignment) is only allowed by the **Owner** of the specific Azure resources. You might need to ask your IT admin for help to [grant access to call Azure OpenAI Service using your identity](#grant-access-to-call-azure-openai-service-using-your-identity).
24
+
> You must have the necessary permissions to add role assignments for storage accounts in your Azure subscription. Granting permissions (adding 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) for help to [grant access to call Azure OpenAI Service using your identity](#grant-access-to-call-azure-openai-service-using-your-identity).
25
25
26
26
Before you can follow this quickstart, create the resources that you need for your application:
27
27
- An [AI Studio hub](../how-to/create-azure-ai-resource.md) for connecting to external resources.
Copy file name to clipboardExpand all lines: articles/ai-studio/tutorials/copilot-sdk-build-rag.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
@@ -35,7 +35,7 @@ In this part one, you learn how to:
35
35
## Prerequisites
36
36
37
37
> [!IMPORTANT]
38
-
> 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 IT admin for help with completing the [assign access](#configure-access-for-the-azure-ai-search-service) section.
38
+
> 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) for help with completing the [assign access](#configure-access-for-the-azure-ai-search-service) section.
39
39
40
40
- You need to complete the [Build a custom chat app in Python using the prompt flow SDK quickstart](../quickstarts/get-started-code.md) to set up your environment.
Copy file name to clipboardExpand all lines: articles/ai-studio/tutorials/copilot-sdk-evaluate-deploy.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
@@ -29,7 +29,7 @@ In this part two, you learn how to:
29
29
30
30
- You must complete [part 1 of the tutorial series](copilot-sdk-build-rag.md) to build the copilot application.
31
31
32
-
- 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 IT admin for help with completing the [assign access](#assign-access-for-the-endpoint) section.
32
+
- 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) for help with endpoint access later in the tutorial.
33
33
34
34
## Evaluate the quality of copilot responses
35
35
@@ -213,15 +213,13 @@ We recommend you test your application in the Azure AI Studio. If you prefer to
213
213
214
214
Note your endpoint name, which you need for the next steps.
215
215
216
-
### Assign access for the endpoint
217
-
218
-
While you waitforyour application to deploy, you or your administrator can assign role-based access to the endpoint. These roles allow the application to run without keysin the deployed environment, just like it did locally.
216
+
### Endpoint access for Azure OpenAI resource
219
217
220
-
Previously, you provided your account with a specific role to be able to access the resource using Microsoft Entra ID authentication. Now, assign the endpoint that same role.
218
+
You might need to ask your Azure subscription owner (who might be your IT admin) forhelp with this section.
221
219
222
-
### Endpoint access for Azure OpenAI resource
220
+
While you waitforyour application to deploy, you or your administrator can assign role-based access to the endpoint. These roles allow the application to run without keysin the deployed environment, just like it did locally.
223
221
224
-
You or your administrator needs to grant your endpoint the **Cognitive Services OpenAI User** role on the Azure AI Services resource that you're using. This role lets your endpoint call the Azure OpenAI service.
222
+
Previously, you provided your account with a specific role to be able to access the resource using Microsoft Entra ID authentication. Now, assign the endpoint that same **Cognitive Services OpenAI User** role.
225
223
226
224
> [!NOTE]
227
225
> These steps are similar to how you assigned a role foryour user identity to use the Azure OpenAI Servicein the [quickstart](../quickstarts/get-started-code.md).
@@ -259,6 +257,8 @@ To grant yourself access to the Azure AI Services resource that you're using:
259
257
260
258
### Endpoint access for Azure AI Search resource
261
259
260
+
You might need to ask your Azure subscription owner (who might be your IT admin) forhelp with this section.
261
+
262
262
Similar to how you assigned the **Search Index Data Contributor** [role to your Azure AI Search service](./copilot-sdk-build-rag.md#configure-access-for-the-azure-ai-search-service), you need to assign the same role for your endpoint.
263
263
264
264
1. In Azure AI Studio, select**Settings** and navigate to the connected **Azure AI Search** service.
Copy file name to clipboardExpand all lines: articles/ai-studio/tutorials/deploy-chat-web-app.md
+11-12Lines changed: 11 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,18 +24,17 @@ Your data source is used to help ground the model with specific data. Grounding
24
24
25
25
The steps in this tutorial are:
26
26
27
-
1. Deploy and test a chat model without your data
28
-
1. Add your data
29
-
1. Test the model with your data
30
-
1. Deploy your web app
31
-
27
+
1. Deploy and test a chat model without your data.
28
+
1. Add your data.
29
+
1. Test the model with your data.
30
+
1. Deploy your web app.
32
31
33
32
## Prerequisites
34
33
35
34
- An Azure subscription - <ahref="https://azure.microsoft.com/free/cognitive-services"target="_blank">Create one for free</a>.
36
35
- An [AI Studio hub](../how-to/create-azure-ai-resource.md), [project](../how-to/create-projects.md), and [deployed Azure OpenAI](../how-to/deploy-models-openai.md) chat model. Complete the [AI Studio playground quickstart](../quickstarts/get-started-playground.md) to create these resources if you haven't already.
37
36
38
-
- An [Azure AI Search service connection](../how-to/connections-add.md#create-a-new-connection) to index the sample product and customer data.
37
+
- An [Azure AI Search service connection](../how-to/connections-add.md#create-a-new-connection) to index the sample product data.
39
38
40
39
- You need 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/main/tutorial/data.zip) to your local machine.
41
40
@@ -51,7 +50,7 @@ Once you're satisfied with the experience in Azure AI Studio, you can deploy the
51
50
52
51
### Find your resource group in the Azure portal
53
52
54
-
In this tutorial, your web app is deployed to the same resource group as your AI Studio hub. Later you configure authentication for the web app in the Azure portal.
53
+
In this tutorial, your web app is deployed to the same resource group as your [AI Studio hub](../how-to/create-secure-ai-hub.md). Later you configure authentication for the web app in the Azure portal.
55
54
56
55
Follow these steps to navigate from Azure AI Studio to your resource group in the Azure portal:
57
56
@@ -60,7 +59,7 @@ Follow these steps to navigate from Azure AI Studio to your resource group in th
60
59
61
60
:::image type="content" source="../media/tutorials/chat/resource-group-manage-page.png" alt-text="Screenshot of the resource group in the Azure AI Studio." lightbox="../media/tutorials/chat/resource-group-manage-page.png":::
62
61
63
-
1. You should now be in the Azure portal, viewing the contents of the resource group where you deployed the hub. Keep this page open in a browser tab - you return to it later.
62
+
1. You should now be in the Azure portal, viewing the contents of the resource group where you deployed the hub. Keep this page open in a browser tab. You return to it later.
64
63
65
64
### Deploy the web app
66
65
@@ -124,7 +123,7 @@ You're almost there! Now you can test the web app.
124
123
125
124
*If the authentication settings haven't yet taken effect, close the browser tab for your web app and return to the chat playground in Azure AI Studio. Then wait a little longer and try again.*
126
125
127
-
1. In your web app, you can ask the same question as before ("How much are the TrailWalker hiking shoes"), and this time it uses information from your data to construct the response. You can expand the **references** button to see the data that was used.
126
+
1. In your web app, you can ask the same question as before ("How much are the TrailWalker hiking shoes"), and this time it uses information from your data to construct the response. You can expand the **reference** button to see the data that was used.
128
127
129
128
:::image type="content" source="../media/tutorials/chat/chat-with-data-web-app.png" alt-text="Screenshot of the chat experience via the deployed web app." lightbox="../media/tutorials/chat/chat-with-data-web-app.png":::
130
129
@@ -150,7 +149,7 @@ Once you've enabled chat history, your users will be able to show and hide it in
150
149
151
150
If you delete the Cosmos DB resource but keep the chat history option enabled on the studio, your users will be notified of a connection error, but can continue to use the web app without access to the chat history.
152
151
153
-
## Next steps
152
+
## Related content
154
153
155
-
-[Create a project in Azure AI Studio](../how-to/create-projects.md).
156
-
-Learn more about what you can do in the [Azure AI Studio](../what-is-ai-studio.md).
154
+
-[Build and deploy a question and answer copilot with prompt flow in Azure AI Studio.](./deploy-copilot-ai-studio.md).
155
+
-[Build your own copilot with the prompt flow SDK.](./copilot-sdk-build-rag.md).
This article is for people who use screen readers such as [Microsoft's Narrator](https://support.microsoft.com/windows/complete-guide-to-narrator-e4397a0d-ef4f-b386-d8ae-c172f109bdb1#WindowsVersion=Windows_11), JAWS, NVDA or Apple's Voiceover. In this quickstart, you'll be introduced to the basic structure of Azure AI Studio and discover how to navigate around efficiently.
22
20
23
21
## Getting oriented in Azure AI Studio
@@ -78,7 +76,6 @@ Once you have created or selected a project, go to the navigation landmark. Pres
78
76
79
77
The prompt flow UI in Azure AI Studio is composed of the following main sections: the command toolbar, flow (includes list of the flow nodes), files, and graph view. The flow, files, and graph sections each have their own H2 headings that can be used for navigation.
80
78
81
-
82
79
### Flow
83
80
84
81
- This is the main working area where you can edit your flow, for example adding a new node, editing the prompt, selecting input data
0 commit comments