Skip to content

Commit 4b5d3b3

Browse files
committed
Edits to DSVM articles and TOC entry
1 parent 9e4ff28 commit 4b5d3b3

File tree

3 files changed

+21
-30
lines changed

3 files changed

+21
-30
lines changed

articles/notebooks/configure-manage-azure-notebooks-projects.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.workload: na
1212
ms.tgt_pltfrm: na
1313
ms.devlang: na
1414
ms.topic: article
15-
ms.date: 02/25/2019
15+
ms.date: 05/13/2019
1616
ms.author: kraigb
1717
---
1818

@@ -33,8 +33,7 @@ Azure Notebooks starts the underlying virtual machine whenever you run a noteboo
3333

3434
## Compute tier
3535

36-
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. Connecting to a DSVM can increase your compute power.
37-
See [how to use Data Science Virtual Machines](use-data-science-virtual-machine.md).
36+
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 and increase compute power by using a different virtual machine that you've provisioned in an Azure subscription. For more information, see [How to use Data Science Virtual Machines](use-data-science-virtual-machine.md).
3837

3938
## Edit project metadata
4039

articles/notebooks/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,7 @@
4444
href: work-with-project-data-files.md
4545
- name: Access data resources
4646
href: access-data-resources-jupyter-notebooks.md
47+
- name: Use Data Science Virtual Machines
48+
href: use-data-science-virtual-machine.md
4749
- name: Use Azure Machine Learning Services
4850
href: use-machine-learning-services-jupyter-notebooks.md
Lines changed: 17 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Use Data Science Virtual Machines
3-
description: Why use a Data Science Virutal Machine (DSVM). How to connect to a DSVM, and how to access a DSVM from Azure Notebooks.
2+
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.
44
services: app-service
55
documentationcenter: ''
66
author: getroyer
@@ -16,31 +16,20 @@ ms.date: 05/08/2019
1616
ms.author: getroyer
1717
---
1818

19-
# Using Data Science Virtual Machines
19+
# Use Azure Data Science Virtual Machines
2020

21-
## Why connect to a Data Science Virtual Machine (DSVM)
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.
2222

23-
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. Connecting to a [DSVM](https://azure.microsoft.com/en-us/services/virtual-machines/data-science-virtual-machines/) can increase your compute power.
23+
> [!Note]
24+
> 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.
2425
25-
## How to create a DSVM
26+
## Create a DSVM instance
2627

27-
|Operating System|Azure Notebooks|
28-
|:---:|:---:|
29-
|Linux Ubuntu| Supported|
30-
|Windows 2016| Not Supported|
31-
|Windows 2012| Not Supported|
32-
|Linux CentOS| Not Supported|
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/).
3329

34-
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). Use the **Data Science Virtual Machine for Linux (Ubuntu)** image if you want the DSVM to appear in the drop-down list in Azure Notebooks.
30+
## Connect to the DSVM
3531

36-
## Ways to connect to a DSVM
37-
38-
The **Run** drop-down list on the project dashboard is where you select the compute tier on which the project runs.
39-
40-
![Compute tier drop-down list on the project dashboard](media/project-compute-tier-list.png)
41-
42-
### Discovery
43-
If the following conditions are true, the drop-down list also shows DSVM instances. (If any of these conditions aren't met, you can still connect to the DSVM using the Direct Compute option and enter the values obtained from the Azure portal.)
32+
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:
4433

4534
- You're signed into Azure Notebooks with an account that uses Azure Active Directory (AAD), such as a company account.
4635
- Your account is connected to an Azure subscription.
@@ -50,16 +39,17 @@ If the following conditions are true, the drop-down list also shows DSVM instanc
5039

5140
When you select a DSVM instance, Azure Notebooks may prompt you for the specific machine credentials used when you created the VM.
5241

53-
### Direct Connect
54-
Once you have a suitably configured Azure virtual machine, select the **Direct Compute** option in the drop-down list, which prompts you for a name (to show in the list), the VM's IP address and port (typically 8000, the default port to which JupyterHub listens), and the VM credentials:
42+
If any of the conditions aren't met, you can still connect to the DSVM. On the drop-down list, select the **Direct Compute** option,
43+
which prompts you for a name (to show in the list), the VM's IP address and port (typically 8000, the default port to which JupyterHub listens), and the VM credentials:
5544

5645
![Prompt to collect server information for the Direct Compute option](media/project-compute-tier-direct.png)
5746

47+
You obtain these values from the DSVM page in the Azure portal.
5848

59-
## Accessing Azure Notebooks Files from DSVM
49+
## Accessing Azure Notebooks files from the DSVM
6050

61-
To preserve parity of file paths with free compute you are only able to open one project at a time on a DSVM. If you would like to open a new project after opening a project, you will need to shutdown the open project first.
62-
63-
When a project is run on a VM, the files are mounted on the root directory of the Jupyter server (the directory shown in JupyterHub), replacing the default Azure Notebooks files. When you shut down the VM using the **Shutdown** button on the notebook UI, Azure Notebooks restores the default files.
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.
6452

6553
![Shutdown button in Azure Notebooks](media/shutdown.png)
54+
55+
When a project is run on a VM, the files are mounted on the root directory of the Jupyter server (the directory shown in JupyterHub), replacing the default Azure Notebooks files. When you shut down the VM using the **Shutdown** button on the notebook UI, Azure Notebooks restores the default files.

0 commit comments

Comments
 (0)