Always On availability groups in Azure Arc enabled SQL Managed Instance
Azure Arc enabled SQL Managed Instances support the deployment of SQL databases in Always On availability group mode to provide better protection and performance by having extra replicas of your database service.
Currently, it is only possible to create a SQL Managed Instance with Always On deployment mode using the azdata
CLI. In order to deploy a SQL Managed Instance in Always On availability mode, you can run the following command for provisioning. You can customize the number of replicas as per your desired availability configuration:
azdata arc sql mi create -n <name of instance> --replicas 3
Please refer to the following documentation to learn more about SQL Always On availability groups:
https://docs.microsoft.com/en-us/sql/database-engine/availability-groups/windows/always-on-availability-groups-sql-server?view=sql-server-ver15#:~:text=The%20Always%20On%20availability%20groups,user...