Skip to content

Commit 81e02aa

Browse files
committed
new setup
1 parent 4b16f12 commit 81e02aa

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

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

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,27 @@ Before getting started, determine if you want to perform a basic agent setup or
2525

2626
## [Basic setup (AI Foundry)](#tab/basic-foundry)
2727

28-
## Create a hub in Azure AI Foundry portal
28+
## Create a hub and project in Azure AI Foundry portal
2929

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.
30+
To create a new hub and project, 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.
3131

32-
[!INCLUDE [Create Azure AI Foundry hub](../../../ai-studio/includes/create-hub.md)]
32+
To create a project in Azure AI Foundry, follow these steps:
33+
34+
1. Go to Azure AI Foundry. If you are in a project, select Azure AI Foundry at the top left of the page to go to the Home page.
35+
36+
1. Select **+ Create project**.
37+
38+
1. Enter a name for the project.
39+
40+
1. If you have a hub, you'll see the one you most recently used selected.
41+
42+
1. If you have access to more than one hub, you can select a different hub from the dropdown.
43+
44+
1. If you want to create a new one, select **Create new hub** and supply a name. If you want to customize the default values, see the [Azure AI Foundry documentation](../../../ai-studio/how-to/create-projects.md?tabs=ai-studio#customize-the-hub).
45+
46+
:::image type="content" source="../../../ai-studio/media/how-to/projects/projects-create-details.png" alt-text="Screenshot of the project details page within the create project dialog." lightbox="../../../ai-studio/media/how-to/projects/projects-create-details.png":::
47+
48+
1. Select Create.
3349

3450
## Deploy a model
3551

0 commit comments

Comments
 (0)