Skip to content

Commit a72851d

Browse files
committed
Fix minor blocking issues . . .
1 parent bda8850 commit a72851d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/machine-learning/data-science-virtual-machine/dsvm-common-identity.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,11 @@ Microsoft Entra Domain Services makes it simple to manage your identities. It pr
6565
sudo mount -t cifs //[STORAGEACCT].file.core.windows.net/workspace [Your mount point] -o vers=3.0,username=[STORAGEACCT],password=[Access Key or SAS],dir_mode=0777,file_mode=0777,sec=ntlmssp
6666
```
6767
1. For example, assume that you mounted your Azure Files share in the **/data/workspace** directory. Now, create directories for each of your users in the share:
68-
- /data/workspace/user1
69-
- /data/workspace/user2
70-
- etc.
71-
Create a `notebooks` directory in the workspace of each user
68+
- /data/workspace/user1
69+
- /data/workspace/user2
70+
- etc.
71+
72+
Create a `notebooks` directory in the workspace of each user
7273
1. Create symbolic links for `notebooks` in `$HOME/userx/notebooks/remote`
7374

7475
You now have the users in your Active Directory instance, which is hosted in Azure. With Active Directory credentials, users can sign in to any DSVM (SSH or JupyterHub) that's joined to Microsoft Entra Domain Services. Because an Azure Files share hosts the user workspace, users can access their notebooks and other work from any DSVM, when they use JupyterHub.

0 commit comments

Comments
 (0)