am unable to do app registration in Azure UI using my subscription, is there any alternative way to do app registration registration like power

Nimmaturi, Karthik 0 Reputation points
2024-10-02T09:59:43.4166667+00:00

I am unable to access the Azure Active directory with my subscription, Is there any alternative way like using Azure Power shell

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,660 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
22,175 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Navya 12,485 Reputation points Microsoft Vendor
    2024-10-04T02:17:43.82+00:00

    Hi @Nimmaturi, Karthik

    Thank you for posting this in Microsoft Q&A.

    I understand you are unable to create an app registration in Azure UI using your subscription, and you are looking for an alternative way to do app registration, like PowerShell.

    Could you please share more details about the issue? Did you get any error messages?

    Yes, it's possible to create an app registration using PowerShell. You can use the following script:

    Connect-MgGraph -Scopes Application.ReadWrite.All
    New-MgApplication -DisplayName application1
    

    For your reference: https://learn.microsoft.com/en-us/powershell/module/microsoft.graph.applications/new-mgapplication?view=graph-powershell-1.0

    Hope this helps. Do let us know if you any further queries.

    Thanks,

    Navya.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

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.