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
# Quickstart: Create an Ubuntu Data Science Virtual Machine using an ARM template
16
16
17
-
This quickstart shows how to create an Ubuntu Data Science Virtual Machine (DSVM) using an Azure Resource Manager template (ARM template). A Data Science Virtual Machines is a cloud-based resource, preloaded with a suite of data science and machine learning frameworks and tools. When deployed on GPU-powered compute resources, all tools and libraries are configured to use the GPU.
17
+
This quickstart shows how to create an Ubuntu Data Science Virtual Machine (DSVM) using an Azure Resource Manager template (ARM template). A Data Science Virtual Machine is a cloud-based resource, preloaded with a suite of data science and machine learning frameworks and tools. When deployed on GPU-powered compute resources, all tools and libraries are configured to use the GPU.
@@ -26,7 +26,7 @@ If your environment meets the prerequisites and you know how to use ARM template
26
26
27
27
* An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/services/machine-learning/) before you begin.
28
28
29
-
*To use the CLI commands in this document from your **local environment**, you need the [Azure CLI](/cli/azure/install-azure-cli).
29
+
*You need the [Azure CLI](/cli/azure/install-azure-cli) to use the CLI commands in this document from your **local environment**.
30
30
31
31
## Review the template
32
32
@@ -45,7 +45,7 @@ The template defines these resources:
45
45
46
46
## Deploy the template
47
47
48
-
To use the template from the Azure CLI, sign in and choose your subscription (See[Sign in with Azure CLI](/cli/azure/authenticate-azure-cli)). Then run:
48
+
To use the template from the Azure CLI, sign in and choose your subscription. Visit[Sign in with Azure CLI](/cli/azure/authenticate-azure-cli) for more information. Then run:
49
49
50
50
```azurecli-interactive
51
51
read -p "Enter the name of the resource group to create:" resourceGroupName &&
@@ -80,7 +80,7 @@ This displays the Resource Group information:
80
80
81
81
:::image type="content" source="media/dsvm-tutorial-resource-manager/resource-group-home.png" alt-text="Screenshot showing a basic Resource Group containing a DSVM":::
82
82
83
-
Select the Virtual Machine resource to go to its information page. Here you can find information about the VM, including connection details.
83
+
Select the Virtual Machine resource to go to its information page. Here, you can find information about the VM, including connection details.
0 commit comments