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/data-science-virtual-machine/provision-vm.md
+25-27Lines changed: 25 additions & 27 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,8 @@ ms.service: data-science-vm
7
7
author: s-polly
8
8
ms.author: scottpolly
9
9
ms.topic: quickstart
10
-
ms.date: 12/31/2019
10
+
ms.reviewer: franksolomon
11
+
ms.date: 04/27/2024
11
12
ms.custom: mode-other
12
13
#Customer intent: As a data scientist, I want to learn how to provision the Windows DSVM so that I can move my existing workflow to the cloud.
13
14
---
@@ -18,50 +19,47 @@ Get up and running with a Windows Server 2022 Data Science Virtual Machine.
18
19
19
20
## Prerequisite
20
21
21
-
To create a Windows Data Science Virtual Machine, you must have an Azure subscription. [Try Azure for free](https://azure.com/free).
22
-
Please note Azure free accounts do not support GPU enabled virtual machine SKUs.
22
+
To create a Windows Data Science Virtual Machine, you need an Azure subscription. [Try Azure for free](https://azure.com/free).
23
+
Please note that Azure free accounts do not support GPU enabled virtual machine SKUs.
23
24
24
25
## Create your DSVM
25
26
26
27
To create a DSVM instance:
27
28
28
-
1. Go to the [Azure portal](https://portal.azure.com) You might be prompted to sign in to your Azure account if you're not already signed in.
29
-
1. Find the virtual machine listing by typing in "data science virtual machine" and selecting "Data Science Virtual Machine - Windows 2022."
29
+
1. Go to the [Azure portal](https://portal.azure.com). You might be prompted to sign in to your Azure account, if you're not already signed in.
30
+
1. Find the virtual machine listing by typing in "**data science virtual machine**", and then selecting "Data Science Virtual Machine - Windows 2022."
30
31
31
32
1. Select the **Create** button at the bottom.
32
33
33
34
1. You should be redirected to the "Create a virtual machine" blade.
34
35
35
36
1. Fill in the **Basics** tab:
36
-
***Subscription**: If you have more than one subscription, select the one on which the machine will be created and billed. You must have resource creation privileges for this subscription.
37
-
***Resource group**: Create a new group or use an existing one.
38
-
***Virtual machine name**: Enter the name of the virtual machine. This is how it will appear in your Azure portal.
39
-
***Location**: Select the datacenter that's most appropriate. For fastest network access, it's the datacenter that has most of your data or is closest to your physical location. Learn more about [Azure Regions](https://azure.microsoft.com/global-infrastructure/regions/).
40
-
***Image**: Leave the default value.
41
-
***Size**: This should auto-populate with a size that is appropriate for general workloads. Read more about [Windows VM sizes in Azure](../../virtual-machines/sizes.md).
42
-
***Username**: Enter the administrator username. This is the username you will use to log into your virtual machine, and need not be the same as your Azure username.
43
-
***Password**: Enter the password you will use to log into your virtual machine.
44
-
1. Select **Review + create**.
37
+
***Subscription**: If you have more than one subscription, select the one on which the machine will be created and billed. You must have resource creation privileges for this subscription
38
+
***Resource group**: Create a new group or use an existing one
39
+
***Virtual machine name**: Enter the name of the virtual machine. This is how it will appear in your Azure portal
40
+
***Location**: Select the datacenter that's most appropriate. For fastest network access, the datacenter that hosts most of your data or is located closest to your physical location becomes the best choice. For more information, visit [Azure Regions](https://azure.microsoft.com/global-infrastructure/regions/)
41
+
***Image**: Leave the default value
42
+
***Size**: This should auto-populate with an appropriate size for general workloads. For more information, visit [Windows VM sizes in Azure](../../virtual-machines/sizes.md)
43
+
***Username**: Enter the administrator username. You will use this username to log into your virtual machine, and it doesn't need to match your Azure username
44
+
***Password**: Enter the password you'll use to log into your virtual machine
45
+
1. Select **Review + create**
45
46
1.**Review+create**
46
-
* Verify that all the information you entered is correct.
47
-
* Select **Create**.
48
-
47
+
* Verify that all the information you entered is correct
48
+
* Select **Create**
49
49
50
50
> [!NOTE]
51
-
> * You do not pay licensing fees for the software that comes pre-loaded on the virtual machine. You do pay the compute cost for the server size that you chose in the **Size** step.
52
-
> *Provisioning takes 10 to 20 minutes. You can view the status of your VM on the Azure portal.
51
+
> * You pay no licensing fees for the software that comes pre-loaded on the virtual machine. You do pay the compute cost for the server size that you chose in the **Size** step
52
+
> *The provisioning process takes 10 to 20 minutes. You can view the status of your VM at the Azure portal
53
53
54
54
## Access the DSVM
55
55
56
-
After the VM is created and provisioned, follow the steps listed to [connect to your Azure-based virtual machine](../../marketplace/azure-vm-create-using-approved-base.md). Use the admin account credentials that you configured in the **Basics** step of creating a virtual machine.
57
-
58
-
You're ready to start using the tools that are installed and configured on the VM. Many of the tools can be accessed through **Start** menu tiles and desktop icons.
59
-
60
-
<aname="tools"></a>
56
+
After you create and provision the VM, follow the steps described in [connect to your Azure-based virtual machine](../../marketplace/azure-vm-create-using-approved-base.md). Use the admin account credentials that you configured in the **Basics** step of creating a virtual machine.
61
57
58
+
You can now use the tools that are installed and configured on the VM. You can access many of these tools through **Start** menu tiles and desktop icons.
62
59
63
60
## Next steps
64
61
65
-
* Explore the tools on the DSVM by opening the **Start** menu.
66
-
* Learn about the Azure Machine Learning by reading [What is Azure Machine Learning?](../overview-what-is-azure-machine-learning.md) and trying out [tutorials](../index.yml).
67
-
* Read the article [Data Science with a Windows Data Science Virtual Machine in Azure](./vm-do-ten-things.md)
62
+
* Open the **Start** menu to explore the tools on the DSVM
63
+
* Reading [What is Azure Machine Learning?](../overview-what-is-azure-machine-learning.md) to learn more about Azure Machine Learning
64
+
* Try out [these tutorial resources](../index.yml)
65
+
* Read article [Data Science with a Windows Data Science Virtual Machine in Azure](./vm-do-ten-things.md)
0 commit comments