Skip to content

Commit 4a1f65f

Browse files
committed
adding some notes/screenshots
1 parent 79d19d0 commit 4a1f65f

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

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

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

0 commit comments

Comments
 (0)