Azure Batch Accounts Connection Profile Parameters
The following table describes Azure Batch Accounts connection profile parameters:
| Parameter | Description | 
|---|---|
| Authentication Method | Determines one of the following identity types to connect to Azure Batch Accounts: 
 | 
| Azure AD url | (Service Principal) Defines the Azure AD authentication endpoint base URL. Example: https://login.microsoftonline.com | 
| Tenant ID | (Service Principal) Defines the Tenant ID in Azure AD. | 
| App ID | Defines the application (service principal) ID of the registered application for the Azure Batch service. The service principal must be for an Azure Batch account with a Contributor role. | 
| Client Secret | (Service Principal) Defines the secret (password) associated with the Azure user and the application. | 
| Batch Resource url | Defines the identifier for the Azure Batch account for login via Azure AD. This identifier is a constant value set to https://batch.core.windows.net/ | 
| Batch Account Name | Defines the name of the Batch account created in Azure Portal. | 
| Batch Region ID | Defines the region ID associated with the Batch account in Azure Portal. | 
| Connection Timeout | Defines a timeout value, in seconds, for the trigger call made by Control-M to Azure Batch Accounts. Default: 50 seconds. |