Skip to content

Commit 29871b8

Browse files
committed
adding screenshots
1 parent 4a1f65f commit 29871b8

File tree

3 files changed

+14
-7
lines changed

3 files changed

+14
-7
lines changed

articles/ai-studio/how-to/configure-private-link.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: scottpolly
66
ms.service: azure-ai-studio
77
ms.custom: ignite-2023, devx-track-azurecli, build-2024, ignite-2024
88
ms.topic: how-to
9-
ms.date: 12/05/2024
9+
ms.date: 01/15/2025
1010
ms.reviewer: meerakurup
1111
ms.author: larryfr
1212
author: Blackmist
@@ -125,12 +125,17 @@ Use one of the following methods to add a private endpoint to an existing hub:
125125
# [Azure portal](#tab/azure-portal)
126126

127127
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__.
132129

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.
134139

135140
# [Azure CLI](#tab/cli)
136141

@@ -204,9 +209,11 @@ To remove a private endpoint, use the following information:
204209
# [Azure portal](#tab/azure-portal)
205210

206211
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.
208213
1. Select the endpoint to remove and then select __Remove__.
209214

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+
210217
# [Azure CLI](#tab/cli)
211218

212219
When using the Azure CLI, use the following command to remove the private endpoint:
48.5 KB
Loading
48.2 KB
Loading

0 commit comments

Comments
 (0)