I am creating a Microsoft Azure Integration Service connector. The mapping between some of the required connector fields is unclear to me. The values provided by Azure when creating an app registration are:
Application (client) ID (Connector Client ID)
Object ID
Directory (tenant) ID (Connector Tenant ID)
Client secret - Secret ID
Client secret - Value
Which values from Azure map to the Connector Client secret and Subscription ID?
Your Azure administrator should be able to provide the Subscription ID, but you can also find it yourself if you have similar previliges. Could you please try this?
In Microsoft Azure, a Subscription ID is a unique identifier (GUID) associated with your Azure subscription, which is a logical container for resources like virtual machines, databases, and storage accounts.
Where to Find the Subscription ID:
Azure Portal: Navigate to the “Subscriptions” section under the “All services” menu in the Azure Portal. You’ll see the Subscription ID listed next to each subscription name.
Azure CLI/PowerShell: Retrieve the Subscription ID using Azure CLI with the command az account list, or in PowerShell using Get-AzSubscription.