Skip to content

Commit 5a0b5a5

Browse files
authored
Merge pull request #811 from fbsolo-ms1/document-freshness-maintenance
Remove PII from the .PNG file . . .
2 parents 24c2621 + 9cb9383 commit 5a0b5a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/machine-learning/data-science-virtual-machine/dsvm-tutorial-resource-manager.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: subject-armqs, mode-arm, devx-track-arm-template
1414

1515
# Quickstart: Create an Ubuntu Data Science Virtual Machine using an ARM template
1616

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

1919
[!INCLUDE [About Azure Resource Manager](~/reusable-content/ce-skilling/azure/includes/resource-manager-quickstart-introduction.md)]
2020

@@ -26,7 +26,7 @@ If your environment meets the prerequisites and you know how to use ARM template
2626

2727
* 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.
2828

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**.
3030

3131
## Review the template
3232

@@ -45,7 +45,7 @@ The template defines these resources:
4545

4646
## Deploy the template
4747

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:
4949

5050
```azurecli-interactive
5151
read -p "Enter the name of the resource group to create:" resourceGroupName &&
@@ -80,7 +80,7 @@ This displays the Resource Group information:
8080

8181
:::image type="content" source="media/dsvm-tutorial-resource-manager/resource-group-home.png" alt-text="Screenshot showing a basic Resource Group containing a DSVM":::
8282

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

8585
## Clean up resources
8686

-8.25 KB
Loading

0 commit comments

Comments
 (0)