Home Documentation Connections Connection with Microsoft Azure Connection with Microsoft Azure Configure connections with Microsoft Azure and import APIs. See on this page how to:
Access Credentials
To access Azure APIs using SDKs, you need these credentials:
Client ID
Tenant ID
Client Secret
Subscription ID
Check out the Azure documentation for more details.
Client ID, Tenant ID, and Client Secret
To get the Client ID and Tenant ID, you need to create an App Registration (Service Principal) in Azure. After creating the application, add a secret (Client Secret) and the required permissions.
How to create an App Registration (Service Principal) in Azure and get the Client ID and Tenant ID:
Step 2Go to Microsoft Entra ID .
Step 3Click on App Registrations and then on + New registration .
Step 4On the Register an application screen:
Enter a name for the application.
In Who can use this application or access this API , select Accounts in this organizational directory only .
Click the Register button.
Step 5Note down the following IDs:
Application (client) ID.
Directory (tenant) ID.
Here's how to add a secret to the App Registration:
Step 1Go to Certifications & secrets .
Step 2Select the Client secrets tab.
Step 3Click on New client secret .
Step 4Provide a description and set an expiration date.
Step 5Click Add .
Step 6Take note of the Client Secret. It is displayed in the Value field.
The Client Secret is only displayed during creation.
Subscription ID
Steps to obtain the Subscription ID:
Step 2In Navigate , click Subscriptions .
Step 3Note down the Subscription ID .
Adding Permissions to the Service Principal
To read information from Azure API Management, you need to assign the API Management Service Reader role to the Service Principal .
Refer to the Azure documentation for more details.
Steps to assign a role:
Step 1Click Home . In Navigate , click Subscriptions .
Step 2Select Access Control (IAM) .
Step 3Click + Add , then Add role assignment .
Step 4In the Members tab, under Assign access to , select User, group, or service principal .
Step 5Click on + Select members and search for your App name. Select the App and click on Select .
Step 6Click on Review + assign .
Creating a new connection
Step 1Go to the Connections screen by clicking the left side menu or the card on the home screen.
Step 2Click the + CREATE CONNECTION button, located in the top right of the screen.
Step 3In step 1 - PROVIDER , type or select the connection provider.
Step 5In step 2 - CONNECTION , provide the following information:
Connection mode : Select the connection mode: whether it is native (data updated directly with the provider) or not (manual upload).
Synchronization in native connections depends on credentials being registered with the provider.
Connection name : Define a name for the connection.
Step 6In the last step, review the information. If correct, click SAVE .
Importing APIs
To import APIs, follow the steps below:
Step 1Go to the Connections screen by clicking the left side menu or the card on the home screen.
Step 2Find the connection you want to edit and click the icon. If needed, use the search bar to locate the desired connection.
Step 3On the API Imports screen, click the + IMPORT API button, located just below General Info and above API Imports .
Step 4Select the APIs you want to import and click SAVE .
Whenever an API is updated, click .
How happy are you with this page?