Additional SQL Server features and topics not covered by specific categories
Hey,
SQL Server has different options to achieve high availability. Always On Availability Groups is one of the options. The configuration will be similar on your on-premises VMs to Azure VMs. https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/availability-group-overview?view=azuresql
Your hosts will need to have proper network connectivity and storage amount.
FCI could also be used in VMs. Configuration will differ depending on hypervisor. As an example:
https://core.vmware.com/resource/microsoft-sql-server-failover-cluster-instance-vmware-vsan-stretched-cluster
SQL FCI requires shared storage. If you need shared storage, you can look at StarWind VSAN as an option.
Cheers,
Alex Bykovskyi
StarWind Software
Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.