Skip to content

Commit 48eae41

Browse files
authored
Merge pull request #2324 from Blackmist/347778-uuf
adding some notes/screenshots
2 parents eccc0fd + 29871b8 commit 48eae41

File tree

3 files changed

+29
-10
lines changed

3 files changed

+29
-10
lines changed

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

Lines changed: 29 additions & 10 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
@@ -37,17 +37,29 @@ You get several hub default resources in your resource group. You need to config
3737

3838
## Create a hub that uses a private endpoint
3939

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__:
4141

4242
# [Azure portal](#tab/azure-portal)
4343

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+
4652
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+
4756
1. Input required fields. When selecting the __Region__, select the same region as your virtual network.
4857

4958
# [Azure CLI](#tab/cli)
5059

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+
5163
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.
5264

5365
```azurecli-interactive
@@ -113,12 +125,17 @@ Use one of the following methods to add a private endpoint to an existing hub:
113125
# [Azure portal](#tab/azure-portal)
114126

115127
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":::
120131

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

123140
# [Azure CLI](#tab/cli)
124141

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

194211
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.
196213
1. Select the endpoint to remove and then select __Remove__.
197214

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

200219
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)