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/configure-private-link.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,17 +37,29 @@ You get several hub default resources in your resource group. You need to config
37
37
38
38
## Create a hub that uses a private endpoint
39
39
40
-
Use one of the following methods to create a hub with a private endpoint. Each of these methods __requires an existing virtual network__:
40
+
If you are creating a new hub, use the following tabs to select how you are creating the hub (Azure portal or Azure CLI.) Each of these methods __requires an existing virtual network__:
41
41
42
42
# [Azure portal](#tab/azure-portal)
43
43
44
-
1. From the [Azure portal](https://portal.azure.com), go to Azure AI Foundry and choose __+ New Azure AI__.
45
-
1. Choose network isolation mode in __Networking__ tab.
44
+
> [!NOTE]
45
+
> The information in this document is only about configuring a private link. For a walkthrough of creating a secure hub in the portal, see [Create a secure hub in the Azure portal](create-secure-ai-hub.md).
46
+
47
+
1. From the [Azure portal](https://portal.azure.com), search for __Azure AI Foundry__ and create a new resource by selecting __+ New Azure AI__.
48
+
1. After configuring the __Basics__ and __Storage__ tabs, select the __Networking__ tab and pick the __Network isolation__ option that best suits your needs.
49
+
50
+
:::image type="content" source="../media/how-to/network/ai-hub-networking.png" alt-text="Screenshot of the Create a hub with the option to set network isolation information." lightbox="../media/how-to/network/ai-hub-networking.png":::
51
+
46
52
1. Scroll down to __Workspace Inbound access__ and choose __+ Add__.
53
+
54
+
:::image type="content" source="../media/how-to/network/workspace-inbound-access.png" alt-text="Screenshot of the workspace inbound access section." lightbox="../media/how-to/network/workspace-inbound-access.png":::
55
+
47
56
1. Input required fields. When selecting the __Region__, select the same region as your virtual network.
48
57
49
58
# [Azure CLI](#tab/cli)
50
59
60
+
> [!NOTE]
61
+
> The information in this section doesn't cover basic hub configuration. For more information, see [Create a hub using the Azure CLI](./develop/create-hub-project-sdk.md?tabs=azurecli).
62
+
51
63
After creating the hub, use the [Azure networking CLI commands](/cli/azure/network/private-endpoint#az-network-private-endpoint-create) to create a private link endpoint for the hub.
0 commit comments