Skip to content

Azure#

Configure the target cloud in two ways: via the UI or via API functions.

To configure the target cloud via the UI, open the ACP. In the right part of the page, above the client list, click the Manage Clouds button. The page displays information about the target clouds. Use the available commands in the Actions menu to configure clouds. To add a cloud, click Add below the table with the list of target clouds.

Select the Azure cloud type.

azure cloud config

Fill in the fields on the Basic Parameters tab by providing information about the cloud configuration. Click "?" for field tips.

The table below provides a normative mapping between UI field labels and API parameter names used by Hystax Acura during cloud discovery, replication, and recovery workflows.

Table 1: Azure cloud: basic parameters.
Field name in UI / API Description Example
Cloud name /
name
The cloud name to be displayed in the UI. The name must be unique. test_cloud
Subscription ID /
subscription_id
Identifies the Azure subscription under which resources are managed. a12b3c12-3a12-312b-cab3-c12312312a3b
Application ID /
client_id
Application (client) ID of the registered application in Azure. See how to create this ID and secret 123a1b2c-3ab1-2312-3a1b-c2312a312b31
Tenant /
tenant
Directory (tenant) ID (can be found in Azure Active Directory/Properties) 1231abc2-a312-3b12-c3a1-b2ce3123a123
Secret /
secret
Secret string that the application uses to prove its identity when requesting a token. Can also be referred to as an application password. A1b@2c!abc3A1bc2aBca-31231
Region /
region
Region for resource creation and operations. Must match Azure’s region identifiers (e.g., eastus, northeurope). Find a list of region IDs in Azure’s documentation. westeurope
Group name /
group_name
The resource group name in Azure where resources are organized. Acura
Cloud agent subnet /
cloud_agent_subnet
Subnet where the cloud agent is deployed for network access. Use the format <network_name>/<subnet_name>. Acura-vnet/default
Replication storage type /
-
Choose storage type to use for replicated data. Migration and recovery from cloud-native block storage is fastest, but the other storage types can be cheaper. Detailed description. Cloud-native block storage

If necessary, add information about additional parameters. To do this, go to the Additional Parameters tab, select the required parameter, and enter its value. The tooltip system works similarly to the Basic Parameters tab. Description of additional parameters:

Table 2: Azure cloud: additional parameters.
Field Description
Availability zone Availability zone where all resources will be created
Cloud agent flavor Flavor to use for the cloud agent instances
Cloud agent flavor requirements Requirements for cloud agent flavor in JSON format, for example: {"cpu": "value", "ram": "value", "hdd": "value"}
Cloud agent image name Name of the cloud agent image from the target cloud
Cloud agent image reference Reference to image for cloud agent in JSON format, for example: {"publisher": "value", "offer": "value", "sku": "value", "version": "value"}
Cloud agent marketplace plan Name of the marketplace plan used for the cloud agent
Cloud site replications launch timeout (minutes) Timeout for a launch of replications during Cloud Site creation (in minutes)
Cloud site replications timeout (minutes) Timeout for a replications during Cloud Site creation (in minutes)
Cloud site timeout Cloud site creation timeout in minutes
Enable ransomware protection Detect and suspend machines with abnormally large incremental replication size to mitigate possible ransomware impact.
Ransomware protection threshold Ransomware protection threshold (in percent). Defines the maximum permissible size of incremental replication relative to the latest full backup. Exceeding this threshold triggers automatic machine suspension.
Replicated volume type Default volume type used to create volumes for replicated VMs
Send replication data to cloud agent directly Check this box to send replication data directly to cloud agent, it can increase replication speed.
Set default tag Tag created resources with provided tag name
Use https server on cloud agent When this option is enabled, the cloud agent starts with an https server. This option will not be applied to existing agents, only to new ones.
Use public IP for cloud agent Cloud Agent will be created with public IP and Acura will use public IP to connect to Cloud Agent

Click the Save button. The solution checks the entered data for correctness. If an error occurs, a notification appears.