Skip to content

Commit 351fe34

Browse files
authored
Merge pull request #172514 from Blackmist/create-secure-workspace-update
adding tip on service endpoint
2 parents a18e0bf + 0fb9baf commit 351fe34

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,23 +73,31 @@ 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__
8076

8177
:::image type="content" source="./media/tutorial-create-secure-workspace/vnet-add-training-subnet.png" alt-text="Screenshot of Training subnet":::
8278

79+
> [!TIP]
80+
> 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__:
81+
> * __Microsoft.Storage__
82+
> * __Microsoft.KeyVault__
83+
> * __Microsoft.ContainerRegistry__
84+
>
85+
> 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.
86+
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__
9090

9191
:::image type="content" source="./media/tutorial-create-secure-workspace/vnet-add-scoring-subnet.png" alt-text="Screenshot of Scoring subnet":::
9292

93+
> [!TIP]
94+
> 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__:
95+
> * __Microsoft.Storage__
96+
> * __Microsoft.KeyVault__
97+
> * __Microsoft.ContainerRegistry__
98+
>
99+
> 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.
100+
93101
1. Select __Security__. For __BastionHost__, select __Enable__. [Azure Bastion](../bastion/bastion-overview.md) provides a secure way to access the VM jump box you will create inside the VNet in a later step. Use the following values for the remaining fields:
94102

95103
* __Bastion name__: A unique name for this Bastion instance

0 commit comments

Comments
 (0)