How to generate key token on Azure portal?

蓝咒 提交于 2019-12-13 03:37:03

问题


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

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!