Skip to content

Commit 75bfb58

Browse files
authored
Update use-data-science-virtual-machine.md
Adding the lowercase username requirement for compatibility with JupyterHub
1 parent bbb46e7 commit 75bfb58

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ Once you're created the DSVM, select the **Run** drop-down list on the Azure Not
3333

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

36+
> ![IMPORTANT]
37+
> The username must be lowercase to use it with JupyterHub.
38+
3639
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,
3740
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:
3841

@@ -56,7 +59,7 @@ If multiple users share a DSVM, you can avoid blocking each other by creating an
5659

5760
1. On the [Azure portal](https://portal.azure.com), navigate to your virtual machine.
5861
1. Under **Support + troubleshooting** in the left margin, select **Reset password**.
59-
1. Enter a new username and password and select **Update**. (Existing usernames are not affected.)
62+
1. Enter a new **username**. The username must be lowercase to use it with JupyterHub. Enter a password. Then select **Update**. (Existing usernames are not affected.)
6063
1. Repeat the previous step for any additional users.
6164

6265
## Next steps

0 commit comments

Comments
 (0)