Azure Backup Connection Profile Parameters

The following table describes the Azure Backup connection profile parameters.

Parameter

Description

Azure Login URL

(Service Principal) Defines the Azure Backup authentication endpoint base URL.

Default: https://login.microsoftonline.com

Azure Management URL

Defines the endpoint that enables you to perform API calls and retrieve the token for authentication.

Default: https://management.azure.com

Subscription ID

Defines the registered subscription ID for the Azure Backup service.

Authentication Method

Determines one of the following identity types that connects to Azure Backup:

  • Service Principal: Enables you to use Azure Backup with applications, hosted services, and automated tools that access Azure resources. This identity, also known as an App Registration, is restricted by the roles assigned to the Service Principal. These roles give the Azure Administrator control over which resources are accessible, and at which level. Use this option if the Agent is installed on-premises, on an Azure virtual machine, or on any other cloud vendor.

  • Managed Identity: Enables you to access other protected resources on the Azure Active Directory (AD). The identity is managed by the Azure platform. You do not need to provide credentials within Control-M. Use this option if the Agent is installed on an Azure virtual machine that has an assigned a Managed Identity with the required permissions.

Each authentication type uses an Azure token that is valid for 24 hours, by default. You can extend token lifetimes through Azure.

To prepare for authentication using a Service Principal authentication, you must assign the Service Principal an Owner or Contributor role through the Azure platform.

Specify Managed Identity Client ID

(Managed Identity) Determines whether to define a specific Managed Identity.

Managed Identity Client ID

(Managed Identity) Defines the specific Managed Identity that connects to Azure Backup.

You must complete this field only if your Azure virtual machine has multiple Managed Identities and you have selected the Specify Managed Identity Client ID checkbox. If you only have one Managed Identity, it is detected automatically.

Tenant ID

(Service Principal) Defines the Azure tenant ID, which represents your organization.

Application ID

(Service Principal) Defines the Azure AD application ID for Azure Backup.

The Service Principal must be an Azure Backup workspace user with a Contributor or Owner role.

Client Secret

(Service Principal) Defines the password associated with the Azure user and the Azure AD application ID.

Connection Timeout

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

Default: 50