Enable Always On availability group feature

For creation Always On availability group you need create failover cluster (see Create a failover cluster).

To enable Always On Availability Groups using SQL Server Configuration Manager:

  1. Connect to the Windows Server Failover Cluster (WSFC) node that hosts the SQL Server instance where you want to enable Always On Availability Groups.
  2. On the Start menu, point to All Programs, point to Microsoft SQL Server, point to Configuration Tools, and click SQL Server Configuration Manager.
  3. In SQL Server Configuration Manager, click SQL Server Services, right-click SQL Server (“Instance Name”), where "Instance Name" is the name of a local server instance for which you want to enable Always On Availability Groups, and click Properties.
  4. Select the Always On High Availability tab.
  5. Verify that Windows failover cluster name field contains the name of the local failover cluster. If this field is blank, this server instance currently does not support Always On availability groups. Either the local computer is not a cluster node, the WSFC cluster has been shut down, or this edition of SQL Server that does not support Always On availability groups.
  6. Select the Enable Always On Availability Groups check box, and click OK (see figure below).
    Figure 1. Enable Always On Availability Groups
    SQL Server Configuration Manager saves your change. Then, you must manually restart the SQL

    Server service. When the SQL Server service restarts, Always On will be enabled.

    For more information, see Enable or Disable Always On availability group feature.