Table of Contents |
---|
...
Log in to the Azure portal using a user with Admin agent role
In the Home view, under Azure services, click Azure Active Directory. Or in the search box, enter Azure Active Directory. Select Azure Active Directory.
On the left, click App registrations
Click New registration.
To register the application, enter a Name, select the Supported account types (Account in any organizational directory), and enter a URL. If you know the URI of the partner consent service, enter it now. Or you can enter any URL and edit the application and change this value later. Click Register.
Save the
Application (client) ID
and theDirectory (tenant) ID
, because you will need to configure them in Abiquo. Then click Certificates & secrets.To configure the password for the application, click New client secret, which will open the Add a client secret section. Enter a Description and an Expiry duration, then click Add.
The Azure portal will display the application password ONCE ONLY. You must use this password in Abiquo, so make sure to save it, because Azure will not display it again.
...
You can search for ‘Microsoft Partner' and ‘Microsoft Partner Center’ using their application ID, which is ‘4990cffe4990cffe-04e8-4e8b-808a-1175604b879f
' and 'fa3d9a0c-3fb0-42cc-9193-
47c7ecd2edbd’ 47c7ecd2edbd
respectively, in the 'APIs my organization ownowns' section.
Configure authorization for the use of Azure ARM credentials in the multi-cloud platform
...
To create your own server to grant consent for the use of your Azure credentials, follow the instructions in the Azure documentation. For general instructions, see https://docs.microsoft.com/en-us/partner-center/develop/partner-center-authentication#app--user-authentication and for Java instructions: https://docs.microsoft.com/en-us/partner-center/develop/partner-center-authentication#java-appuser-authentication.
...
Before you add credentials, your administrator must create at least one compatible public cloud region in Azure ARM, and allow your enterprise to access this region. Some regions may require separate credentials, for example regions in China, and you will need to obtain credentials and create these regions separately. See Create a public cloud region .
For CSP accounts, in the main tenant, you should add the pricing credentials in the following format:
...
To activate compute and billing for a CSP customer, create an app in the customer’s Active Directory and add the credentials https://abiquo.atlassian.net/wiki/spaces/doc/pages/311370762/Obtain+Azure+ARM+credentials#Add-the-Azure-ARM-compute-credentials-to-Abiquo to the customer enterprise.
...