MSSQL Availability

What is an Always On availability group? (learn.microsoft.com)
Differences between availability modes for an Always On availability group (learn.microsoft.com)
Prerequisites, restrictions, and recommendations for Always On availability groups
(learn.microsoft.com)

AlwaysOn

SQL Server AlwaysOn is a marketing term for the HA and DR solutions introduced when SQL Server 2012 was launched. Specifically:

AlwaysOn FCI

AlwaysOn AG

AlwaysOn Availability Group

AlwaysOn BAG

AlwaysOn Basic Availability Group

AlwaysOn DAG

AlwaysOn Distributed Availability Group

AlwaysOn & VMWare

VMware does not support VMware vSphere vMotion® or DRS on clustered SQL Server virtual machines within a shared disk architecture (such as AlwaysOn Failover Cluster Instances). This restriction does not apply to AlwaysOn Availability Groups that are built on a non-shared disk architecture. VMware fully supports using vSphere HA, vSphere vMotion, and DRS with AlwaysOn Availability Groups. (1)

"The HA choice comes down to where you want your HA to be managed. VMware HA pushes the high availability question out of the SQL Server realm and into the VMware infrastructure. More than anything else, this is a business decision – just be sure you’re happy with the decision of which team is managing your uptime." (2)

SQL2017

For each server licensed with SQL Server 2017 and covered by active SA, customers can run up to the same number of passive failover instances in a separate, OSE to support failover events. A passive SQL Server instance is one that is not serving SQL Server data to clients or running active SQL Server workloads.

http://download.microsoft.com/download/7/8/c/78cdf005-97c1-4129-926b-ce4a6fe92cf5/sql_server_2017_licensing_guide.pdf

SQL2019

For each on-prem server OSE licensed with SQL Server 2019 and covered by active SA, customers can use the following passive replicas in anticipation of a failover event: 

https://download.microsoft.com/download/6/6/0/66078040-86d8-4f6e-b0c5-e9919bbcb537/SQL%20Server%202019%20Licensing%20guide.pdf

AlwaysOn AG vs VMWare Stretch Cluster

VMWare Stretch Cluster

AlwaysOn Availability Groups

Pros

Pros

Bibliography

https://www.mssqltips.com/sqlservertip/4717/what-is-sql-server-alwayson/ http://download.microsoft.com/download/7/8/c/78cdf005-97c1-4129-926b-ce4a6fe92cf5/sql_server_2017_licensing_guide.pdfhttps://download.microsoft.com/download/6/6/0/66078040-86d8-4f6e-b0c5-e9919bbcb537/SQL%20Server%202019%20Licensing%20guide.pdfhttps://www.brentozar.com/archive/2010/11/sql-server-denali-database-mirroring-rocks/https://www.brentozar.com/archive/2011/07/how-set-up-sql-server-denali-availability-groups/https://www.brentozar.com/sql/sql-server-alwayson-availability-groups/
https://learn.microsoft.com/en-us/sql/database-engine/availability-groups/windows/overview-of-always-on-availability-groups-sql-serverhttps://learn.microsoft.com/en-us/sql/database-engine/availability-groups/windows/availability-modes-always-on-availability-groupshttps://learn.microsoft.com/en-us/sql/database-engine/availability-groups/windows/prereqs-restrictions-recommendations-always-on-availabilityhttps://learn.microsoft.com/en-us/sql/database-engine/availability-groups/windows/always-on-availability-groups-interoperability-sql-serverhttps://learn.microsoft.com/en-us/sql/database-engine/availability-groups/windows/failover-and-failover-modes-always-on-availability-groups
https://joeydantoni.com/2012/03/29/alwayson-versus-active-data-guard-a-value-proposition/ 
https://techcommunity.microsoft.com/t5/azure-sql-blog/high-availability-in-azure-sql-mi-general-purpose-service-tier/ba-p/3298977
SQL Listenerhttps://learn.microsoft.com/en-us/sql/database-engine/availability-groups/windows/availability-group-listener-overviewhttps://www.sqlservercentral.com/articles/sql-server-always-on-availability-group-ag-listener-step-by-step-guide
ApplicationIntenthttps://stackoverflow.com/questions/15347541/what-does-applicationintent-readonly-mean-in-the-connection-stringhttps://web.archive.org/web/20130125015414/http://connect.microsoft.com/SQLServer/feedback/details/697217/applicationintent-readonly-allows-updates-to-a-database
Log Shippinghttps://github.com/trimble-oss/sql-log-shipping-service
From: 11:24

References