Convert to Azure role-based access control (RBAC)

Arnoldo Rodriguez Barragan 5 Reputation points
2025-03-19T17:49:55.3566667+00:00

We got an email with subject "Immediate action required: Convert Azure classic administrator roles to Azure RBAC roles" but we can't do it, Azure portal shows an error.

Any idea on how to solve this?

azure-2.png

Azure Role-based access control
Azure Role-based access control
An Azure service that provides fine-grained access management for Azure resources, enabling you to grant users only the rights they need to perform their jobs.
919 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alex Burlachenko 4,060 Reputation points
    2025-03-19T18:07:25.7766667+00:00

    Dear Arnoldo Rodriguez Barragan, thank you for reaching out to Microsoft Q&A! Let's address your issue.

    Problem what i can see u are received an email requiring the conversion of Azure classic administrator roles to Azure RBAC roles, but when attempting to perform this action in the Azure portal, an error occurs. Hope I right. So let's try to figure it out.

    1. Check Current Classic Roles: Navigate to the "Classic administrators" section in the Azure portal. Ensure that you have "Co-Administrator" or "Service Administrator" roles that require conversion.

    Determine Equivalent RBAC Roles:

    • The "Service Administrator" role can be converted to the "Owner" role in RBAC.

    The "Co-Administrator" role can be converted to the "Contributor" role or another appropriate role.

    Assign RBAC Roles:

    • Go to the "Access control (IAM)" section for your subscription or resource group.

    Click "Add" -> "Add role assignment".

    Select the appropriate RBAC role and assign it to the user.

    Remove Classic Roles:

      After successfully assigning RBAC roles, remove the classic roles from the "Classic administrators" section.
      
      Verify Access:
      
         Ensure that users have the necessary access permissions after the conversion.
         
    

    If the error persists you can check Permissions and Ensure you have "Owner" or equivalent permissions to perform these actions. Clear Cache. Try clearing your browser cache or using a different browser. Use Azure CLI or PowerShell: If the portal is not working, try using the command line:

    az role assignment create 
    

    Hope that will help. Bellow some doc's for official MSFT resources.

    Migrate Azure classic administrator roles to Azure RBAC:

    Understand Azure classic subscription administrator roles:

    Best regards,

    Alex

    P.S. If my answer help to you, please Accept my answer


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.