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
+4-42Lines changed: 4 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ manager: pmwongera
6
6
7
7
ms.service: role-based-access-control
8
8
ms.topic: how-to
9
-
ms.date: 12/11/2025
9
+
ms.date: 02/26/2026
10
10
ms.author: rolyon
11
11
ms.reviewer: bagovind
12
12
ms.custom: sfi-image-nochange
@@ -33,7 +33,7 @@ What happens to classic administrator role assignments after December 2025?
33
33
34
34
How do I know what subscriptions have classic administrators?
35
35
36
-
- You can use an Azure Resource Graph query to list subscriptions with Service Administrator or Co-Administrator role assignments. For steps see [List classic administrators](#list-classic-administrators).
36
+
- You can use the Azure portal to list subscriptions with Service Administrator or Co-Administrator role assignments. For steps see [List classic administrators](#list-classic-administrators).
37
37
38
38
What is the equivalent Azure role I should assign for Co-Administrators?
39
39
@@ -72,8 +72,6 @@ If Azure automatically assigns the Owner role, it **doesn't** automatically remo
72
72
73
73
## List classic administrators
74
74
75
-
# [Azure portal](#tab/azure-portal)
76
-
77
75
Follow these steps to list the Service Administrator and Co-Administrators for a subscription using the Azure portal.
78
76
79
77
1. Sign in to the [Azure portal](https://portal.azure.com) as an [Owner](built-in-roles.md#owner) of a subscription.
@@ -86,42 +84,6 @@ Follow these steps to list the Service Administrator and Co-Administrators for a
86
84
87
85
:::image type="content" source="./media/shared/classic-administrators.png" alt-text="Screenshot of Access control (IAM) page with Classic administrators tab selected." lightbox="./media/shared/classic-administrators.png":::
Follow these steps to list the number of Service Administrators and Co-Administrators in your subscriptions using Azure Resource Graph.
92
-
93
-
1. Sign in to the [Azure portal](https://portal.azure.com) as an [Owner](built-in-roles.md#owner) of a subscription.
94
-
95
-
1. Open the **Azure Resource Graph Explorer**.
96
-
97
-
1. Select **Scope** and set the scope for the query.
98
-
99
-
Set scope to **Directory** to query your entire tenant, but you can narrow the scope to particular subscriptions.
100
-
101
-
:::image type="content" source="./media/shared/resource-graph-scope.png" alt-text="Screenshot of Azure Resource Graph Explorer that shows Scope selection." lightbox="./media/shared/resource-graph-scope.png":::
102
-
103
-
1. Select **Set authorization scope** and set the authorization scope to **At, above and below** to query all resources at the specified scope.
104
-
105
-
:::image type="content" source="./media/shared/resource-graph-authorization-scope.png" alt-text="Screenshot of Azure Resource Graph Explorer that shows Set authorization scope pane." lightbox="./media/shared/resource-graph-authorization-scope.png":::
106
-
107
-
1. Run the following query to list the number Service Administrators and Co-Administrators based on the scope.
108
-
109
-
```kusto
110
-
authorizationresources
111
-
| where type == "microsoft.authorization/classicadministrators"
| where role in ("ServiceAdministrator", "CoAdministrator")
116
-
| summarize count() by subscriptionId, tostring(role)
117
-
```
118
-
119
-
The following shows an example of the results. The **count_** column is the number of Service Administrators or Co-Administrators for a subscription.
120
-
121
-
:::image type="content" source="./media/classic-administrators/resource-graph-classic-admin-list.png" alt-text="Screenshot of Azure Resource Graph Explorer that shows the number Service Administrators and Co-Administrators based on the subscription." lightbox="./media/classic-administrators/resource-graph-classic-admin-list.png":::
122
-
123
-
---
124
-
125
87
## Co-Administrators retirement
126
88
127
89
If you still have classic administrators, use the following steps to help you convert Co-Administrator role assignments.
@@ -130,7 +92,7 @@ If you still have classic administrators, use the following steps to help you co
130
92
131
93
1. Sign in to the [Azure portal](https://portal.azure.com) as an [Owner](built-in-roles.md#owner) of a subscription.
132
94
133
-
1. Use the Azure portal or Azure Resource Graph to [list of your Co-Administrators](#list-classic-administrators).
95
+
1. Use the Azure portal to [list your Co-Administrators](#list-classic-administrators).
134
96
135
97
1. Review the [sign-in logs](/entra/identity/monitoring-health/concept-sign-ins) for your Co-Administrators to assess whether they're active users.
136
98
@@ -224,7 +186,7 @@ If you still have classic administrators, use the following steps to help you co
224
186
225
187
1. Sign in to the [Azure portal](https://portal.azure.com) as an [Owner](built-in-roles.md#owner) of a subscription.
226
188
227
-
1. Use the Azure portal or Azure Resource Graph to [list your Service Administrator](#list-classic-administrators).
189
+
1. Use the Azure portal to [list your Service Administrator](#list-classic-administrators).
228
190
229
191
1. Review the [sign-in logs](/entra/identity/monitoring-health/concept-sign-ins) for your Service Administrator to assess whether they're an active user.
Copy file name to clipboardExpand all lines: articles/role-based-access-control/whats-new.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: rolyon
5
5
manager: pmwongera
6
6
ms.service: role-based-access-control
7
7
ms.topic: whats-new
8
-
ms.date: 12/30/2025
8
+
ms.date: 02/26/2026
9
9
ms.author: rolyon
10
10
11
11
---
@@ -14,6 +14,12 @@ ms.author: rolyon
14
14
15
15
This article provides information about new features and documentation improvements in Azure role-based access control (RBAC).
16
16
17
+
## 2026
18
+
19
+
| Date | Area | Description |
20
+
| --- | --- | --- |
21
+
| February 2026 | Classic administrators | Update steps to reflect that Azure Resource Graph will no longer list classic administrators. See [Azure classic subscription administrators](classic-administrators.md). |
0 commit comments