Skip to content

Commit 9841b68

Browse files
authored
Merge pull request #106807 from JasonWHowell/patch-2
Fixes MicrosoftDocs/azure-docs#49664
2 parents 9f8f970 + 7379ab4 commit 9841b68

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)