Application ID,Object ID, and Directory ID does not show up under the name of Resource Group

minh tran 136 Reputation points
2024-05-17T21:31:25.05+00:00

Hello,

I am new to Azure, and I try to create a new resource in the resource group.

The resource was created but I could not find its Application ID, Object ID, and Directory (Tenant) ID. Could you please help to show me how to get the application ID, object ID?

Thanks,

Minh

Screenshot 2024-05-17 123341

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,322 questions
{count} votes

2 answers

Sort by: Most helpful
  1. akinbade abiola 2,580 Reputation points
    2024-05-18T00:25:58.4066667+00:00

    Hello minh tran,

    Thanks for your question.

    I understand you are looking for your App ID, Object ID and Tenant ID in your resource. These values are Entra related values rather than resource values and you wont find them in your resource group.

    1. Application ID: This ID is used by an application to authenticate itself with Entra ID and request access to resources. Azure resources themselves don't have app IDs. For example Resources like Azure VMs, dont have App IDs. This can be explained here: https://learn.microsoft.com/en-us/power-apps/developer/data-platform/walkthrough-register-app-azure-active-directory#public-client-app-registration
    2. Object ID: are used for identifying entities within Entra ID, such as users, groups, service principals, and managed identities.
    3. Tenant ID: Is the ID associated with your Entra ID tenant.

    See: https://learn.microsoft.com/en-us/partner-center/find-ids-and-domain-names

    Resources in Azure have a resource Identifier (Resouurce ID). This can be gotten using the Azure CLI usually with the --id flag. See: https://learn.microsoft.com/en-us/partner-center/find-ids-and-domain-names

    Please let me know if you have further questions**

    You can mark it 'Accept Answer' if this helped.

    0 comments No comments

  2. Marcin Policht 14,580 Reputation points MVP
    2024-05-18T00:28:02.9833333+00:00

    Azure resources do not have these properties. These properties are included in Entra ID application objects/service principals

    More at https://learn.microsoft.com/en-us/entra/identity-platform/app-objects-and-service-principals?tabs=browser


    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