Skip to content

Commit 4e19d0e

Browse files
committed
Fix bookmarks and duplicate alt text
1 parent d14b700 commit 4e19d0e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/role-based-access-control/classic-administrators.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ If you still have classic administrators, use the following steps to help you pr
5858

5959
1. Sign in to the [Azure portal](https://portal.azure.com) as an [Owner](built-in-roles.md#owner) of a subscription.
6060

61-
1. Use the Azure portal to [get a list of your Co-Administrators](#view-classic-administrators).
61+
1. Use the Azure portal to [get a list of your Co-Administrators](#list-classic-administrators).
6262

6363
1. Review the [sign-in logs](/entra/identity/monitoring-health/concept-sign-ins) for your Co-Administrators to assess whether they're active users.
6464

@@ -102,7 +102,7 @@ If you still have classic administrators, use the following steps to help you pr
102102

103103
1. Sign in to the [Azure portal](https://portal.azure.com) as an [Owner](built-in-roles.md#owner) of a subscription.
104104

105-
1. Use the Azure portal to [get your Service Administrator](#view-classic-administrators).
105+
1. Use the Azure portal to [get your Service Administrator](#list-classic-administrators).
106106

107107
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.
108108

@@ -144,7 +144,7 @@ Follow these steps to list the Service Administrator and Co-Administrators for a
144144

145145
# [Azure Resource Graph](#tab/azure-resource-graph)
146146

147-
Follow these steps to list the Service Administrator and Co-Administrators in your subscriptions using Azure Resource Graph.
147+
Follow these steps to list the number of Service Administrator and Co-Administrators in your subscriptions using Azure Resource Graph.
148148

149149
1. Sign in to the [Azure portal](https://portal.azure.com) as an [Owner](built-in-roles.md#owner) of a subscription.
150150

@@ -160,7 +160,7 @@ Follow these steps to list the Service Administrator and Co-Administrators in yo
160160

161161
:::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":::
162162

163-
1. Run the following query to get the number Service Administrators and Co-Administrators and subscription based on the scope.
163+
1. Run the following query to list the number Service Administrators and Co-Administrators based on the scope.
164164

165165
```kusto
166166
authorizationresources
@@ -174,7 +174,7 @@ Follow these steps to list the Service Administrator and Co-Administrators in yo
174174
175175
The following shows an example of the results. The **count_** column is the number of Service Administrators or Co-Administrators for a subscription.
176176
177-
:::image type="content" source="./media/classic-administrators/resource-graph-classic-admin-list.png" alt-text="Screenshot of message box when removing a Co-Administrator." lightbox="./media/classic-administrators/resource-graph-classic-admin-list.png":::
177+
:::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":::
178178
179179
---
180180

0 commit comments

Comments
 (0)