Skip to content

Commit 0c0c23f

Browse files
authored
Merge pull request #79630 from kraigb/kraigb-notebooks
Add creation of new DSVM users
2 parents 7e37814 + 5c8b34a commit 0c0c23f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

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

Lines changed: 12 additions & 1 deletion
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: 05/08/2019
15+
ms.date: 06/13/2019
1616
ms.author: getroyer
1717
---
1818

@@ -54,6 +54,17 @@ To preserve parity of file paths with the **Free Compute** tier, you are able to
5454

5555
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.
5656

57+
![Shutdown button in Azure Notebooks](media/shutdown.png)
58+
59+
## Create new DSVM users
60+
61+
If multiple users share a DSVM, you can avoid blocking each other by creating and using a DSVM user for each notebook user:
62+
63+
1. On the [Azure Portal](https://portal.azure.com), navigate to your virtual machine.
64+
1. Under **Support + troubleshooting** in the left margin, select **Reset password**.
65+
1. Enter a new username and password and select **Update**. (Existing usernames are not affected.)
66+
1. Repeat the previous step for any additional users.
67+
5768
## Next steps
5869

5970
Learn more about DSVMs on [Introduction to Azure Data Science Virtual Machines](/azure/machine-learning/data-science-virtual-machine/overview).

0 commit comments

Comments
 (0)