Skip to content

Commit a7d9561

Browse files
committed
Fix acrolinx issues
1 parent 4b5d3b3 commit a7d9561

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/notebooks/use-data-science-virtual-machine.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Use Azure Data Science Virtual Machines
3-
description: Connect to a Azure Data Science Virtual Machine (DSVM) to extend the compute power available to Azure Notebooks.
3+
description: Connect to an Azure Data Science Virtual Machine (DSVM) to extend the compute power available to Azure Notebooks.
44
services: app-service
55
documentationcenter: ''
66
author: getroyer
@@ -18,22 +18,22 @@ ms.author: getroyer
1818

1919
# Use Azure Data Science Virtual Machines
2020

21-
By default, projects run on the **Free Compute** tier, which is limited to 4GB of memory and 1GB of data to prevent abuse. You can bypass these limitations by using a different virtual machine that you've provisioned in an Azure subscription. For this purpose, the best choice is an Azure Data Science Virtual Machine (DSVM) using the **Data Science Virtual Machine for Linux (Ubuntu)** image. Such a DSVM comes pre-configured with everything you need for Azure Notebooks and appears automatically on the **Run** drop-down list in Azure Notebooks.
21+
By default, projects run on the **Free Compute** tier, which is limited to 4 GB of memory and 1 GB of data to prevent abuse. You can bypass these limitations by using a different virtual machine that you've provisioned in an Azure subscription. For this purpose, the best choice is an Azure Data Science Virtual Machine (DSVM) using the **Data Science Virtual Machine for Linux (Ubuntu)** image. Such a DSVM comes pre-configured with everything you need for Azure Notebooks and appears automatically on the **Run** drop-down list in Azure Notebooks.
2222

2323
> [!Note]
2424
> Azure Notebooks is supported only on DSVMs created with the on Linux Ubuntu image. Notebooks are not supported on Windows 2012, Windows 2016, or Linux CentOS images.
2525
2626
## Create a DSVM instance
2727

28-
To create a new DSVM instance, follow the instructions on [Create an Ubuntu Data Science VM](/azure/machine-learning/data-science-virtual-machine/dsvm-ubuntu-intro). For additional information including pricing details, see [Data Science Virtual Machines](https://azure.microsoft.com/services/virtual-machines/data-science-virtual-machines/).
28+
To create a new DSVM instance, follow the instructions on [Create an Ubuntu Data Science VM](/azure/machine-learning/data-science-virtual-machine/dsvm-ubuntu-intro). For more information including pricing details, see [Data Science Virtual Machines](https://azure.microsoft.com/services/virtual-machines/data-science-virtual-machines/).
2929

3030
## Connect to the DSVM
3131

3232
Once you're created the DSVM, select the **Run** drop-down list on the Azure Notebooks project dashboard, and select the appropriate DSVM instance. The drop-down list shows DSVM instances if the following conditions are true:
3333

3434
- You're signed into Azure Notebooks with an account that uses Azure Active Directory (AAD), such as a company account.
3535
- Your account is connected to an Azure subscription.
36-
- You have one or more virtual machines in that subscription, with at least Reader access, that use the Data Science Virtual Machine for Linux (Ubuntu) image.)
36+
- You have one or more virtual machines in that subscription, with at least Reader access, that uses the Data Science Virtual Machine for Linux (Ubuntu) image.)
3737

3838
![Data Science Virtual Machine instances in the drop-down list on the project dashboard](media/project-compute-tier-dsvm.png)
3939

@@ -48,7 +48,7 @@ You obtain these values from the DSVM page in the Azure portal.
4848

4949
## Accessing Azure Notebooks files from the DSVM
5050

51-
To preserve parity of file paths with the **Free Compute** tier, you are able to only open one project at a time on a DSVM. To open a new project, you myst shut down the open project first.
51+
To preserve parity of file paths with the **Free Compute** tier, you are able to only open one project at a time on a DSVM. To open a new project, you must shut down the open project first.
5252

5353
![Shutdown button in Azure Notebooks](media/shutdown.png)
5454

0 commit comments

Comments
 (0)