Share via

No access to Entra as Account admin?

Azure-Admin 0 Reputation points
2024-09-09T01:43:57.55+00:00

I have Access to my company's Azure Subcription as Account admin, but I have no access to Microsoft Entra ID. What can I do to gain access?

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.

Microsoft Security | Microsoft Entra | Microsoft Entra ID
0 comments No comments

2 answers

Sort by: Most helpful
  1. Sandeep G-MSFT 21,151 Reputation points Microsoft Employee Moderator
    2024-09-09T17:08:56.87+00:00

    @Azure-Admin

    Thank you for posting this in Microsoft Q&A.

    As I understand you are able to access the Azure tenant subscription. However, you do not have access to the Entra ID to which subscription is linked with.

    To access Entra ID you need to have permissions assigned within Entra ID.

    There are some of the built in roles in Entra ID and any of those roles should be assigned to you.

    https://learn.microsoft.com/en-us/entra/identity/role-based-access-control/permissions-reference

    These roles can be assigned to you by any other account who has Global admin role assigned to them.

    If you do not know as to who the Global admin in your tenant is, then you can follow below steps to find the same,

    • Open Windows PowerShell as administrator.

    • Run command “Install-Module azuread”

    • Once installed you can run command “Connect-AzureAD” and enter user credentials once it asks for.

    • Once you login, you can run command “Get-AzureADDirectoryRole”.

    • From the output you can copy the object ID of Global administrator

    • Run command “Get-AzureADDirectoryRoleMember -ObjectId "Paste the object ID of global admin that was copied earlier"

    • You will get the list of users with global admin role assigned.

     

    You can ask particular person to assign a Global admin role so that you can access Entra ID.

    If you are the only global admin on the tenant, then you can reach out to our support team. You can look into below article to get support numbers depending on your country.

    https://support.microsoft.com/en-us/topic/global-customer-service-phone-numbers-c0389ade-5640-e588-8b0e-28de8afeb3f2

    or creating a ticket through a different account:  https://learn.microsoft.com/en-us/microsoft-365/admin/get-help-support?view=o365-worldwide#phone-support

    Create a ticket with Microsoft support team. Give them the tenant ID to which you do not have access. Tell them that no admin account has access anymore and your partners also have no access anymore.

    Once you create a ticket with support team you will have to work with our data protection team. You will have to first prove your identity against your tenant for security purpose. Post that this team will help you with help you in getting access to your tenant or unlock your account depending on your scenario.

    Also, for the future, you can create an emergency access account (break glass) in Azure AD. This account will help prevent being accidentally locked out of your Azure Active Directory (Azure AD) organization because you can't sign in for any reason.

    https://docs.microsoft.com/en-us/azure/active-directory/roles/security-emergency-access

     

    Let us know if you have any further questions.

    Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    Was this answer helpful?


  2. Marcin Policht 89,985 Reputation points MVP Volunteer Moderator
    2024-09-09T02:06:37.46+00:00

    Access to an Entra tenant is separate from access to an Azure subscription linked to that tenant. You would need to reach out to the person who has Global Administrator privileges in the tenant and request access.


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    Was this answer helpful?

    0 comments No comments

Your answer

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