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
Copy file name to clipboardExpand all lines: articles/notebooks/configure-manage-azure-notebooks-projects.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.workload: na
12
12
ms.tgt_pltfrm: na
13
13
ms.devlang: na
14
14
ms.topic: article
15
-
ms.date: 02/25/2019
15
+
ms.date: 05/13/2019
16
16
ms.author: kraigb
17
17
---
18
18
@@ -33,8 +33,7 @@ Azure Notebooks starts the underlying virtual machine whenever you run a noteboo
33
33
34
34
## Compute tier
35
35
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).
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.
4
4
services: app-service
5
5
documentationcenter: ''
6
6
author: getroyer
@@ -16,31 +16,20 @@ ms.date: 05/08/2019
16
16
ms.author: getroyer
17
17
---
18
18
19
-
# Using Data Science Virtual Machines
19
+
# Use Azure Data Science Virtual Machines
20
20
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.
22
22
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.
24
25
25
-
## How to create a DSVM
26
+
## Create a DSVM instance
26
27
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/).
33
29
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
35
31
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
-

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:
44
33
45
34
- You're signed into Azure Notebooks with an account that uses Azure Active Directory (AAD), such as a company account.
46
35
- 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
50
39
51
40
When you select a DSVM instance, Azure Notebooks may prompt you for the specific machine credentials used when you created the VM.
52
41
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:
55
44
56
45

57
46
47
+
You obtain these values from the DSVM page in the Azure portal.
58
48
59
-
## Accessing Azure Notebooks Files from DSVM
49
+
## Accessing Azure Notebooks files from the DSVM
60
50
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.
64
52
65
53

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