Skip to content

Commit 6a2cfce

Browse files
authored
Merge pull request #231815 from omondiatieno/create-assign-user-refresh
refresh create and assign a user account quickstart
2 parents 575217c + da2a8d3 commit 6a2cfce

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

articles/active-directory/manage-apps/add-application-portal-assign-users.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,50 +8,51 @@ ms.service: active-directory
88
ms.subservice: app-mgmt
99
ms.topic: quickstart
1010
ms.workload: identity
11-
ms.date: 03/24/2022
11+
ms.date: 03/23/2023
1212
ms.author: jomondi
1313
ms.reviewer: alamaral
14-
ms.custom: mode-other
14+
ms.custom: mode-other, enterprise-apps
1515
#Customer intent: As an administrator of an Azure AD tenant, I want to assign a user to an enterprise application.
1616
---
1717

1818
# Quickstart: Create and assign a user account
1919

2020
In this quickstart, you use the Azure portal to create a user account in your Azure Active Directory (Azure AD) tenant. After you create the account, you can assign it to the enterprise application that you added to your tenant.
2121

22-
It is recommended that you use a non-production environment to test the steps in this quickstart.
22+
It's recommended that you use a nonproduction environment to test the steps in this quickstart.
2323

2424
## Prerequisites
2525

2626
To create a user account and assign it to an enterprise application, you need:
2727

2828
- An Azure AD user account. If you don't already have one, you can [Create an account for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
29-
- One of the following roles: Global Administrator, Cloud Application Administrator, Application Administrator, or owner of the service principal.
29+
- One of the following roles: Global Administrator, or owner of the service principal.
3030
- Completion of the steps in [Quickstart: Add an enterprise application](add-application-portal.md).
3131

3232
## Create a user account
3333

3434
To create a user account in your Azure AD tenant:
3535

3636
1. Go to the [Azure portal](https://portal.azure.com) and sign in using one of the roles listed in the prerequisites.
37-
1. Browse to **Azure Active Directory** > **Users**.
37+
1. Browse to **Azure Active Directory** and select **Users**.
3838
1. Select **New user** at the top of the pane.
3939

4040
:::image type="content" source="media/add-application-portal-assign-users/new-user.png" alt-text="Add a new user account to your Azure AD tenant.":::
4141

4242
1. In the **User name** field, enter the username of the user account. For example, `[email protected]`. Be sure to change `contoso.com` to the name of your tenant domain.
4343
1. In the **Name** field, enter the name of the user of the account. For example, `contosouser1`.
44-
1. Leave **Auto-generate password** selected, and then select **Show password**. Write down the value that's displayed in the Password box.
44+
1. Enter the details required for the user under the **Groups and roles**, **Settings**, and **Job info** sections.
4545
1. Select **Create**.
4646

4747
## Assign a user account to an enterprise application
4848

4949
To assign a user account to an enterprise application:
5050

51-
1. In the [Azure portal](https://portal.azure.com), browse to **Azure Active Directory** > **Enterprise applications**, and then search for and select the application to which you want to assign the user account. For example, the application that you created in the previous quickstart named **Azure AD SAML Toolkit 1**.
51+
1. In the [Azure portal](https://portal.azure.com), browse to **Azure Active Directory** and select **Enterprise applications**.
52+
1. Search for and select the application to which you want to assign the user account. For example, the application that you created in the previous quickstart named **Azure AD SAML Toolkit 1**.
5253
1. In the left pane, select **Users and groups**, and then select **Add user/group**.
5354

54-
:::image type="content" source="media/add-application-portal-assign-users/assign-user.png" alt-text="Assign user account to zn application in your Azure AD tenant.":::
55+
:::image type="content" source="media/add-application-portal-assign-users/assign-user.png" alt-text="Assign user account to an application in your Azure AD tenant.":::
5556

5657
1. On the **Add Assignment** pane, select **None Selected** under **Users and groups**.
5758
1. Search for and select the user that you want to assign to the application. For example, `[email protected]`.
@@ -60,7 +61,7 @@ To assign a user account to an enterprise application:
6061

6162
## Clean up resources
6263

63-
If you are planning to complete the next quickstart, keep the application that you created. Otherwise, you can consider deleting it to clean up your tenant.
64+
If you're planning to complete the next quickstart, keep the application that you created. Otherwise, you can consider deleting it to clean up your tenant.
6465

6566
## Next steps
6667

-14.2 KB
Loading
75.9 KB
Loading

0 commit comments

Comments
 (0)