Skip to content

Commit 14a8b78

Browse files
authored
Merge pull request #263308 from rolyon/rolyon-rbac-classic-admins-steps-retire
[Azure RBAC] Remove classic Co-Administrators
2 parents 6195edf + 768e37e commit 14a8b78

File tree

3 files changed

+77
-30
lines changed

3 files changed

+77
-30
lines changed

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

Lines changed: 71 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,96 @@
11
---
22
title: Azure classic subscription administrators
3-
description: Describes how to add or change the Azure Co-Administrator and Service Administrator roles, and how to view the Account Administrator.
3+
description: Describes how to remove or change the Azure Co-Administrator and Service Administrator roles, and how to view the Account Administrator.
44
services: active-directory
55
author: rolyon
66
manager: amycolannino
77

88
ms.service: role-based-access-control
99
ms.topic: how-to
1010
ms.workload: identity
11-
ms.date: 06/07/2023
11+
ms.date: 01/26/2024
1212
ms.author: rolyon
1313
ms.reviewer: bagovind
1414
---
1515

1616
# Azure classic subscription administrators
1717

1818
> [!IMPORTANT]
19-
> Classic resources and classic administrators will be [retired on August 31, 2024](https://azure.microsoft.com/updates/cloud-services-retirement-announcement/). Remove unnecessary Co-Administrators and use Azure RBAC for fine-grained access control.
19+
> Classic resources and classic administrators will be [retired on August 31, 2024](https://azure.microsoft.com/updates/cloud-services-retirement-announcement/). Starting February 26, 2024, you won't be able to add new Co-Administrators. Remove unnecessary Co-Administrators and use Azure RBAC for fine-grained access control.
2020
21-
Microsoft recommends that you manage access to Azure resources using Azure role-based access control (Azure RBAC). However, if you are still using the classic deployment model, you'll need to use a classic subscription administrator role: Service Administrator and Co-Administrator. For more information, see [Azure Resource Manager vs. classic deployment](../azure-resource-manager/management/deployment-models.md).
21+
Microsoft recommends that you manage access to Azure resources using Azure role-based access control (Azure RBAC). However, if you are still using the classic deployment model, you'll need to use a classic subscription administrator role: Service Administrator and Co-Administrator. For information about how to migrate your resources from classic deployment to Resource Manager deployment, see [Azure Resource Manager vs. classic deployment](../azure-resource-manager/management/deployment-models.md).
2222

23-
This article describes how to add or change the Co-Administrator and Service Administrator roles, and how to view the Account Administrator.
23+
This article describes how to remove or change the Co-Administrator and Service Administrator roles, and how to view the Account Administrator.
24+
25+
## Frequently asked questions
26+
27+
Will Co-Administrators lose access after August 31, 2024?
28+
29+
- Starting on August 31, 2024, Microsoft will start the process to remove access for Co-Administrators.
30+
31+
What is the equivalent Azure role I should assign for Co-Administrators?
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.
34+
35+
What should I do if I have a strong dependency on Co-Administrators?
36+
37+
- Email [email protected] and describe your scenario.
38+
39+
## View Co-Administrators
40+
41+
Follow these steps to view the Co-Administrators for a subscription using the Azure portal.
42+
43+
1. Sign in to the [Azure portal](https://portal.azure.com) as an [Owner](built-in-roles.md#owner) of a subscription.
44+
45+
1. Open [Subscriptions](https://portal.azure.com/#blade/Microsoft_Azure_Billing/SubscriptionsBlade) and select a subscription.
46+
47+
1. Click **Access control (IAM)**.
48+
49+
1. Click the **Classic administrators** tab to view a list of the Co-Administrators.
50+
51+
![Screenshot that opens Classic administrators.](./media/shared/classic-administrators.png)
52+
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). |
62+
63+
## Remove a Co-Administrator
64+
65+
> [!IMPORTANT]
66+
> Classic resources and classic administrators will be [retired on August 31, 2024](https://azure.microsoft.com/updates/cloud-services-retirement-announcement/). Starting February 26, 2024, you won't be able to add new Co-Administrators. Remove unnecessary Co-Administrators and use Azure RBAC for fine-grained access control.
67+
68+
Follow these steps to remove a Co-Administrator.
69+
70+
1. Sign in to the [Azure portal](https://portal.azure.com) as an [Owner](built-in-roles.md#owner) of a subscription.
71+
72+
1. Open [Subscriptions](https://portal.azure.com/#blade/Microsoft_Azure_Billing/SubscriptionsBlade) and select a subscription.
73+
74+
1. Click **Access control (IAM)**.
75+
76+
1. Click the **Classic administrators** tab to view a list of the Co-Administrators.
77+
78+
1. Add a check mark next to the Co-Administrator you want to remove.
79+
80+
1. Click **Remove**.
81+
82+
1. In the message box that appears, click **Yes**.
83+
84+
![Screenshot that removes co-administrator.](./media/classic-administrators/remove-coadmin.png)
2485

2586
## Add a Co-Administrator
2687

27-
> [!TIP]
88+
> [!IMPORTANT]
89+
> Classic resources and classic administrators will be [retired on August 31, 2024](https://azure.microsoft.com/updates/cloud-services-retirement-announcement/). Starting February 26, 2024, you won't be able to add new Co-Administrators. Remove unnecessary Co-Administrators and use Azure RBAC for fine-grained access control.
90+
>
2891
> You only need to add a Co-Administrator if the user needs to manage Azure classic deployments by using [Azure Service Management PowerShell Module](/powershell/azure/servicemanagement/install-azure-ps). If the user only uses the Azure portal to manage the classic resources, you won’t need to add the classic administrator for the user.
2992
30-
1. Sign in to the [Azure portal](https://portal.azure.com) as the Service Administrator or a Co-Administrator.
93+
1. Sign in to the [Azure portal](https://portal.azure.com) as an [Owner](built-in-roles.md#owner) of a subscription.
3194

3295
1. Open [Subscriptions](https://portal.azure.com/#blade/Microsoft_Azure_Billing/SubscriptionsBlade) and select a subscription.
3396

@@ -74,24 +137,6 @@ Note that the [Azure built-in roles](../role-based-access-control/built-in-roles
74137

75138
For information that compares member users and guest users, see [What are the default user permissions in Microsoft Entra ID?](../active-directory/fundamentals/users-default-permissions.md).
76139

77-
## Remove a Co-Administrator
78-
79-
1. Sign in to the [Azure portal](https://portal.azure.com) as the Service Administrator or a Co-Administrator.
80-
81-
1. Open [Subscriptions](https://portal.azure.com/#blade/Microsoft_Azure_Billing/SubscriptionsBlade) and select a subscription.
82-
83-
1. Click **Access control (IAM)**.
84-
85-
1. Click the **Classic administrators** tab.
86-
87-
1. Add a check mark next to the Co-Administrator you want to remove.
88-
89-
1. Click **Remove**.
90-
91-
1. In the message box that appears, click **Yes**.
92-
93-
![Screenshot that removes co-administrator](./media/classic-administrators/remove-coadmin.png)
94-
95140
## Change the Service Administrator
96141

97142
Only the Account Administrator can change the Service Administrator for a subscription. By default, when you sign up for an Azure subscription, the Service Administrator is the same as the Account Administrator.
@@ -135,7 +180,7 @@ For more information about Microsoft accounts and Microsoft Entra accounts, see
135180

136181
You might want to remove the Service Administrator, for example, if they are no longer with the company. If you do remove the Service Administrator, you must have a user who is assigned the [Owner](built-in-roles.md#owner) role at subscription scope to avoid orphaning the subscription. A subscription Owner has the same access as the Service Administrator.
137182

138-
1. Sign in to the [Azure portal](https://portal.azure.com) as a subscription Owner or a Co-Administrator.
183+
1. Sign in to the [Azure portal](https://portal.azure.com) as an [Owner](built-in-roles.md#owner) of a subscription.
139184

140185
1. Open [Subscriptions](https://portal.azure.com/#blade/Microsoft_Azure_Billing/SubscriptionsBlade) and select a subscription.
141186

articles/role-based-access-control/rbac-and-directory-admin-roles.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.assetid: 174f1706-b959-4230-9a75-bf651227ebf6
99
ms.service: role-based-access-control
1010
ms.workload: identity
1111
ms.topic: overview
12-
ms.date: 12/01/2023
12+
ms.date: 01/26/2024
1313
ms.author: rolyon
1414
ms.custom: it-pro;
1515
---
@@ -97,7 +97,7 @@ Several Microsoft Entra roles span Microsoft Entra ID and Microsoft 365, such as
9797
## Classic subscription administrator roles
9898

9999
> [!IMPORTANT]
100-
> Classic resources and classic administrators will be [retired on August 31, 2024](https://azure.microsoft.com/updates/cloud-services-retirement-announcement/). Remove unnecessary Co-Administrators and use Azure RBAC for fine-grained access control.
100+
> Classic resources and classic administrators will be [retired on August 31, 2024](https://azure.microsoft.com/updates/cloud-services-retirement-announcement/). Starting February 26, 2024, you won't be able to add new Co-Administrators. Remove unnecessary Co-Administrators and use Azure RBAC for fine-grained access control.
101101
102102
Account Administrator, Service Administrator, and Co-Administrator are the three classic subscription administrator roles in Azure. Classic subscription administrators have full access to the Azure subscription. They can manage resources using the Azure portal, Azure Resource Manager APIs, and the classic deployment model APIs. The account that is used to sign up for Azure is automatically set as both the Account Administrator and Service Administrator. Then, additional Co-Administrators can be added. The Service Administrator and the Co-Administrators have the equivalent access of users who have been assigned the Owner role (an Azure role) at the subscription scope. The following table describes the differences between these three classic subscription administrative roles.
103103

articles/role-based-access-control/troubleshooting.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.assetid: df42cca2-02d6-4f3c-9d56-260e1eb7dc44
88
ms.service: role-based-access-control
99
ms.workload: identity
1010
ms.topic: troubleshooting
11-
ms.date: 12/01/2023
11+
ms.date: 01/26/2024
1212
ms.author: rolyon
1313
ms.custom: seohack1, devx-track-azurecli
1414
---
@@ -611,7 +611,9 @@ If you're a Microsoft Entra Global Administrator and you don't have access to a
611611
## Classic subscription administrators
612612

613613
> [!IMPORTANT]
614-
> Classic resources and classic administrators will be [retired on August 31, 2024](https://azure.microsoft.com/updates/cloud-services-retirement-announcement/). Remove unnecessary Co-Administrators and use Azure RBAC for fine-grained access control.
614+
> Classic resources and classic administrators will be [retired on August 31, 2024](https://azure.microsoft.com/updates/cloud-services-retirement-announcement/). Starting February 26, 2024, you won't be able to add new Co-Administrators. Remove unnecessary Co-Administrators and use Azure RBAC for fine-grained access control.
615+
>
616+
> For more information, see [Azure classic subscription administrators](classic-administrators.md).
615617
616618
## Next steps
617619

0 commit comments

Comments
 (0)