Skip to content

Commit 7d5e4de

Browse files
committed
Remove the term "Global Administrator" from the text, and refresh the document.
1 parent 1ab4442 commit 7d5e4de

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ author: fbsolo-ms1
99
ms.author: franksolomon
1010
ms.topic: conceptual
1111
ms.reviewer: vijetaj
12-
ms.date: 04/10/2024
12+
ms.date: 10/28/2024
1313
---
1414

1515
# Set up a common identity on a Data Science Virtual Machine
1616

17-
On a Microsoft Azure Virtual Machine (VM), or a Data Science Virtual Machine (DSVM), you create local user accounts while provisioning the VM. Users then authenticate to the VM with credentials for those user accounts. If you have multiple VMs, and your users need to access them, credential management can become difficult. To solve the problem, you can deploy common user accounts, and manage those accounts, through a standards-based identity provider. You can then use a single set of credentials to access multiple resources on Azure, including multiple DSVMs.
17+
On a Microsoft Azure Virtual Machine (VM), or a Data Science Virtual Machine (DSVM), you create local user accounts while provisioning the VM. Users then authenticate to the VM with credentials for those user accounts. If you have multiple VMs and your users need to access them, credential management can become difficult. To solve the problem, you can deploy common user accounts and manage those accounts through a standards-based identity provider. You can then use a single set of credentials to access multiple resources on Azure, including multiple DSVMs.
1818

1919
Active Directory is a popular identity provider. Azure supports it both as a cloud service and as an on-premises directory. You can use Microsoft Entra ID or on-premises Active Directory to authenticate users on a standalone DSVM, or a cluster of DSVMs, in an Azure virtual machine scale set. To do this, you join the DSVM instances to an Active Directory domain.
2020

2121
If you already have Active Directory, you can use it as your common identity provider. If you don't have Active Directory, you can run a managed Active Directory instance on Azure through [Microsoft Entra Domain Services](/azure/active-directory-domain-services/).
2222

23-
The documentation for [Microsoft Entra ID](/azure/active-directory/) provides detailed [management instructions](/azure/active-directory/hybrid/whatis-hybrid-identity), including guidance about how to connect Microsoft Entra ID to your on-premises directory, if you have one.
23+
The [Microsoft Entra ID](/azure/active-directory/) documentation provides detailed [management instructions](/azure/active-directory/hybrid/whatis-hybrid-identity), including guidance about how to connect Microsoft Entra ID to your on-premises directory, if you have one.
2424

2525
This article describes how to set up a fully managed Active Directory domain service on Azure, using Microsoft Entra Domain Services. You can then join your DSVMs to the managed Active Directory domain. This approach allows users to access a pool of DSVMs (and other Azure resources) through a common user account and credentials.
2626

@@ -30,7 +30,7 @@ Microsoft Entra Domain Services makes it simple to manage your identities. It pr
3030

3131
1. In the Azure portal, add the user to Active Directory:
3232

33-
1. Sign in to the [Azure portal](https://portal.azure.com) as a Global Administrator
33+
1. Sign in to the [Azure portal](https://portal.azure.com) as a Privileged Role Administrator
3434

3535
1. Browse to **Microsoft Entra ID** > **Users** > **All users**
3636

@@ -40,7 +40,7 @@ Microsoft Entra Domain Services makes it simple to manage your identities. It pr
4040

4141
:::image type="content" source="./media/dsvm-common-identity/add-user.png" alt-text="Screenshot showing the add user pane." lightbox="./media/dsvm-common-identity/add-user.png":::
4242

43-
1. Enter information about the user, such as **Name** and **User name**. The domain name portion of the user name must be either the initial default domain name "[domain name].onmicrosoft.com" or a verified, non-federated [custom domain name](/azure/active-directory/fundamentals/add-custom-domain) such as "contoso.com."
43+
1. Enter information about the user, such as **Name** and **User name**. The domain name portion of the user name must be either the initial default domain name "[domain name].onmicrosoft.com" or a verified, nonfederated [custom domain name](/azure/active-directory/fundamentals/add-custom-domain) such as "contoso.com."
4444

4545
1. Copy or otherwise note the generated user password. You must provide this password to the user after this process is complete
4646

@@ -50,12 +50,12 @@ Microsoft Entra Domain Services makes it simple to manage your identities. It pr
5050

5151
1. Securely distribute the generated password to the new user so that the user can sign in
5252

53-
1. Create a Microsoft Entra Domain Services instance. Visit [Enable Microsoft Entra Domain Services using the Azure portal](/azure/active-directory-domain-services/tutorial-create-instance) (the "Create an instance and configure basic settings" section) for more information. You need to update the existing user passwords in Active Directory to sync the password in Microsoft Entra Domain Services. You also need to add DNS to Microsoft Entra Domain Services, as described under "Complete the fields in the Basics window of the Azure portal to create a Microsoft Entra Domain Services instance" in that section.
53+
1. Create a Microsoft Entra Domain Services instance. In the [Enable Microsoft Entra Domain Services using the Azure portal](/azure/active-directory-domain-services/tutorial-create-instance) resource, visit the **Create an instance and configure basic settings** section for more information. You need to update the existing user passwords in Active Directory to sync the password in Microsoft Entra Domain Services. You must also add DNS to Microsoft Entra Domain Services, as described under **Complete the fields in the Basics window of the Azure portal to create a Microsoft Entra Domain Services instance** in that section.
5454

5555
1. In the **Create and configure the virtual network** section of the preceding step, create a separate DSVM subnet in the virtual network you created
5656
1. Create one or more DSVM instances in the DSVM subnet
5757
1. Follow the [instructions](/azure/active-directory-domain-services/join-ubuntu-linux-vm) to add the DSVM to Active Directory
58-
1. Mount an Azure Files share to host your home or notebook directory, so that your workspace can be mounted on any machine. If you need tight file-level permissions, you'll need Network File System [NFS] running on one or more VMs
58+
1. Mount an Azure Files share to host your home or notebook directory, so that your workspace can be mounted on any machine. If you need tight file-level permissions, you need Network File System [NFS] running on one or more VMs
5959

6060
1. [Create an Azure Files share](/azure/storage/files/storage-how-to-create-file-share).
6161

@@ -72,7 +72,7 @@ Microsoft Entra Domain Services makes it simple to manage your identities. It pr
7272
Create a `notebooks` directory in the workspace of each user
7373
1. Create symbolic links for `notebooks` in `$HOME/userx/notebooks/remote`
7474

75-
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.
75+
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 is 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.
7676

7777
For autoscaling, you can use a virtual machine scale set to create a pool of VMs that are all joined to the domain in this fashion, and with the shared disk mounted. Users can sign in to any available machine in the virtual machine scale set, and can access the shared disk where their notebooks are saved.
7878

0 commit comments

Comments
 (0)