Azure Data Factory connection profile parameters

The following table describes Azure Data Factory connection profile parameters.

Parameter

Description

Subscription ID

Determines the Azure account subscription ID

The subscription ID can be retrieved from the Azure portal by selecting the Subscription menu.

Identity Type

Determines one of the following identity types to connect to Azure Data Factory:

  • Managed Identity: Enables you to access other Azure AD-protected resources. The identity is managed by the Azure platform and does not require you to provide credentials within Control-M. Use this option if the Agent is installed on an Azure virtual machine that has an assigned Managed Identity with the required permissions.
  • Service Principal: An Azure service principal, also known as App Registration, is an identity created for use with applications, hosted services, and automated tools to access Azure resources. This access is restricted by the roles assigned to the service principal, which gives the Azure Administrator control over which resources can be accessed and at which level. Use this option if the Agent is installed on-premises or any other cloud vendor.

Specify Managed Identity Client ID

(Managed Identity) Determines whether the client ID for your Managed Identity is specified by the Managed Identity Client ID parameter.

Select this check box if you are using the Managed Identity authentication method and you have multiple Managed Identities defined on your Azure virtual machine.

Managed Identity Client ID

(Managed Identity) Determines which client ID to use as the Managed Identity.

This parameter requires a value only if you have multiple Managed Identities defined on your Azure virtual machine and you selected the Specify Managed Identity Client ID check box.

If you have only one Managed Identity, it is detected automatically.

Tenant ID

(Service Principal) Defines the ID where the Azure Data Factory is created

Application ID

(Service Principal) Defines the Azure identity of a Service Principal that is granted access to interact with Azure Data Factory

Client Secret

(Service Principal) Defines the password of the Service Principal

REST Login URL

(Service Principal) Indicates the Azure AD authentication endpoint base URL:

login.microsoftonline.com

Do not change the default value unless you are required to by your Azure Administrator.

Management URL

management.azure.com

Do not change the default value unless you are required to by your Azure Administrator.

Connection Timeout

Determines the number of seconds to wait before a timeout occurs after Control-M initiates a connection request to Azure Data Factory

Parent Topic

Application Plug-ins