Skip to content

Commit f59410a

Browse files
committed
Add creation of new DSVM users
1 parent ae37216 commit f59410a

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,15 @@ When a project is run on a VM, the files are mounted on the root directory of th
5656

5757
![Shutdown button in Azure Notebooks](media/shutdown.png)
5858

59-
If multiple users will share a DSVM you can avoid blocking each other by creating and using a DSVM user for each notebook user.
60-
6159
### How to Create new DSVM users
62-
1. Go to [Azure Portal](https://ms.portal.azure.com).
63-
2. Navigate to your virtual machine.
64-
3. Click 'Reset password' under 'Support + troubleshooting' in the left margin.
65-
4. Enter a new username and password and click 'Update' (Your old usernames should still continue to work).
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+
6668
## Next steps
6769

6870
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)