You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/tutorial-create-secure-workspace.md
+17-9Lines changed: 17 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.subservice: core
8
8
ms.reviewer: jhirono
9
9
ms.author: larryfr
10
10
author: blackmist
11
-
ms.date: 08/17/2021
11
+
ms.date: 09/15/2021
12
12
ms.topic: how-to
13
13
ms.custom: subject-rbac-steps
14
14
---
@@ -73,20 +73,28 @@ To create a virtual network, use the following steps:
73
73
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:
74
74
*__Subnet name__: Training
75
75
*__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.
80
84
81
85
:::image type="content" source="./media/tutorial-create-secure-workspace/vnet-add-training-subnet.png" alt-text="Screenshot of Training subnet":::
82
86
83
87
1. To create a subnet for compute resources used to score your models, select __+ Add subnet__ again, and use the follow values:
84
88
*__Subnet name__: Scoring
85
89
*__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.
90
98
91
99
:::image type="content" source="./media/tutorial-create-secure-workspace/vnet-add-scoring-subnet.png" alt-text="Screenshot of Scoring subnet":::
0 commit comments