|
1 | 1 | ---
|
2 | 2 | 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. |
4 | 4 | services: active-directory
|
5 | 5 | author: rolyon
|
6 | 6 | manager: amycolannino
|
7 | 7 |
|
8 | 8 | ms.service: role-based-access-control
|
9 | 9 | ms.topic: how-to
|
10 | 10 | ms.workload: identity
|
11 |
| -ms.date: 06/07/2023 |
| 11 | +ms.date: 01/26/2024 |
12 | 12 | ms.author: rolyon
|
13 | 13 | ms.reviewer: bagovind
|
14 | 14 | ---
|
15 | 15 |
|
16 | 16 | # Azure classic subscription administrators
|
17 | 17 |
|
18 | 18 | > [!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. |
20 | 20 |
|
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). |
22 | 22 |
|
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 | +  |
| 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 | +  |
24 | 85 |
|
25 | 86 | ## Add a Co-Administrator
|
26 | 87 |
|
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 | +> |
28 | 91 | > 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.
|
29 | 92 |
|
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. |
31 | 94 |
|
32 | 95 | 1. Open [Subscriptions](https://portal.azure.com/#blade/Microsoft_Azure_Billing/SubscriptionsBlade) and select a subscription.
|
33 | 96 |
|
@@ -74,24 +137,6 @@ Note that the [Azure built-in roles](../role-based-access-control/built-in-roles
|
74 | 137 |
|
75 | 138 | 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).
|
76 | 139 |
|
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 |
| -  |
94 |
| - |
95 | 140 | ## Change the Service Administrator
|
96 | 141 |
|
97 | 142 | 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
|
135 | 180 |
|
136 | 181 | 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.
|
137 | 182 |
|
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. |
139 | 184 |
|
140 | 185 | 1. Open [Subscriptions](https://portal.azure.com/#blade/Microsoft_Azure_Billing/SubscriptionsBlade) and select a subscription.
|
141 | 186 |
|
|
0 commit comments