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/includes/create-hub.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,17 +10,24 @@ ms.date: 5/21/2024
10
10
ms.custom: include, build-2024
11
11
---
12
12
13
+
> [!NOTE]
14
+
> A hub in Azure AI Studio is a one-stop shop where you manage everything your AI project needs, like security and resources, so you can develop and test faster. To learn more about how hubs can help you, see the [Hubs and projects overview](/azure/ai-studio/concepts/ai-resources) article.
15
+
13
16
To create a hub in [Azure AI Studio](https://ai.azure.com), follow these steps:
14
17
15
18
1. Go to the **Home** page in [Azure AI Studio](https://ai.azure.com) and sign in with your Azure account.
16
-
1. Select **All hubs**from the left pane and then select **+ New hub**.
19
+
1. Select **All resources**on the left pane. If you cannot see this option, in the top bar select **All resources & projects**. Then select **+ New hub**.
17
20
18
21
:::image type="content" source="../media/how-to/hubs/hub-new.png" alt-text="Screenshot of the button to create a new hub." lightbox="../media/how-to/hubs/hub-new.png":::
19
22
20
-
1. In the **Create a new hub** dialog, enter a name for your hub (such as *contoso-hub*) and select **Next**. Leave the default **Connect Azure AI Services** option selected. A new AI services connection is created for the hub.
23
+
1. In the **Create a new hub** dialog, enter a name for your hub (such as *contoso-hub*). If you don't have a resource group, a new **Resource group** will be created linked to the **Subscription** provided. Leave the default **Connect Azure AI Services** option selected.
24
+
1. Select **Next**. If you didn't reuse an existing resource group, a new resource group (*rg-contoso*) is created. Also an Azure AI service (*ai-contoso-hub*) is created for the hub.
21
25
22
26
:::image type="content" source="../media/how-to/hubs/hub-new-connect-services.png" alt-text="Screenshot of the dialog to connect services while creating a new hub." lightbox="../media/how-to/hubs/hub-new-connect-services.png":::
23
27
28
+
> [!NOTE]
29
+
> If you don't see (new) before the **Resource group** and **Connect Azure AI Services** entries then an existing resource is being used. For the purposes of this tutorial, create a seperate entity via **Create new resource group** and **Create new AI Services**. This will allow you to prevent any unexpected charges by deleting the entities after the tutorial.
30
+
24
31
1. Review the information and select **Create**.
25
32
26
33
:::image type="content" source="../media/how-to/hubs/hub-new-review-create.png" alt-text="Screenshot of the dialog to review the settings for the new hub." lightbox="../media/how-to/hubs/hub-new-review-create.png":::
0 commit comments