问题
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?
回答1:
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
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.
Finally, here is your Application ID (Client ID) and Keys (Client Key):
来源:https://stackoverflow.com/questions/49911603/how-to-generate-key-token-on-azure-portal