Skip to content

Commit 7e2ce65

Browse files
authored
Merge pull request #22930 from rwestMSFT/rw-0613-always-on-rename
AlwaysOn -> Always On [Bulk update]
2 parents c5cf90f + 0f94e3b commit 7e2ce65

22 files changed

Lines changed: 48 additions & 48 deletions

azure-sql/managed-instance/managed-instance-link-preparation-wsfc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ Next, verify that Always On option can be enabled on SQL Server by following the
114114

115115
1. Open SQL Server Configuration Manager
116116
1. Double-click on SQL Server
117-
1. Click on AlwaysOn High Availability tab
117+
1. Click on Always On High Availability tab
118118

119119
:::image type="content" source="./media/managed-instance-link-preparation-wsfc/managed-instance-link-alwayson-validate.png" alt-text="Screenshot of validating that Always On option is enabled in SQL Server.":::
120120

121-
- You should be able to see the name of the WSFC you've created, and you should be able to check-on the Enable AlwaysOn Availability Groups should option. This verification confirms the configuration has been completed successfully.
121+
- You should be able to see the name of the WSFC you've created, and you should be able to check-on the Enable Always On Availability Groups should option. This verification confirms the configuration has been completed successfully.
122122

123123
## Grant permissions in SQL Server for WSFC
124124

azure-sql/managed-instance/managed-instance-link-preparation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ select
9696
end as 'HadrStatus'
9797
```
9898

99-
The above query will display if AlwaysOn availability group is enabled, or not, on your SQL Server.
99+
The above query will display if Always On availability group is enabled, or not, on your SQL Server.
100100

101101
>[!IMPORTANT]
102-
> For SQL Server 2016, if you need to enable AlwaysOn availability group, you will need to complete extra steps documented in [prepare SQL Server 2016 prerequisites](managed-instance-link-preparation-wsfc.md). These extra steps are not required for all higher SQL Server versions (2019-2022) supported by the link.
102+
> For SQL Server 2016, if you need to enable Always On availability group, you will need to complete extra steps documented in [prepare SQL Server 2016 prerequisites](managed-instance-link-preparation-wsfc.md). These extra steps are not required for all higher SQL Server versions (2019-2022) supported by the link.
103103
104104
If the availability groups feature isn't enabled, follow these steps to enable it, or otherwise skip to the next section:
105105

@@ -110,11 +110,11 @@ If the availability groups feature isn't enabled, follow these steps to enable i
110110
:::image type="content" source="./media/managed-instance-link-preparation/sql-server-configuration-manager-sql-server-properties.png" alt-text="Screenshot that shows SQL Server Configuration Manager, with selections for opening properties for the service.":::
111111

112112
1. Go to the **Always On Availability Groups** tab.
113-
1. Select the **Enable AlwaysOn Availability Groups** checkbox, and then select **OK**.
113+
1. Select the **Enable Always On Availability Groups** checkbox, and then select **OK**.
114114

115115
:::image type="content" source="./media/managed-instance-link-preparation/always-on-availability-groups-properties.png" alt-text="Screenshot that shows the properties for Always On availability groups.":::
116116

117-
- If using **SQL Server 2016**, and if Enable AlwaysOn Availability Groups option is disabled with message `This computer is not a node in a failover cluster.`, follow extra steps described in [prepare SQL Server 2016 prerequisites](managed-instance-link-preparation-wsfc.md). Once you've completed these other steps, come back and retry this step again.
117+
- If using **SQL Server 2016**, and if Enable Always On Availability Groups option is disabled with message `This computer is not a node in a failover cluster.`, follow extra steps described in [prepare SQL Server 2016 prerequisites](managed-instance-link-preparation-wsfc.md). Once you've completed these other steps, come back and retry this step again.
118118

119119
1. Select **OK** in the dialog
120120
1. Restart the SQL Server service.

azure-sql/managed-instance/user-initiated-failover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ To monitor the progress of user initiated failover for your BC instance, execute
131131
SELECT DISTINCT replication_endpoint_url, fabric_replica_role_desc FROM sys.dm_hadr_fabric_replica_states
132132
```
133133

134-
Before initiating the failover, your output will indicate the current primary replica on BC service tier containing one primary and three secondaries in the AlwaysOn Availability Group. Upon execution of a failover, running this query again would need to indicate a change of the primary node.
134+
Before initiating the failover, your output will indicate the current primary replica on BC service tier containing one primary and three secondaries in the Always On Availability Group. Upon execution of a failover, running this query again would need to indicate a change of the primary node.
135135

136136
You will not be able to see the same output with GP service tier as the one above shown for BC. This is because GP service tier is based on a single node only.
137137
You can use alternative T-SQL query showing the time SQL process started on the node for GP service tier instance:

azure-sql/virtual-machines/windows/application-patterns-development-strategies.md

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

azure-sql/virtual-machines/windows/availability-group-listener-powershell-configure.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To complete the steps in this article, your availability groups need to be alrea
3535

3636
Related topics include:
3737

38-
* [Configure AlwaysOn Availability Groups in Azure VM (GUI)](availability-group-manually-configure-tutorial-single-subnet.md)
38+
* [Configure Always On Availability Groups in Azure VM (GUI)](availability-group-manually-configure-tutorial-single-subnet.md)
3939
* [Configure a VNet-to-VNet connection by using Azure Resource Manager and PowerShell](/azure/vpn-gateway/vpn-gateway-vnet-vnet-rm-ps)
4040

4141
[!INCLUDE [updated-for-az.md](../../includes/updated-for-az.md)]
@@ -195,7 +195,7 @@ $ILB | Add-AzLoadBalancerRuleConfig -Name $LBConfigRuleName -FrontendIpConfigura
195195

196196
1. Launch SQL Server Management Studio and connect to the primary replica.
197197

198-
1. Navigate to **AlwaysOn High Availability** > **Availability Groups** > **Availability Group Listeners**.
198+
1. Navigate to **Always On High Availability** > **Availability Groups** > **Availability Group Listeners**.
199199

200200
1. You should now see the listener name that you created in Failover Cluster Manager. Right-click the listener name and select **Properties**.
201201

azure-sql/virtual-machines/windows/availability-group-load-balancer-portal-configure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ If the cluster resources and dependencies are correctly configured, you should b
188188

189189
1. Start SQL Server Management Studio, and then connect to the primary replica.
190190

191-
2. Go to **AlwaysOn High Availability** > **Availability Groups** > **Availability Group Listeners**.
191+
2. Go to **Always On High Availability** > **Availability Groups** > **Availability Group Listeners**.
192192

193193
You should now see the listener name that you created in Failover Cluster Manager.
194194

azure-sql/virtual-machines/windows/availability-group-manually-configure-multiple-regions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,14 +159,14 @@ The replica in the remote data center is part of the availability group but it i
159159

160160
Preferably, update the cluster configuration to set `RegisterAllProvidersIP=1` and the client connection strings to set `MultiSubnetFailover=Yes`. See [Connecting With MultiSubnetFailover](/sql/relational-databases/native-client/features/sql-server-native-client-support-for-high-availability-disaster-recovery#Anchor_0).
161161

162-
If you cannot modify the connection strings, you can configure name resolution caching. See [Time-out error and you cannot connect to a SQL Server 2012 AlwaysOn availability group listener in a multi-subnet environment](https://support.microsoft.com/help/2792139/time-out-error-and-you-cannot-connect-to-a-sql-server-2012-alwayson-av).
162+
If you cannot modify the connection strings, you can configure name resolution caching. See [Time-out error and you cannot connect to a SQL Server 2012 Always On availability group listener in a multi-subnet environment](https://support.microsoft.com/help/2792139/time-out-error-and-you-cannot-connect-to-a-sql-server-2012-alwayson-av).
163163

164164
## Fail over to remote region
165165

166166
To test listener connectivity to the remote region, you can fail over the replica to the remote region. While the replica is asynchronous, failover is vulnerable to potential data loss. To fail over without data loss, change the availability mode to synchronous and set the failover mode to automatic. Use the following steps:
167167

168168
1. In **Object Explorer**, connect to the instance of SQL Server that hosts the primary replica.
169-
1. Under **AlwaysOn Availability Groups**, **Availability Groups**, right-click your availability group and select **Properties**.
169+
1. Under **Always On Availability Groups**, **Availability Groups**, right-click your availability group and select **Properties**.
170170
1. On the **General** page, under **Availability Replicas**, set the secondary replica in the DR site to use **Synchronous Commit** availability mode and **Automatic** failover mode.
171171
1. If you have a secondary replica in same site as your primary replica for high availability, set this replica to **Asynchronous Commit** and **Manual**.
172172
1. Select OK.

azure-sql/virtual-machines/windows/availability-group-manually-configure-tutorial-multi-subnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,9 @@ To enable the availability group feature, follow these steps:
191191
1. Launch the RDP file to the first SQL Server VM (such as **SQL-VM-1**) with a domain account that is a member of sysadmin fixed server role, such as the **CORP\Install** domain account created in the [prerequisites document](availability-group-manually-configure-prerequisites-tutorial-multi-subnet.md)
192192
1. From the **Start** screen of one your SQL Server VMs, launch **SQL Server Configuration Manager**.
193193
1. In the browser tree, highlight **SQL Server Services**, right-click the **SQL Server (MSSQLSERVER)** service and select **Properties**.
194-
1. Select the **AlwaysOn High Availability** tab, then check the box to **Enable AlwaysOn availability groups**:
194+
1. Select the **Always On High Availability** tab, then check the box to **Enable Always On availability groups**:
195195
196-
:::image type="content" source="./media/availability-group-manually-configure-tutorial-multi-subnet/08-enable-always-on.png" alt-text="Enable AlwaysOn availability groups":::
196+
:::image type="content" source="./media/availability-group-manually-configure-tutorial-multi-subnet/08-enable-always-on.png" alt-text="Enable Always On availability groups":::
197197
198198
1. Select **Apply**. Select **OK** in the pop-up dialog.
199199
1. Restart the SQL Server service.

azure-sql/virtual-machines/windows/availability-group-manually-configure-tutorial-single-subnet.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,13 @@ The cluster core resources are configured with a file share witness.
196196

197197
## Enable availability groups
198198

199-
Next, enable the **AlwaysOn availability groups** feature. Do these steps on both SQL Servers.
199+
Next, enable the **Always On availability groups** feature. Do these steps on both SQL Servers.
200200

201201
1. From the **Start** screen, launch **SQL Server Configuration Manager**.
202202
2. In the browser tree, select **SQL Server Services**, then right-click the **SQL Server (MSSQLSERVER)** service and select **Properties**.
203-
3. Select the **AlwaysOn High Availability** tab, then select **Enable AlwaysOn availability groups**, as follows:
203+
3. Select the **Always On High Availability** tab, then select **Enable Always On availability groups**, as follows:
204204

205-
![Enable AlwaysOn availability groups](./media/availability-group-manually-configure-tutorial-single-subnet/54-enableAlwaysOn.png)
205+
![Enable Always On availability groups](./media/availability-group-manually-configure-tutorial-single-subnet/54-enableAlwaysOn.png)
206206

207207
4. Select **Apply**. Select **OK** in the pop-up dialog.
208208

@@ -286,7 +286,7 @@ You are now ready to configure an availability group using the following steps:
286286

287287
### Create the availability group:
288288

289-
1. On remote desktop session to the first SQL Server. In **Object Explorer** in SSMS, right-click **AlwaysOn High Availability** and select **New availability group Wizard**.
289+
1. On remote desktop session to the first SQL Server. In **Object Explorer** in SSMS, right-click **Always On High Availability** and select **New availability group Wizard**.
290290

291291
![Launch New availability group Wizard](./media/availability-group-manually-configure-tutorial-single-subnet/56-newagwiz.png)
292292

@@ -339,11 +339,11 @@ You are now ready to configure an availability group using the following steps:
339339

340340
### Check the availability group
341341

342-
1. In **Object Explorer**, expand **AlwaysOn High Availability**, and then expand **availability groups**. You should now see the new availability group in this container. Right-click the availability group and select **Show Dashboard**.
342+
1. In **Object Explorer**, expand **Always On High Availability**, and then expand **availability groups**. You should now see the new availability group in this container. Right-click the availability group and select **Show Dashboard**.
343343

344344
![Show availability group Dashboard](./media/availability-group-manually-configure-tutorial-single-subnet/76-showdashboard.png)
345345

346-
Your **AlwaysOn Dashboard** should look similar to the following screenshot:
346+
Your **Always On Dashboard** should look similar to the following screenshot:
347347

348348
![availability group Dashboard](./media/availability-group-manually-configure-tutorial-single-subnet/78-agdashboard.png)
349349

@@ -354,7 +354,7 @@ You are now ready to configure an availability group using the following steps:
354354
![availability group in Failover Cluster Manager](./media/availability-group-manually-configure-tutorial-single-subnet/80-clustermanager.png)
355355

356356
> [!WARNING]
357-
> Do not try to fail over the availability group from the Failover Cluster Manager. All failover operations should be performed from within **AlwaysOn Dashboard** in SSMS. For more information, see [Restrictions on Using The Failover Cluster Manager with availability groups](/sql/database-engine/availability-groups/windows/failover-clustering-and-always-on-availability-groups-sql-server).
357+
> Do not try to fail over the availability group from the Failover Cluster Manager. All failover operations should be performed from within **Always On Dashboard** in SSMS. For more information, see [Restrictions on Using The Failover Cluster Manager with availability groups](/sql/database-engine/availability-groups/windows/failover-clustering-and-always-on-availability-groups-sql-server).
358358
>
359359
360360
At this point, you have an availability group with replicas on two instances of SQL Server. You can move the availability group between instances. You cannot connect to the availability group yet because you do not have a listener. In Azure virtual machines, the listener requires a load balancer. The next step is to create the load balancer in Azure.
@@ -513,7 +513,7 @@ In SQL Server Management Studio, set the listener port.
513513

514514
1. Launch SQL Server Management Studio and connect to the primary replica.
515515

516-
1. Navigate to **AlwaysOn High Availability** > **availability groups** > **availability group Listeners**.
516+
1. Navigate to **Always On High Availability** > **availability groups** > **availability group Listeners**.
517517

518518
1. You should now see the listener name that you created in Failover Cluster Manager. Right-click the listener name and select **Properties**.
519519

azure-sql/virtual-machines/windows/migrate-to-vm-from-sql-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The primary migration methods are:
3636
* Detach the data and log files, copy them to Azure Blob storage, and then attach them to SQL Server in the Azure VM from the URL.
3737
* Convert the on-premises physical machine to a Hyper-V VHD, upload it to Azure Blob storage, and then deploy it as new VM using uploaded VHD.
3838
* Ship the hard drive using the Windows Import/Export Service.
39-
* If you have an AlwaysOn Availability Group deployment on-premises, use the [Add Azure Replica Wizard](/previous-versions/azure/virtual-machines/windows/sqlclassic/virtual-machines-windows-classic-sql-onprem-availability) to create a replica in Azure, failover, and point users to the Azure database instance.
39+
* If you have an Always On Availability Group deployment on-premises, use the [Add Azure Replica Wizard](/previous-versions/azure/virtual-machines/windows/sqlclassic/virtual-machines-windows-classic-sql-onprem-availability) to create a replica in Azure, failover, and point users to the Azure database instance.
4040
* Use SQL Server [transactional replication](/sql/relational-databases/replication/transactional/transactional-replication) to configure the Azure SQL Server instance as a subscriber, disable replication, and point users to the Azure database instance.
4141

4242
> [!TIP]
@@ -46,7 +46,7 @@ The primary migration methods are:
4646

4747
For best data transfer performance, migrate the database files into the Azure VM using a compressed backup file.
4848

49-
To minimize downtime during the database migration process, use either the AlwaysOn option or the transactional replication option.
49+
To minimize downtime during the database migration process, use either the Always On option or the transactional replication option.
5050

5151
If it isn't possible to use the above methods, manually migrate your database. Generally, you start with a database backup, follow it with a copy of the database backup into Azure, and then restore the database. You can also copy the database files themselves into Azure and then attach them. There are several methods by which you can accomplish this manual process of migrating a database into an Azure VM.
5252

0 commit comments

Comments
 (0)