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-services/agents/includes/quickstart-foundry.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,10 @@ ms.date: 01/21/2025
9
9
10
10
## Prerequisites
11
11
- An Azure subscription - <ahref="https://azure.microsoft.com/free/cognitive-services"target="_blank">Create one for free</a>.
12
+
<!--
12
13
- An [Azure AI hub resource](../../../ai-studio/how-to/create-azure-ai-resource.md) with a model deployed. For more information about model deployment, see the [resource deployment guide](../../../ai-studio/how-to/create-azure-ai-resource.md).
13
14
- An [Azure AI project](../../../ai-studio/how-to/create-projects.md) in Azure AI Foundry portal.
15
+
-->
14
16
- Make sure you have the **Azure AI Developer**[RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) assigned.
15
17
16
18
## Choose basic or standard agent setup
@@ -23,6 +25,12 @@ Before getting started, determine if you want to perform a basic agent setup or
23
25
24
26
## [Basic setup (AI Foundry)](#tab/basic-foundry)
25
27
28
+
## Create a hub in Azure AI Foundry portal
29
+
30
+
To create a new hub, you need either the Owner or Contributor role on the resource group or on an existing hub. If you're unable to create a hub due to permissions, reach out to your administrator.
31
+
32
+
[!INCLUDE [Create Azure AI Foundry hub](../../../ai-studio/includes/create-hub.md)]
33
+
26
34
## Use the Azure AI Foundry portal
27
35
28
36
1. Sign in to [Azure AI Foundry](https://ai.azure.com).
@@ -41,15 +49,19 @@ Before getting started, determine if you want to perform a basic agent setup or
| Deploy a basic agent setup that uses Managed Identity for authentication. Resources for the AI hub, AI project, storage account, and AI Services are created for you. <br><br> The AI Services account is connected to your project and hub, and a gpt-4o-mini model is deployed in the eastus region. A Microsoft-managed key vault is used by default. <br><br> [](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2Fquickstarts%2Fmicrosoft.azure-ai-agent-service%2Fbasic-agent-identity%2Fazuredeploy.json)| :::image type="content" source="../media/quickstart/basic-agent-setup-resources.png" alt-text="An architecture diagram for basic agent setup." lightbox="../media/quickstart/basic-agent-setup-resources.png"::: |
0 commit comments