Skip to content

Commit ca0d060

Browse files
Merge pull request #273597 from fbsolo-ms1/update-data-science-virtual-machine-files
Freshness update for provision-vm.md . . .
2 parents 4eb7d40 + 69a4488 commit ca0d060

File tree

2 files changed

+26
-28
lines changed

2 files changed

+26
-28
lines changed

articles/machine-learning/data-science-virtual-machine/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,4 @@ For more information, visit these resources:
105105

106106
+ Linux:
107107
+ [Set up a Linux DSVM (Ubuntu)](dsvm-ubuntu-intro.md)
108-
+ [Data science on a Linux DSVM](linux-dsvm-walkthrough.md)
108+
+ [Data science on a Linux DSVM](linux-dsvm-walkthrough.md)

articles/machine-learning/data-science-virtual-machine/provision-vm.md

Lines changed: 25 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ ms.service: data-science-vm
77
author: s-polly
88
ms.author: scottpolly
99
ms.topic: quickstart
10-
ms.date: 12/31/2019
10+
ms.reviewer: franksolomon
11+
ms.date: 04/27/2024
1112
ms.custom: mode-other
1213
#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.
1314
---
@@ -18,50 +19,47 @@ Get up and running with a Windows Server 2022 Data Science Virtual Machine.
1819

1920
## Prerequisite
2021

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.
2324

2425
## Create your DSVM
2526

2627
To create a DSVM instance:
2728

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."
3031

3132
1. Select the **Create** button at the bottom.
3233

3334
1. You should be redirected to the "Create a virtual machine" blade.
3435

3536
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**
4546
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**
4949

5050
> [!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
5353
5454
## Access the DSVM
5555

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-
<a name="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.
6157

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.
6259

6360
## Next steps
6461

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

Comments
 (0)