Share via

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

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Microsoft Security | Microsoft Entra | Microsoft Entra ID

1 answer

Sort by: Most helpful
  1. Gudivada Adi Navya Sri 21,095 Reputation points Moderator
    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.

    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.