Skip to content

Commit 54efea9

Browse files
authored
Merge pull request #284180 from Blackmist/289352-fresh
Updating date/images
2 parents 7233b4d + 065cf9a commit 54efea9

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed
16.2 KB
Loading
1.15 KB
Loading
-3.85 KB
Loading

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ title: Create a secure workspace with a managed virtual network
33
titleSuffix: Azure Machine Learning
44
description: Create an Azure Machine Learning workspace and required Azure services inside a managed virtual network.
55
services: machine-learning
6-
ms.service: machine-learning
6+
ms.service: azure-machine-learning
77
ms.subservice: enterprise-readiness
88
ms.reviewer: None
99
ms.author: larryfr
1010
author: Blackmist
11-
ms.date: 08/11/2023
11+
ms.date: 08/09/2024
1212
ms.topic: how-to
1313
monikerRange: 'azureml-api-2 || azureml-api-1'
1414
---
@@ -84,11 +84,11 @@ Use the following steps to create an Azure Virtual Machine to use as a jump box.
8484

8585
Azure Bastion enables you to connect to the VM desktop through your browser.
8686

87-
1. In the Azure portal, select the VM you created earlier. From the __Operations__ section of the page, select __Bastion__ and then __Deploy Bastion__.
87+
1. In the Azure portal, select the VM you created earlier. From the __Connect__ section of the page, select __Bastion__ and then __Deploy Bastion__.
8888

8989
:::image type="content" source="./media/tutorial-create-secure-workspace/virtual-machine-deploy-bastion.png" alt-text="Screenshot of the deploy Bastion option.":::
9090

91-
1. Once the Bastion service has been deployed, you're presented with a connection page. Leave this dialog for now.
91+
1. Once the Bastion service is deployed, you arrive at a connection dialog. Leave this dialog for now.
9292

9393
## Create a workspace
9494

@@ -108,11 +108,11 @@ Azure Bastion enables you to connect to the VM desktop through your browser.
108108

109109
1. From the __Create private endpoint__ form, enter a unique value in the __Name__ field. Select the __Virtual network__ created earlier with the VM, and select the default __Subnet__. Leave the rest of the fields at the default values. Select __OK__ to save the endpoint.
110110

111-
:::image type="content" source="./media/tutorial-create-secure-workspace/private-endpoint-workspace.png" alt-text="Screenshot of the create private endpoint form.":::
111+
:::image type="content" source="./media/tutorial-create-secure-workspace/private-endpoint-workspace.png" alt-text="Screenshot of the form to create a private endpoint.":::
112112

113113
1. Select __Review + create__. Verify that the information is correct, and then select __Create__.
114114

115-
1. Once the workspace has been created, select __Go to resource__.
115+
1. Once the workspace is created, select __Go to resource__.
116116

117117
## Connect to the VM desktop
118118

@@ -123,7 +123,7 @@ Azure Bastion enables you to connect to the VM desktop through your browser.
123123

124124
## Connect to studio
125125

126-
At this point, the workspace has been created __but the managed virtual network has not__. The managed virtual network is _configured_ when you create the workspace, but it isn't created until you create the first compute resource or manually provision it.
126+
At this point, the workspace is created __but the managed virtual network is not__. The managed virtual network is _configured_ when you create the workspace. To _create_ the managed virtual network, create a compute resource or manually provision the network.
127127

128128
Use the following steps to create a compute instance.
129129

@@ -142,7 +142,7 @@ Use the following steps to create a compute instance.
142142
143143
### Enable studio access to storage
144144

145-
Since the Azure Machine Learning studio partially runs in the web browser on the client, the client needs to be able to directly access the default storage account for the workspace to perform data operations. To enable this, use the following steps:
145+
Since the Azure Machine Learning studio partially runs in the web browser on the client, the client needs to be able to directly access the default storage account for the workspace to perform data operations. To enable direct access, use the following steps:
146146

147147
1. From the [Azure portal](https://portal.azure.com), select the jump box VM you created earlier. From the __Overview__ section, copy the __Public IP address__.
148148
1. From the [Azure portal](https://portal.azure.com), select the workspace you created earlier. From the __Overview__ section, select the link for the __Storage__ entry.
@@ -177,6 +177,6 @@ To delete all resources created in this tutorial, use the following steps:
177177

178178
## Next steps
179179

180-
Now that you've created a secure workspace and can access studio, learn how to [deploy a model to an online endpoint with network isolation](how-to-secure-online-endpoint.md).
180+
Now that you have a secure workspace and can access studio, learn how to [deploy a model to an online endpoint with network isolation](how-to-secure-online-endpoint.md).
181181

182182
For more information on the managed virtual network, see [Secure your workspace with a managed virtual network](how-to-managed-network.md).

0 commit comments

Comments
 (0)