Skip to content

Commit fdfea43

Browse files
authored
Merge pull request #187513 from Blackmist/master
fixing dsvm version problem
2 parents 0355dd0 + 4fa0545 commit fdfea43

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed
29 KB
Loading

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

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: enterprise-readiness
88
ms.reviewer: jhirono
99
ms.author: larryfr
1010
author: blackmist
11-
ms.date: 12/03/2021
11+
ms.date: 02/04/2022
1212
ms.topic: how-to
1313
ms.custom: subject-rbac-steps
1414
---
@@ -326,7 +326,18 @@ There are several ways that you can connect to the secured workspace. The steps
326326
Use the following steps to create a Data Science Virtual Machine for use as a jump box:
327327

328328
1. In the [Azure portal](https://portal.azure.com), select the portal menu in the upper left corner. From the menu, select __+ Create a resource__ and then enter __Data science virtual machine__. Select the __Data science virtual machine - Windows__ entry, and then select __Create__.
329-
1. From the __Basics__ tab, select the __subscription__, __resource group__, and __Region__ you previously used for the virtual network. Provide a unique __Virtual machine name__, __Username__, and __Password__. Leave other fields at the default values.
329+
1. From the __Basics__ tab, select the __subscription__, __resource group__, and __Region__ you previously used for the virtual network. Provide values for the following fields:
330+
331+
* __Virtual machine name__: A unique name for the VM.
332+
* __Username__: The username you will use to login to the VM.
333+
* __Password__: The password for the username.
334+
* __Security type__: Standard.
335+
* __Image__: Data Science Virtual Machine - Windows Server 2019 - Gen1.
336+
337+
> [!IMPORTANT]
338+
> Do not select a Gen2 image.
339+
340+
You can leave other fields at the default values.
330341

331342
:::image type="content" source="./media/tutorial-create-secure-workspace/create-virtual-machine-basic.png" alt-text="Image of VM basic configuration":::
332343

0 commit comments

Comments
 (0)