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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,9 @@ 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
-
76
+
77
+
:::image type="content" source="./media/tutorial-create-secure-workspace/vnet-add-training-subnet.png" alt-text="Screenshot of Training subnet":::
78
+
77
79
> [!TIP]
78
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__:
79
81
> *__Microsoft.Storage__
@@ -82,12 +84,12 @@ To create a virtual network, use the following steps:
82
84
>
83
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.
84
86
85
-
:::image type="content" source="./media/tutorial-create-secure-workspace/vnet-add-training-subnet.png" alt-text="Screenshot of Training subnet":::
86
-
87
87
1. To create a subnet for compute resources used to score your models, select __+ Add subnet__ again, and use the follow values:
88
88
*__Subnet name__: Scoring
89
89
*__Subnet address range__: 172.17.1.0/24
90
-
90
+
91
+
:::image type="content" source="./media/tutorial-create-secure-workspace/vnet-add-scoring-subnet.png" alt-text="Screenshot of Scoring subnet":::
92
+
91
93
> [!TIP]
92
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__:
93
95
> *__Microsoft.Storage__
@@ -96,8 +98,6 @@ To create a virtual network, use the following steps:
96
98
>
97
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.
98
100
99
-
:::image type="content" source="./media/tutorial-create-secure-workspace/vnet-add-scoring-subnet.png" alt-text="Screenshot of Scoring subnet":::
100
-
101
101
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:
102
102
103
103
*__Bastion name__: A unique name for this Bastion instance
0 commit comments