azuremanageiq

How to generate key token on Azure portal?


I try to monitor Azure with ManageIQ. The ManageIQ cloud provider requests the Azure client id and Azure client token. But I have no idea how to find client id and to generate key token on Azure portal. How can I find them?


Solution

  • Sign in to Azure Portal and select your default directory (if you have multiple directories).

    Azure Active Directory => App registrations => + New application registration (Name: demo Application Type: Web app/ API, Sign-on URL: http://demo.com) => Create

    enter image description here

    Go to App registrations => Select your Application => Settings => API Access => Keys => (Keyname, Duration) => Save

    Note: Copy the key value. You won’t able to retrieve after you leave this blade.

    enter image description here

    Finally, here is your Application ID (Client ID) and Keys (Client Key):

    enter image description here