Skip to content

Commit 65f76eb

Browse files
author
Larry Franks
committed
adding tip on service endpoint
1 parent c817fff commit 65f76eb

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

articles/machine-learning/tutorial-create-secure-workspace.md

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: core
88
ms.reviewer: jhirono
99
ms.author: larryfr
1010
author: blackmist
11-
ms.date: 08/17/2021
11+
ms.date: 09/15/2021
1212
ms.topic: how-to
1313
ms.custom: subject-rbac-steps
1414
---
@@ -73,20 +73,28 @@ To create a virtual network, use the following steps:
7373
1. To create a subnet to contain the workspace, dependency services, and resources used for training, select __+ Add subnet__ and use the following values for the subnet:
7474
* __Subnet name__: Training
7575
* __Subnet address range__: 172.17.0.0/24
76-
* __Services__: Select the following services:
77-
* __Microsoft.Storage__
78-
* __Microsoft.KeyVault__
79-
* __Microsoft.ContainerRegistry__
76+
77+
> [!TIP]
78+
> If you plan on using a _service endpoint_ to add your Azure Storage Account, Azure Key Vault, and Azure Container Registry to the VNet, select the following under __Services__:
79+
> * __Microsoft.Storage__
80+
> * __Microsoft.KeyVault__
81+
> * __Microsoft.ContainerRegistry__
82+
>
83+
> If you plan on using a _private endpoint_ to add these services to the VNet, you do not need to select these entries. The steps in this article use a private endpoint for these services, so you do not need to select them when following these steps.
8084
8185
:::image type="content" source="./media/tutorial-create-secure-workspace/vnet-add-training-subnet.png" alt-text="Screenshot of Training subnet":::
8286

8387
1. To create a subnet for compute resources used to score your models, select __+ Add subnet__ again, and use the follow values:
8488
* __Subnet name__: Scoring
8589
* __Subnet address range__: 172.17.1.0/24
86-
* __Services__: Select the following services:
87-
* __Microsoft.Storage__
88-
* __Microsoft.KeyVault__
89-
* __Microsoft.ContainerRegistry__
90+
91+
> [!TIP]
92+
> If you plan on using a _service endpoint_ to add your Azure Storage Account, Azure Key Vault, and Azure Container Registry to the VNet, select the following under __Services__:
93+
> * __Microsoft.Storage__
94+
> * __Microsoft.KeyVault__
95+
> * __Microsoft.ContainerRegistry__
96+
>
97+
> If you plan on using a _private endpoint_ to add these services to the VNet, you do not need to select these entries. The steps in this article use a private endpoint for these services, so you do not need to select them when following these steps.
9098
9199
:::image type="content" source="./media/tutorial-create-secure-workspace/vnet-add-scoring-subnet.png" alt-text="Screenshot of Scoring subnet":::
92100

0 commit comments

Comments
 (0)