Skip to content

Commit 87ad862

Browse files
committed
adding hub info
1 parent 30b1363 commit 87ad862

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

articles/ai-services/agents/includes/quickstart-foundry.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ ms.date: 01/21/2025
99

1010
## Prerequisites
1111
- An Azure subscription - <a href="https://azure.microsoft.com/free/cognitive-services" target="_blank">Create one for free</a>.
12+
<!--
1213
- 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).
1314
- An [Azure AI project](../../../ai-studio/how-to/create-projects.md) in Azure AI Foundry portal.
15+
-->
1416
- Make sure you have the **Azure AI Developer** [RBAC role](../../../ai-studio/concepts/rbac-ai-studio.md) assigned.
1517

1618
## Choose basic or standard agent setup
@@ -23,6 +25,12 @@ Before getting started, determine if you want to perform a basic agent setup or
2325

2426
## [Basic setup (AI Foundry)](#tab/basic-foundry)
2527

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+
2634
## Use the Azure AI Foundry portal
2735

2836
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
4149

4250
## [Basic setup (Bicep template)](#tab/basic-template)
4351

44-
## Use a bicep template
52+
### Use a bicep template
53+
54+
If you want to set up your hub, project, and deploy a model in an automated way, you can use the following bicep template.
4555

4656
| Description and Autodeploy | Diagram (click to zoom in) |
4757
| -----------------------------------------------| -----------------------|
4858
| 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> [![Deploy to Azure](https://aka.ms/deploytoazurebutton)](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"::: |
4959

5060
## [Standard setup (Bicep template)](#tab/standard-template)
5161

52-
## Bicep deployment
62+
### Bicep deployment
63+
64+
If you want to set up your hub, project, and deploy a model in an automated way, you can use the following bicep template.
5365

5466
| Description and Autodeploy | Diagram (click to zoom in) |
5567
| -----------------------------------------------| -----------------------|

0 commit comments

Comments
 (0)