Skip to content

Commit 5cf8759

Browse files
authored
cleaning titles
1 parent 4e77d41 commit 5cf8759

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/database-engine/availability-groups/windows/enable-and-disable-always-on-availability-groups-sql-server.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.assetid: 7c326958-5ae9-4761-9c57-905972276a8f
1616
author: MashaMSFT
1717
ms.author: mathoma
1818
---
19-
# Enable or Disable Always On availability group feature
19+
# Enable or disable Always On availability group feature
2020
[!INCLUDE [SQL Server](../../../includes/applies-to-version/sqlserver.md)]
2121

2222
Enabling [!INCLUDE[ssHADR](../../../includes/sshadr-md.md)] is a prerequisite for a server instance to use availability groups. Before you can create and configure any availability group, the [!INCLUDE[ssHADR](../../../includes/sshadr-md.md)] feature must have been enabled on the each instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] that will host an availability replica for one or more availability groups.
@@ -25,7 +25,7 @@ ms.author: mathoma
2525
> If you delete and re-create a WSFC cluster, you must disable and re-enable the [!INCLUDE[ssHADR](../../../includes/sshadr-md.md)] feature on each instance of [!INCLUDE[ssNoVersion](../../../includes/ssnoversion-md.md)] that hosted an availability replica on the original WSFC cluster.
2626
2727

28-
## <a name="Prerequisites"></a> Prerequisites for Enabling Always On Availability Groups
28+
## <a name="Prerequisites"></a> Prerequisites
2929

3030
- Prior to SQL Server 2017, and Windows Server 2016, the instance had to reside on a Windows Server Failover Cluster (WSFC) node to enable the Always On availability group feature. To support [read-scale availability groups](read-scale-availability-groups.md), starting with SQL Server 2017 and Windows Server 2016, it's possible to enable the availability group feature even if the SQL Server instance does not reside on a Windows Server Failover Cluster.
3131

@@ -42,7 +42,7 @@ ms.author: mathoma
4242

4343
Requires Active Directory Create Objects and Manage Objects permissions.
4444

45-
## <a name="IsEnabled"></a> Determine Whether Always On Availability Groups is Enabled
45+
## <a name="IsEnabled"></a> Determine if feature is enabled
4646

4747
- [SQL Server Management Studio](#SSMS1Procedure)
4848

@@ -97,7 +97,7 @@ ms.author: mathoma
9797
9898
- [SQL Server PowerShell Provider](../../../powershell/sql-server-powershell-provider.md)
9999
100-
## <a name="EnableAOAG"></a> Enable Always On Availability Groups
100+
## <a name="EnableAOAG"></a> Enable feature
101101
**To enable Always On, using:**
102102
103103
- [SQL Server Configuration Manager](#SQLCM2Procedure)
@@ -144,7 +144,7 @@ ms.author: mathoma
144144
Enable-SqlAlwaysOn -Path SQLSERVER:\SQL\Computer\Instance
145145
```
146146
147-
## <a name="DisableAOAG"></a> Disable Always On Availability Groups
147+
## <a name="DisableAOAG"></a> Disable feature
148148
149149
- **Before you disable Always On:**
150150

0 commit comments

Comments
 (0)