Skip to content

Commit 2c84e67

Browse files
authored
Merge pull request #250859 from rolyon/rolyon-aadroles-portal-entra-admin-center
[Azure AD roles] Azure portal to Microsoft Entra admin center
2 parents d55a230 + 70ae181 commit 2c84e67

39 files changed

+279
-224
lines changed

articles/active-directory/roles/admin-units-assign-roles.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,17 @@ It is not currently possible to assign directory read permissions scoped to an a
7575

7676
## Assign a role with an administrative unit scope
7777

78-
You can assign an Azure AD role with an administrative unit scope by using the Azure portal, PowerShell, or Microsoft Graph.
78+
You can assign an Azure AD role with an administrative unit scope by using the Microsoft Entra admin center, PowerShell, or Microsoft Graph.
7979

80-
### Azure portal
80+
### Microsoft Entra admin center
8181

8282
[!INCLUDE [portal updates](~/articles/active-directory/includes/portal-update.md)]
8383

84-
1. Sign in to the [Azure portal](https://portal.azure.com).
84+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Privileged Role Administrator](../roles/permissions-reference.md#privileged-role-administrator).
8585

86-
1. Select **Azure Active Directory** > **Administrative units** and then select the administrative unit that you want to assign a user role scope to.
86+
1. Browse to **Identity** > **Roles & admins** > **Admin units**.
87+
88+
1. Select the administrative unit that you want to assign a user role scope to.
8789

8890
1. On the left pane, select **Roles and administrators** to list all the available roles.
8991

@@ -133,15 +135,17 @@ Body
133135

134136
## List role assignments with administrative unit scope
135137

136-
You can view a list of Azure AD role assignments with administrative unit scope by using the Azure portal, PowerShell, or Microsoft Graph.
138+
You can view a list of Azure AD role assignments with administrative unit scope by using the Microsoft Entra admin center, PowerShell, or Microsoft Graph.
139+
140+
### Microsoft Entra admin center
137141

138-
### Azure portal
142+
You can view all the role assignments created with an administrative unit scope in the **Admin units** section of the Microsoft Entra admin center.
139143

140-
You can view all the role assignments created with an administrative unit scope in the [Administrative units section of Azure AD](https://portal.azure.com/?microsoft_aad_iam_adminunitprivatepreview=true&microsoft_aad_iam_rbacv2=true#blade/Microsoft_AAD_IAM/ActiveDirectoryMenuBlade/AdminUnit).
144+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com).
141145

142-
1. Sign in to the [Azure portal](https://portal.azure.com).
146+
1. Browse to **Identity** > **Roles & admins** > **Admin units**.
143147

144-
1. Select **Azure Active Directory** > **Administrative units** and then select the administrative unit for the list of role assignments you want to view.
148+
1. Select the administrative unit for the list of role assignments you want to view.
145149

146150
1. Select **Roles and administrators**, and then open a role to view the assignments in the administrative unit.
147151

articles/active-directory/roles/admin-units-faq-troubleshoot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ sections:
8686
The initial update of an administrative unit can take a few minutes depending on your tenant size and the current Azure AD load.
8787
8888
- question: |
89-
After creating a dynamic membership rule in the Azure portal using the rule builder and attempting to save, I get the error "Failed to update administrative unit properties".
89+
After creating a dynamic membership rule in the Microsoft Entra admin center using the rule builder and attempting to save, I get the error "Failed to update administrative unit properties".
9090
answer: |
9191
This usually means there is a problem with the supplied property values. Confirm that the property values you have supplied have a proper value type (Boolean, string, or string collection). For more information, see the allowed values for each operator for [users](../enterprise-users/groups-dynamic-membership.md#supported-properties) or [devices](../enterprise-users/groups-dynamic-membership.md#rules-for-devices).
9292

articles/active-directory/roles/admin-units-manage.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ For more information, see [Prerequisites to use PowerShell or Graph Explorer](pr
4040

4141
## Create an administrative unit
4242

43-
You can create a new administrative unit by using either the Azure portal, PowerShell or Microsoft Graph.
43+
You can create a new administrative unit by using either the Microsoft Entra admin center, PowerShell or Microsoft Graph.
4444

45-
### Azure portal
45+
### Microsoft Entra admin center
4646

4747
[!INCLUDE [portal updates](~/articles/active-directory/includes/portal-update.md)]
4848

49-
1. Sign in to the [Azure portal](https://portal.azure.com).
49+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Privileged Role Administrator](../roles/permissions-reference.md#privileged-role-administrator).
5050

51-
1. Select **Azure Active Directory** > **Administrative units**.
51+
1. Browse to **Identity** > **Roles & admins** > **Admin units**.
5252

5353
![Screenshot of the Administrative units page in Azure AD.](./media/admin-units-manage/nav-to-admin-units.png)
5454

@@ -161,17 +161,19 @@ Body
161161

162162
In Azure AD, you can delete an administrative unit that you no longer need as a unit of scope for administrative roles. Before you delete the administrative unit, you should remove any role assignments with that administrative unit scope.
163163

164-
### Azure portal
164+
### Microsoft Entra admin center
165165

166-
1. Sign in to the [Azure portal](https://portal.azure.com).
166+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Privileged Role Administrator](../roles/permissions-reference.md#privileged-role-administrator).
167167

168-
1. Select **Azure Active Directory** > **Administrative units** and then select the administrative unit you want to delete.
168+
1. Browse to **Identity** > **Roles & admins** > **Admin units**.
169+
170+
1. Select the administrative unit you want to delete.
169171

170172
1. Select **Roles and administrators**, and then open a role to view the role assignments.
171173

172174
1. Remove all the role assignments with the administrative unit scope.
173175

174-
1. Select **Azure Active Directory** > **Administrative units**.
176+
1. Browse to **Identity** > **Roles & admins** > **Admin units**.
175177

176178
1. Add a check mark next to the administrative unit you want to delete.
177179

articles/active-directory/roles/admin-units-members-add.md

Lines changed: 16 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,22 +35,22 @@ This article describes how to add users, groups, or devices to administrative un
3535

3636
For more information, see [Prerequisites to use PowerShell or Graph Explorer](prerequisites.md).
3737

38-
## Azure portal
38+
## Microsoft Entra admin center
3939

40-
You can add users, groups, or devices to administrative units using the Azure portal. You can also add users in a bulk operation or create a new group in an administrative unit.
40+
You can add users, groups, or devices to administrative units using the Microsoft Entra admin center. You can also add users in a bulk operation or create a new group in an administrative unit.
4141

4242
### Add a single user, group, or device to administrative units
4343

4444
[!INCLUDE [portal updates](~/articles/active-directory/includes/portal-update.md)]
4545

46-
1. Sign in to the [Azure portal](https://portal.azure.com).
46+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Privileged Role Administrator](../roles/permissions-reference.md#privileged-role-administrator).
4747

48-
1. Select **Azure Active Directory**.
48+
1. Browse to **Identity**.
4949

50-
1. Select one of the following:
50+
1. Browse to one of the following:
5151

52-
- **Users**
53-
- **Groups**
52+
- **Users** > **All users**
53+
- **Groups** > **All groups**
5454
- **Devices** > **All devices**
5555

5656
1. Select the user, group, or device you want to add to administrative units.
@@ -65,11 +65,11 @@ You can add users, groups, or devices to administrative units using the Azure po
6565

6666
### Add users, groups, or devices to a single administrative unit
6767

68-
1. Sign in to the [Azure portal](https://portal.azure.com).
68+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Privileged Role Administrator](../roles/permissions-reference.md#privileged-role-administrator).
6969

70-
1. Select **Azure Active Directory**.
70+
1. Browse to **Identity** > **Roles & admins** > **Admin units**.
7171

72-
1. Select **Administrative units** and then select the administrative unit you want to add users, groups, or devices to.
72+
1. Select the administrative unit you want to add users, groups, or devices to.
7373

7474
1. Select one of the following:
7575

@@ -85,13 +85,11 @@ You can add users, groups, or devices to administrative units using the Azure po
8585

8686
### Add users to an administrative unit in a bulk operation
8787

88-
1. Sign in to the [Azure portal](https://portal.azure.com).
89-
90-
1. Select **Azure Active Directory**.
88+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Privileged Role Administrator](../roles/permissions-reference.md#privileged-role-administrator).
9189

92-
1. Select **Administrative units** and then select the administrative unit you want to add users to.
90+
1. Browse to **Identity** > **Roles & admins** > **Admin units**.
9391

94-
1. Select the administrative unit to which you want to add users.
92+
1. Select the administrative unit you want to add users to.
9593

9694
1. Select **Users** > **Bulk operations** > **Bulk add members**.
9795

@@ -111,11 +109,11 @@ You can add users, groups, or devices to administrative units using the Azure po
111109

112110
### Create a new group in an administrative unit
113111

114-
1. Sign in to the [Azure portal](https://portal.azure.com).
112+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Groups Administrator](../roles/permissions-reference.md#groups-administrator).
115113

116-
1. Select **Azure Active Directory**.
114+
1. Browse to **Identity** > **Roles & admins** > **Admin units**.
117115

118-
1. Select **Administrative units** and then select the administrative unit you want to create a new group in.
116+
1. Select the administrative unit you want to create a new group in.
119117

120118
1. Select **Groups**.
121119

articles/active-directory/roles/admin-units-members-dynamic.md

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.collection: M365-identity-device-management
2222
> Dynamic membership rules for administrative units are currently in PREVIEW.
2323
> See the [Product Terms](https://aka.ms/EntraPreviewsTermsOfUse) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
2424
25-
You can add or remove users or devices for administrative units manually. With this preview, you can add or remove users or devices for administrative units dynamically using rules. This article describes how to create administrative units with dynamic membership rules using the Azure portal, PowerShell, or Microsoft Graph API.
25+
You can add or remove users or devices for administrative units manually. With this preview, you can add or remove users or devices for administrative units dynamically using rules. This article describes how to create administrative units with dynamic membership rules using the Microsoft Entra admin center, PowerShell, or Microsoft Graph API.
2626

2727
> [!NOTE]
2828
> Dynamic membership rules for administrative units can be created using the same attributes available for dynamic groups. For more information about the specific attributes available and examples on how to use them, see [Dynamic membership rules for groups in Azure Active Directory](../enterprise-users/groups-dynamic-membership.md).
@@ -47,15 +47,13 @@ For more information, see [Prerequisites to use PowerShell or Graph Explorer](pr
4747

4848
Follow these steps to create administrative units with dynamic membership rules for users or devices.
4949

50-
### Azure portal
50+
### Microsoft Entra admin center
5151

5252
[!INCLUDE [portal updates](~/articles/active-directory/includes/portal-update.md)]
5353

54-
1. Sign in to the [Azure portal](https://portal.azure.com).
54+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Privileged Role Administrator](../roles/permissions-reference.md#privileged-role-administrator).
5555

56-
1. Select **Azure Active Directory**.
57-
58-
1. Select **Administrative units** and then select the administrative unit that you want to add users or devices to.
56+
1. Select the administrative unit that you want to add users or devices to.
5957

6058
1. Select **Properties**.
6159

@@ -133,13 +131,13 @@ For steps on how to edit your rule, see the following [Edit dynamic membership r
133131
134132
When an administrative unit has been configured for dynamic membership, the usual commands to add or remove members for the administrative unit are disabled as the dynamic membership engine retains the sole ownership of adding or removing members. To make changes to the membership, you can edit the dynamic membership rules.
135133
136-
### Azure portal
134+
### Microsoft Entra admin center
137135
138-
1. Sign in to the [Azure portal](https://portal.azure.com).
136+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Privileged Role Administrator](../roles/permissions-reference.md#privileged-role-administrator).
139137
140-
1. Select **Azure Active Directory**.
138+
1. Browse to **Identity** > **Roles & admins** > **Admin units**.
141139
142-
1. Select **Administrative units** and then select the administrative unit that has the dynamic membership rules you want to edit.
140+
1. Select the administrative unit that has the dynamic membership rules you want to edit.
143141
144142
1. Select **Membership rules** to edit the dynamic membership rules using the rule builder.
145143
@@ -180,13 +178,13 @@ Body
180178

181179
Follow these steps to change an administrative unit with dynamic membership rules to an administrative unit where members are manually assigned.
182180

183-
### Azure portal
181+
### Microsoft Entra admin center
184182

185-
1. Sign in to the [Azure portal](https://portal.azure.com).
183+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Privileged Role Administrator](../roles/permissions-reference.md#privileged-role-administrator).
186184

187-
1. Select **Azure Active Directory**.
185+
1. Browse to **Identity** > **Roles & admins** > **Admin units**.
188186

189-
1. Select **Administrative units** and then select the administrative unit that you want to change to assigned.
187+
1. Select the administrative unit that you want to change to assigned.
190188

191189
1. Select **Properties**.
192190

articles/active-directory/roles/admin-units-members-list.md

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,22 @@ In Azure Active Directory (Azure AD), you can list the users, groups, or devices
3030

3131
For more information, see [Prerequisites to use PowerShell or Graph Explorer](prerequisites.md).
3232

33-
## Azure portal
33+
## Microsoft Entra admin center
3434

35-
You can list the users, groups, or devices in administrative units using the Azure portal.
35+
You can list the users, groups, or devices in administrative units using the Microsoft Entra admin center.
3636

3737
### List the administrative units for a single user, group, or device
3838

3939
[!INCLUDE [portal updates](~/articles/active-directory/includes/portal-update.md)]
4040

41-
1. Sign in to the [Azure portal](https://portal.azure.com).
41+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com).
4242

43-
1. Select **Azure Active Directory**.
43+
1. Browse to **Identity**.
4444

45-
1. Select one of the following:
45+
1. Browse to one of the following:
4646

47-
- **Users**
48-
- **Groups**
47+
- **Users** > **All users**
48+
- **Groups** > **All groups**
4949
- **Devices** > **All devices**
5050

5151
1. Select the user, group, or device you want to list their administrative units.
@@ -56,11 +56,11 @@ You can list the users, groups, or devices in administrative units using the Azu
5656

5757
### List the users, groups, or devices for a single administrative unit
5858

59-
1. Sign in to the [Azure portal](https://portal.azure.com).
59+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com).
6060

61-
1. Select **Azure Active Directory**.
61+
1. Browse to **Identity** > **Roles & admins** > **Admin units**.
6262

63-
1. Select **Administrative units** and then select the administrative unit that you want to list the users, groups, or devices for.
63+
1. Select the administrative unit that you want to list the users, groups, or devices for.
6464

6565
1. Select one of the following:
6666

@@ -72,11 +72,9 @@ You can list the users, groups, or devices in administrative units using the Azu
7272

7373
### List the devices for an administrative unit by using the All devices page
7474

75-
1. Sign in to the [Azure portal](https://portal.azure.com).
75+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com).
7676

77-
1. Select **Azure Active Directory**.
78-
79-
1. Select **Devices** > **All devices**.
77+
1. Browse to **Identity** > **Devices** > **All devices**.
8078

8179
1. Select the filter for administrative unit.
8280

@@ -86,11 +84,16 @@ You can list the users, groups, or devices in administrative units using the Azu
8684

8785
### List the restricted management administrative units for a single user or group
8886

89-
1. Sign in to the [Azure portal](https://portal.azure.com).
87+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com).
88+
89+
1. Browse to **Identity**.
90+
91+
1. Browse to one of the following:
9092

91-
1. Select **Azure Active Directory**.
93+
- **Users** > **All users**
94+
- **Groups** > **All groups**
9295

93-
1. Select **Users** or **Groups** and then select the user or group you want to list their restricted management administrative units.
96+
1. Select the user or group you want to list their restricted management administrative units.
9497

9598
1. Select **Administrative units** to list all the administrative units where the user or group is a member.
9699

articles/active-directory/roles/admin-units-members-remove.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@ When users, groups, or devices in an administrative unit no longer need access,
3131

3232
For more information, see [Prerequisites to use PowerShell or Graph Explorer](prerequisites.md).
3333

34-
## Azure portal
34+
## Microsoft Entra admin center
3535

36-
You can remove users, groups, or devices from administrative units individually using the Azure portal. You can also remove users in a bulk operation.
36+
You can remove users, groups, or devices from administrative units individually using the Microsoft Entra admin center. You can also remove users in a bulk operation.
3737

3838
### Remove a single user, group, or device from administrative units
3939

4040
[!INCLUDE [portal updates](~/articles/active-directory/includes/portal-update.md)]
4141

42-
1. Sign in to the [Azure portal](https://portal.azure.com).
42+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Privileged Role Administrator](../roles/permissions-reference.md#privileged-role-administrator).
4343

44-
1. Select **Azure Active Directory**.
44+
1. Browse to **Identity**.
4545

46-
1. Select one of the following:
46+
1. Browse to one of the following:
4747

48-
- **Users**
49-
- **Groups**
48+
- **Users** > **All users**
49+
- **Groups** > **All groups**
5050
- **Devices** > **All devices**
5151

5252
1. Select the user, group, or device you want to remove from an administrative unit.
@@ -61,11 +61,11 @@ You can remove users, groups, or devices from administrative units individually
6161

6262
### Remove users, groups, or devices from a single administrative unit
6363

64-
1. Sign in to the [Azure portal](https://portal.azure.com).
64+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Privileged Role Administrator](../roles/permissions-reference.md#privileged-role-administrator).
6565

66-
1. Select **Azure Active Directory**.
66+
1. Browse to **Identity** > **Roles & admins** > **Admin units**.
6767

68-
1. Select **Administrative units** and then select the administrative unit that you want to remove users, groups, or devices from.
68+
1. Select the administrative unit that you want to remove users, groups, or devices from.
6969

7070
1. Select one of the following:
7171

@@ -81,11 +81,11 @@ You can remove users, groups, or devices from administrative units individually
8181

8282
### Remove users from an administrative unit in a bulk operation
8383

84-
1. Sign in to the [Azure portal](https://portal.azure.com).
84+
1. Sign in to the [Microsoft Entra admin center](https://entra.microsoft.com) as at least a [Privileged Role Administrator](../roles/permissions-reference.md#privileged-role-administrator).
8585

86-
1. Select **Azure Active Directory**.
86+
1. Browse to **Identity** > **Roles & admins** > **Admin units**.
8787

88-
1. Select **Administrative units** and then select the administrative unit that you want to remove users from.
88+
1. Select the administrative unit that you want to remove users from.
8989

9090
1. Select **Users** > **Bulk operations** > **Bulk remove members**.
9191

0 commit comments

Comments
 (0)