Skip to content

Commit 15b2588

Browse files
authored
Merge pull request #223025 from Blackmist/create-workspace-tutorial
updating vnet steps & screenshots
2 parents d058d69 + 25c43e6 commit 15b2588

9 files changed

+26
-34
lines changed
21.5 KB
Loading
868 Bytes
Loading
1.56 KB
Loading
3.99 KB
Loading
-7.02 KB
Loading
60.4 KB
Loading
-38.2 KB
Loading
-41.4 KB
Loading

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

Lines changed: 26 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,18 @@ To create a virtual network, use the following steps:
7070

7171
:::image type="content" source="./media/tutorial-create-secure-workspace/create-vnet-basics.png" alt-text="Image of the basic virtual network config":::
7272

73-
1. Select __IP Addresses__ tab. The default settings should be similar to the following image:
73+
1. Select __Security__. Select to __Enable Azure Bastion__. [Azure Bastion](../bastion/bastion-overview.md) provides a secure way to access the VM jump box you'll create inside the VNet in a later step. Use the following values for the remaining fields:
7474

75-
:::image type="content" source="./media/tutorial-create-secure-workspace/create-vnet-ip-address-default.png" alt-text="Default IP Address screen":::
75+
* __Bastion name__: A unique name for this Bastion instance
76+
* __Public IP address__: Create a new public IP address.
77+
78+
Leave the other fields at the default values.
79+
80+
:::image type="content" source="./media/tutorial-create-secure-workspace/create-bastion.png" alt-text="Screenshot of Bastion config.":::
81+
82+
1. Select __IP Addresses__. The default settings should be similar to the following image:
83+
84+
:::image type="content" source="./media/tutorial-create-secure-workspace/create-vnet-ip-address-default.png" alt-text="Default IP Address screen.":::
7685

7786
Use the following steps to configure the IP address and configure a subnet for training and scoring resources:
7887

@@ -88,45 +97,28 @@ To create a virtual network, use the following steps:
8897
8998
1. Select the __Default__ subnet and then select __Remove subnet__.
9099

91-
:::image type="content" source="./media/tutorial-create-secure-workspace/delete-default-subnet.png" alt-text="Screenshot of deleting default subnet":::
100+
:::image type="content" source="./media/tutorial-create-secure-workspace/delete-default-subnet.png" alt-text="Screenshot of deleting default subnet.":::
92101

93-
1. To create a subnet to contain the workspace, dependency services, and resources used for training, select __+ Add subnet__ and set the subnet name and address range. The following are the values used in this tutorial:
94-
* __Subnet name__: Training
95-
* __Subnet address range__: 172.16.0.0/24
102+
1. To create a subnet to contain the workspace, dependency services, and resources used for _training_, select __+ Add subnet__ and set the subnet name, starting address, and subnet size. The following are the values used in this tutorial:
103+
* __Name__: Training
104+
* __Starting address__: 172.16.0.0
105+
* __Subnet size__: /24 (256 addresses)
96106

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

99-
> [!TIP]
100-
> 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__:
101-
> * __Microsoft.Storage__
102-
> * __Microsoft.KeyVault__
103-
> * __Microsoft.ContainerRegistry__
104-
>
105-
> 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.
106-
107-
1. To create a subnet for compute resources used to score your models, select __+ Add subnet__ again, and set the name and address range:
109+
1. To create a subnet for compute resources used to _score_ your models, select __+ Add subnet__ again, and set the name and address range:
108110
* __Subnet name__: Scoring
109-
* __Subnet address range__: 172.16.1.0/24
111+
* __Starting address__: 172.16.1.0
112+
* __Subnet size__: /24 (256 addresses)
110113

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

113-
> [!TIP]
114-
> 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__:
115-
> * __Microsoft.Storage__
116-
> * __Microsoft.KeyVault__
117-
> * __Microsoft.ContainerRegistry__
118-
>
119-
> 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.
120-
121-
1. Select __Security__. For __BastionHost__, select __Enable__. [Azure Bastion](../bastion/bastion-overview.md) provides a secure way to access the VM jump box you'll create inside the VNet in a later step. Use the following values for the remaining fields:
122-
123-
* __Bastion name__: A unique name for this Bastion instance
124-
* __AzureBastionSubnetAddress space__: 172.16.2.0/27
125-
* __Public IP address__: Create a new public IP address.
126-
127-
Leave the other fields at the default values.
116+
1. To create a subnet for _Azure Bastion_, select __+ Add subnet__ and set the template, starting address, and subnet size:
117+
* __Subnet template__: Azure Bastion
118+
* __Starting address__: 172.16.2.0
119+
* __Subnet size__: /26 (64 addresses)
128120

129-
:::image type="content" source="./media/tutorial-create-secure-workspace/create-bastion.png" alt-text="Screenshot of Bastion config":::
121+
:::image type="content" source="./media/tutorial-create-secure-workspace/vnet-add-azure-bastion-subnet.png" alt-text="Screenshot of Azure Bastion subnet.":::
130122

131123
1. Select __Review + create__.
132124

0 commit comments

Comments
 (0)