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
@@ -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.
52
64
53
65
```azurecli-interactive
@@ -113,12 +125,17 @@ Use one of the following methods to add a private endpoint to an existing hub:
113
125
# [Azure portal](#tab/azure-portal)
114
126
115
127
1. From the [Azure portal](https://portal.azure.com), select your hub.
116
-
1. From the left side of the page, select __Networking__ and then select the __Private endpoint connections__ tab.
117
-
1. When selecting the __Region__, select the same region as your virtual network.
118
-
1. When selecting __Resource type__, use `azuremlworkspace`.
119
-
1. Set the __Resource__ to your workspace name.
128
+
1. From the left side of the page, select __Settings__, __Networking__, and then select the __Private endpoint connections__ tab. Select __+ Private endpoint__.
129
+
130
+
:::image type="content" source="../media/how-to/network/add-private-endpoint.png" alt-text="Screenshot of the private endpoint connections tab":::
120
131
121
-
Finally, select __Create__ to create the private endpoint.
132
+
1. When going through the forms to create a private endpoint, be sure to:
133
+
134
+
- From __Basics__, select the same the __Region__ as your virtual network.
135
+
- From __Resource__, select `amlworkspace` as the __target sub-resource__.
136
+
- From the __Virtual Network__ form, select the virtual network and subnet that you want to connect to.
137
+
138
+
1. After populating the forms with any additional network configurations you require, use the __Review + create__ tab to review your settings and select __Create__ to create the private endpoint.
122
139
123
140
# [Azure CLI](#tab/cli)
124
141
@@ -192,9 +209,11 @@ To remove a private endpoint, use the following information:
192
209
# [Azure portal](#tab/azure-portal)
193
210
194
211
1. From the [Azure portal](https://portal.azure.com), select your hub.
195
-
1. From the left side of the page, select __Networking__ and then select the __Private endpoint connections__ tab.
212
+
1. From the left side of the page, select __Settings__, __Networking__, and then select the __Private endpoint connections__ tab.
196
213
1. Select the endpoint to remove and then select __Remove__.
197
214
215
+
:::image type="content" source="../media/how-to/network/remove-private-endpoint.png" alt-text="Screenshot of a selected private endpoint with the remove option highlighted.":::
216
+
198
217
# [Azure CLI](#tab/cli)
199
218
200
219
When using the Azure CLI, use the following command to remove the private endpoint:
0 commit comments