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
@@ -125,12 +125,17 @@ Use one of the following methods to add a private endpoint to an existing hub:
125
125
# [Azure portal](#tab/azure-portal)
126
126
127
127
1. From the [Azure portal](https://portal.azure.com), select your hub.
128
-
1. From the left side of the page, select __Networking__ and then select the __Private endpoint connections__ tab.
129
-
1. When selecting the __Region__, select the same region as your virtual network.
130
-
1. When selecting __Resource type__, use `azuremlworkspace`.
131
-
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__.
132
129
133
-
Finally, select __Create__ to create the private endpoint.
130
+
:::image type="content" source="../media/how-to/network/add-private-endpoint.png" alt-text="Screenshot of the private endpoint connections tab":::
131
+
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.
134
139
135
140
# [Azure CLI](#tab/cli)
136
141
@@ -204,9 +209,11 @@ To remove a private endpoint, use the following information:
204
209
# [Azure portal](#tab/azure-portal)
205
210
206
211
1. From the [Azure portal](https://portal.azure.com), select your hub.
207
-
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.
208
213
1. Select the endpoint to remove and then select __Remove__.
209
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
+
210
217
# [Azure CLI](#tab/cli)
211
218
212
219
When using the Azure CLI, use the following command to remove the private endpoint:
0 commit comments