Skip to content

Commit 0fb9baf

Browse files
author
Larry Franks
committed
changing location to after image
1 parent 65f76eb commit 0fb9baf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ 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-
76+
77+
:::image type="content" source="./media/tutorial-create-secure-workspace/vnet-add-training-subnet.png" alt-text="Screenshot of Training subnet":::
78+
7779
> [!TIP]
7880
> 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__:
7981
> * __Microsoft.Storage__
@@ -82,12 +84,12 @@ To create a virtual network, use the following steps:
8284
>
8385
> 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.
8486
85-
:::image type="content" source="./media/tutorial-create-secure-workspace/vnet-add-training-subnet.png" alt-text="Screenshot of Training subnet":::
86-
8787
1. To create a subnet for compute resources used to score your models, select __+ Add subnet__ again, and use the follow values:
8888
* __Subnet name__: Scoring
8989
* __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+
9193
> [!TIP]
9294
> 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__:
9395
> * __Microsoft.Storage__
@@ -96,8 +98,6 @@ To create a virtual network, use the following steps:
9698
>
9799
> 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.
98100
99-
:::image type="content" source="./media/tutorial-create-secure-workspace/vnet-add-scoring-subnet.png" alt-text="Screenshot of Scoring subnet":::
100-
101101
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:
102102

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

0 commit comments

Comments
 (0)