az sql server-arc availability-group
Note
This reference is part of the arcdata extension for the Azure CLI (version 2.3.1 or higher). The extension will automatically install the first time you run an az sql server-arc availability-group command. Learn more about extensions.
This command group is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Manage availability groups.
Commands
Name | Description | Type | Status |
---|---|---|---|
az sql server-arc availability-group create |
Create an availability group. |
Extension | Preview |
az sql server-arc availability-group failover |
Request manual failover of an availability group. |
Extension | Preview |
az sql server-arc availability-group create
Command group 'sql server-arc availability-group' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Create an availability group.
az sql server-arc availability-group create --mirroring-port
--name
--replica-ids
--resource-group
[--automated-backup-preference]
[--availability-mode]
[--certificate-name]
[--cluster-type]
[--databases]
[--db-failover]
[--dtc-support]
[--endpoint-auth-mode]
[--endpoint-login]
[--failover-mode]
[--failure-condition-level]
[--health-check-timeout]
[--listener-ipv4-addresses]
[--listener-ipv4-masks]
[--listener-ipv6-addresses]
[--listener-name]
[--listener-port]
[--no-wait]
[--required-synchronized-secondaries]
[--seeding-mode]
Examples
Ex 1 - Create an availability group
az sql server-arc availability-group create --name myAvailabilityGroupName --resource-group myResourceGroup --replica-ids "/subscriptions/.../resourceGroups/.../providers/Microsoft.AzureArcData/sqlServerInstances/mySqlServerInstance" --mirroring-port 5022
Required Parameters
The port number for the database mirroring endpoint.
Name of the availability group.
One or more SQL Server Instance resource IDs (space-delimited). The first ID will be the initial primary replica.
Name of the resource group where the Arc-enabled SQL Server instance is located.
Optional Parameters
The automated backup preference for the availability group (PRIMARY | SECONDARY_ONLY | SECONDARY | NONE).
The availability mode for the availability group (SYNCHRONOUS_COMMIT | ASYNCHRONOUS_COMMIT).
The name of the certificate for authenticating connections to the mirroring endpoint.
The cluster type for the availability group (WSFC | NONE).
Database names (space-delimited).
Turns on database level failover for the availability group (ON | OFF).
Turns on support for cross-database transactions through the distributed transaction coordinator for the availability group (PER_DB | OFF).
The authentication mode for connecting to the mirroring endpoint.
The login to grant connect permissions on the mirroring endpoint.
The failover mode for the availability group (AUTOMATIC | MANUAL | EXTERNAL).
The failure condition level for the availability group (1 | 2 | 3 | 4 | 5).
The health check timeout (in milliseconds) for the availability group. The minimum value is 15000.
One or more IPv4 addresses (space-delimited) for the availability group listener.
One or more subnet masks for the IPv4 addresses of the availability group listener. Must match the order and number of IPv4 addresses.
One or more IPv6 addresses (space-delimited) for the availability group listener.
The name of the availability group listener.
The port number for the availability group listener.
If given, the command will return once the create request has been submitted. It will not wait until the availability group has been created.
Specifies the minimum number of synchronous secondaries required to commit before the primary commits a transaction (min 0 max num replicas - 1).
The seeding mode for the availability group (AUTOMATIC | MANUAL).
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az sql server-arc availability-group failover
Command group 'sql server-arc availability-group' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Request manual failover of an availability group.
az sql server-arc availability-group failover --name
--resource-group
--server-name
Examples
Ex 1 - Request manual failover of an availability group
az sql server-arc availability-group failover --name myAvailabilityGroupName --resource-group myResourceGroup --server-name myServerName
Required Parameters
Name of the availability group.
Name of the resource group where the Arc-enabled SQL Server instance is located.
Name of the failover target Arc-enabled SQL Server.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.