You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/role-based-access-control/classic-administrators.md
+44-12Lines changed: 44 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ manager: amycolannino
8
8
ms.service: role-based-access-control
9
9
ms.topic: how-to
10
10
ms.workload: identity
11
-
ms.date: 01/26/2024
11
+
ms.date: 01/30/2024
12
12
ms.author: rolyon
13
13
ms.reviewer: bagovind
14
14
---
@@ -30,12 +30,54 @@ Will Co-Administrators lose access after August 31, 2024?
30
30
31
31
What is the equivalent Azure role I should assign for Co-Administrators?
32
32
33
-
-[Owner](built-in-roles.md#owner) role at subscription scope has the equivalent access. However, Owner is a [privileged administrator role](role-assignments-steps.md#privileged-administrator-roles) and grants full access to manage Azure resources. You should consider another Azure role with fewer permissions or reduce the scope.
33
+
-[Owner](built-in-roles.md#owner) role at subscription scope has the equivalent access. However, Owner is a [privileged administrator role](role-assignments-steps.md#privileged-administrator-roles) and grants full access to manage Azure resources. You should consider a job function role with fewer permissions, reduce the scope, or add a condition.
34
34
35
35
What should I do if I have a strong dependency on Co-Administrators?
Use the following steps to remove Co-Administrators and help you prepare for their retirement.
42
+
43
+
### Step 1: Review your current Co-Administrators
44
+
45
+
1. Use the Azure portal to [get a list of your Co-Administrators](#view-co-administrators).
46
+
47
+
1. Review the [sign-in logs](/entra/identity/monitoring-health/concept-sign-ins) for your Co-Administrators to assess whether they are active users.
48
+
49
+
### Step 2: Remove Co-Administrators that no longer need access
50
+
51
+
1. If user is no longer in your enterprise, [remove Co-Administrator](#remove-a-co-administrator).
52
+
53
+
1. If user was deleted, but their Co-Administrator assignment was not removed, [remove Co-Administrator](#remove-a-co-administrator).
54
+
55
+
Users that have been deleted typically include the text **(User was not found in this directory)**.
56
+
57
+
:::image type="content" source="media/classic-administrators/user-not-found.png" alt-text="Screenshot of user not found in directory and with Co-Administrator role." lightbox="media/classic-administrators/user-not-found.png":::
58
+
59
+
1. After reviewing activity of user, if user is no longer active, [remove Co-Administrator](#remove-a-co-administrator).
60
+
61
+
### Step 3: Replace existing Co-Administrators with job function roles
62
+
63
+
Most users don't need the same permissions as a Co-Administrator. Consider a job function role instead.
64
+
65
+
1. If a user still needs some access, determine the appropriate [job function role](role-assignments-steps.md#job-function-roles) they need.
66
+
67
+
1. Determine the [scope](scope-overview.md) user needs.
68
+
69
+
1. Follow steps to [assign a job function role to user](role-assignments-portal.md).
### Step 4: Replace existing Co-Administrators with Owner role and conditions
74
+
75
+
Some users might need more access than what a job function role can provide. If you must assign the [Owner](built-in-roles.md#owner) role, consider adding a condition to constrain the role assignment.
76
+
77
+
1. Assign the [Owner role at subscription scope with conditions](role-assignments-portal-subscription-admin.md).
Follow these steps to view the Co-Administrators for a subscription using the Azure portal.
@@ -50,16 +92,6 @@ Follow these steps to view the Co-Administrators for a subscription using the Az
50
92
51
93

52
94
53
-
## Assess Co-Administrators
54
-
55
-
Use the following table to assess how to remove or re-assign Co-Administrators.
56
-
57
-
| Assessment | Next steps|
58
-
| --- | --- |
59
-
| User no longer needs access | Follow steps to [remove Co-Administrator](#remove-a-co-administrator). |
60
-
| User still needs some access, but not full access | 1. Determine the Azure role the user needs.<br/>2. Determine the scope the user needs.<br/>3. Follow steps to [assign an Azure role to user](role-assignments-portal.md).<br/>4. [Remove Co-Administrator](#remove-a-co-administrator). |
61
-
| User needs the same access as a Co-Administrator | 1. Assign the [Owner role at subscription scope](role-assignments-portal-subscription-admin.md).<br/>2. [Remove Co-Administrator](#remove-a-co-administrator). |
0 commit comments