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/how-to/create-azure-ai-resource.md
+1-36Lines changed: 1 addition & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ author: Blackmist
19
19
20
20
As an administrator, you can create and manage Azure AI hub resources. Azure AI hub resources provide a hosting environment for the projects of a team, and help you as an IT admin centrally set up security settings and govern usage and spend. You can create and manage an Azure AI hub resource from the Azure portal or from the Azure AI Studio.
21
21
22
-
In this article, you learn how to create and manage an Azure AI hub resource in Azure AI Studio (for getting started) and from the Azure portal (for advanced security setup).
22
+
In this article, you learn how to create and manage an Azure AI hub resource in Azure AI Studio (for getting started) and from the Azure portal (for advanced security setup). If you'd like to learn how to use network isolation with an Azure AI hub, see [Create a secure AI hub](create-secure-ai-hub.md).
23
23
24
24
## Create an Azure AI hub resource in AI Studio
25
25
@@ -48,41 +48,6 @@ When the AI hub is created, you can see it on the **Manage** page in AI Studio.
48
48
49
49
:::image type="content" source="../media/how-to/hub-resource-overview.png" alt-text="Screenshot of the new AI hub overview." lightbox="../media/how-to/hub-resource-overview.png":::
50
50
51
-
## Create a secure Azure AI hub resource in the Azure portal
52
-
53
-
If your organization is using [Azure Policy](../../governance/policy/overview.md), set up an Azure AI hub resource that meets your organization's requirements instead of using AI Studio for resource creation.
54
-
55
-
1. From the Azure portal, search for `Azure AI Studio` and create a new resource by selecting **+ New Azure AI**
56
-
1. Enter your AI hub name, subscription, resource group, and location details.
57
-
1. For advanced settings, select **Next: Resources** to specify resources, networking, encryption, identity, and tags.
58
-
59
-
:::image type="content" source="../media/how-to/resource-create-basics.png" alt-text="Screenshot of the option to set Azure AI hub resource basic information." lightbox="../media/how-to/resource-create-basics.png":::
60
-
61
-
1. Select an existing **Azure AI services** resource or create a new one. New Azure AI services include multiple API endpoints for Speech, Content Safety and Azure OpenAI. You can also bring an existing Azure OpenAI resource. Optionally, choose an existing **Storage account**, **Key vault**, **Container Registry**, and **Application insights** to host artifacts generated when you use AI Studio.
62
-
63
-
:::image type="content" source="../media/how-to/resource-create-resources.png" alt-text="Screenshot of the Create an Azure AI hub resource with the option to set resource information." lightbox="../media/how-to/resource-create-resources.png":::
64
-
65
-
1. Set up Network isolation. Read more on [network isolation](configure-managed-network.md).
66
-
67
-
:::image type="content" source="../media/how-to/resource-create-networking.png" alt-text="Screenshot of the Create an Azure AI hub resource with the option to set network isolation information." lightbox="../media/how-to/resource-create-networking.png":::
68
-
69
-
1. Set up data encryption. You can either use **Microsoft-managed keys** or enable **Customer-managed keys**.
70
-
71
-
:::image type="content" source="../media/how-to/resource-create-encryption.png" alt-text="Screenshot of the Create an Azure AI hub resource with the option to select your encryption type." lightbox="../media/how-to/resource-create-encryption.png":::
72
-
73
-
1. By default, **System assigned identity** is enabled, but you can switch to **User assigned identity** if existing storage, key vault, and container registry are selected in Resources.
74
-
75
-
:::image type="content" source="../media/how-to/resource-create-identity.png" alt-text="Screenshot of the Create an Azure AI hub resource with the option to select a managed identity." lightbox="../media/how-to/resource-create-identity.png":::
76
-
>[!Note]
77
-
>If you select **User assigned identity**, your identity needs to have the `Cognitive Services Contributor` role in order to successfully create a new Azure AI hub resource.
78
-
79
-
1. Add tags.
80
-
81
-
:::image type="content" source="../media/how-to/resource-create-tags.png" alt-text="Screenshot of the Create an Azure AI hub resource with the option to add tags." lightbox="../media/how-to/resource-create-tags.png":::
82
-
83
-
1. Select **Review + create**
84
-
85
-
86
51
## Manage your Azure AI hub resource from the Azure portal
Copy file name to clipboardExpand all lines: articles/ai-studio/how-to/create-secure-ai-hub.md
+8-10Lines changed: 8 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Create a secure AI hub and project
2
+
title: Create a secure AI hub
3
3
titleSuffix: Azure AI Studio
4
4
description: Create an Azure AI hub inside a managed virtual network. The managed virtual network secures access to managed resources such as computes.
5
5
ms.service: azure-ai-studio
@@ -13,6 +13,8 @@ ms.topic: how-to
13
13
14
14
# How to create a secure AI hub and project with a managed virtual network
15
15
16
+
[!INCLUDE [Azure AI Studio preview](../includes/preview-ai-studio.md)]
17
+
16
18
You can secure your AI hub, AI projects, and managed resources in a managed virtual network. With a managed virtual network, inbound access is only allowed through a private endpoint for your AI hub resource. Outbound access can be configured to allow either all outbound access, or only allowed outbound that you specify. For more information, see [Managed virtual network](configure-managed-network.md).
17
19
18
20
> [!IMPORTANT]
@@ -52,15 +54,7 @@ You can secure your AI hub, AI projects, and managed resources in a managed virt
52
54
53
55
1. Select **Ok** to save the endpoint configuration.
54
56
55
-
1. Select **Review + create**, then **Create** to create the AI hub.
56
-
57
-
## Create an AI project
58
-
59
-
When you create an AI project from the AI hub, the project inherits the network configuration from the AI hub. For more information on creating an AI project, see [Create an Azure AI project](create-projects.md).
60
-
61
-
## Create a compute instance
62
-
63
-
When you create a compute instance from the AI hub, the compute instance inherits the network configuration from the AI hub. For more information on creating a compute instance, see [Create a compute instance](create-manage-compute.md).
57
+
1. Select **Review + create**, then **Create** to create the AI hub. Once the AI hub has been created, any AI projects or compute instances created from the AI hub inherit the network configuration.
64
58
65
59
## Connect to the AI hub
66
60
@@ -72,4 +66,8 @@ The managed virtual network doesn't directly provide access to your clients. Ins
72
66
|[ExpressRoute](https://azure.microsoft.com/services/expressroute/)| Connects on-premises networks into the cloud over a private connection. Connection is made using a connectivity provider. |
73
67
|[Azure Bastion](/azure/bastion/bastion-overview)| Connects to a virtual machine inside the Azure Virtual Network using your web browser. |
74
68
69
+
## Next steps
75
70
71
+
-[Create a project](create-projects.md)
72
+
-[Learn more about Azure AI Studio](../what-is-ai-studio.md)
73
+
-[Learn more about Azure AI hub resources](../concepts/ai-resources.md)
0 commit comments