Skip to content

Commit d68da37

Browse files
authored
Merge pull request #94916 from MashaMSFT/20191105_seo
changed titles for seo okr
2 parents 699e385 + d5bc065 commit d68da37

21 files changed

+54
-33
lines changed

articles/sql-server-stretch-database/sql-server-stretch-database-encryption-tde.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Enable Transparent Data Encryption for Stretch Database - Azure | Microsoft Docs
2+
title: Enable Transparent Data Encryption for Stretch Database
33
description: Enable Transparent Data Encryption (TDE) for SQL Server Stretch Database on Azure
44
services: sql-server-stretch-database
55
documentationcenter: ''
@@ -13,6 +13,7 @@ author: blazem-msft
1313
ms.author: blazem
1414
ms.reviewer: jroth
1515
manager: jroth
16+
ms.custom: "seo-lt-2019"
1617
---
1718
# Enable Transparent Data Encryption (TDE) for Stretch Database on Azure
1819
> [!div class="op_single_selector"]

articles/sql-server-stretch-database/sql-server-stretch-database-tde-tsql.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Enable Transparent Data Encryption for Stretch Database TSQL - Azure | Microsoft Docs
2+
title: Enable Transparent Data Encryption for Stretch Database (T-SQL)
33
description: Enable Transparent Data Encryption (TDE) for SQL Server Stretch Database on Azure TSQL
44
services: sql-server-stretch-database
55
documentationcenter: ''
@@ -13,6 +13,7 @@ author: blazem-msft
1313
ms.author: blazem
1414
ms.reviewer: jroth
1515
manager: jroth
16+
ms.custom: "seo-lt-2019"
1617
---
1718
# Enable Transparent Data Encryption (TDE) for Stretch Database on Azure (Transact-SQL)
1819
> [!div class="op_single_selector"]

articles/virtual-machines/windows/sql/virtual-machines-windows-portal-sql-alwayson-int-listener.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create a SQL Server availability group listener in Azure virtual machines | Microsoft Docs
2+
title: Configure availability group listeners & load balancer (Azure portal)
33
description: Step-by-step instructions for creating a listener for an Always On availability group for SQL Server in Azure virtual machines
44
services: virtual-machines
55
documentationcenter: na
@@ -15,9 +15,10 @@ ms.tgt_pltfrm: vm-windows-sql-server
1515
ms.workload: iaas-sql-server
1616
ms.date: 02/16/2017
1717
ms.author: mikeray
18+
ms.custom: "seo-lt-2019"
1819

1920
---
20-
# Configure a load balancer for an Always On availability group in Azure
21+
# Configure a load balancer for an availability group on Azure SQL Server VMs
2122
This article explains how to create a load balancer for a SQL Server Always On availability group in Azure virtual machines that are running with Azure Resource Manager. An availability group requires a load balancer when the SQL Server instances are on Azure virtual machines. The load balancer stores the IP address for the availability group listener. If an availability group spans multiple regions, each region needs a load balancer.
2223

2324
To complete this task, you need to have a SQL Server availability group deployed on Azure virtual machines that are running with Resource Manager. Both SQL Server virtual machines must belong to the same availability set. You can use the [Microsoft template](virtual-machines-windows-portal-sql-alwayson-availability-groups.md) to automatically create the availability group in Resource Manager. This template automatically creates an internal load balancer for you.

articles/virtual-machines/windows/sql/virtual-machines-windows-portal-sql-availability-group-dr.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: SQL Server Availability Groups - Azure Virtual Machines - Disaster Recovery | Microsoft Docs
2+
title: Configure availability group across different regions
33
description: "This article explains how to configure a SQL Server availability group on Azure virtual machines with a replica in a different region."
44
services: virtual-machines
55
documentationCenter: na
@@ -17,10 +17,11 @@ ms.tgt_pltfrm: vm-windows-sql-server
1717
ms.workload: iaas-sql-server
1818
ms.date: "05/02/2017"
1919
ms.author: mikeray
20+
ms.custom: "seo-lt-2019"
2021

2122
---
2223

23-
# Configure an Always On availability group on Azure virtual machines in different regions
24+
# Configure an availability group on Azure SQL Server virtual machines in different regions
2425

2526
This article explains how to configure a SQL Server Always On availability group replica on Azure virtual machines in a remote Azure location. Use this configuration to support disaster recovery.
2627

articles/virtual-machines/windows/sql/virtual-machines-windows-portal-sql-availability-group-overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: SQL Server Availability Groups - Azure Virtual Machines - Overview | Microsoft Docs
2+
title: Overview of availability groups
33
description: "This article introduces SQL Server Availability Groups on Azure virtual machines."
44
services: virtual-machines
55
documentationCenter: na
@@ -16,10 +16,11 @@ ms.tgt_pltfrm: vm-windows-sql-server
1616
ms.workload: iaas-sql-server
1717
ms.date: "01/13/2017"
1818
ms.author: mikeray
19+
ms.custom: "seo-lt-2019"
1920

2021
---
2122

22-
# Introducing SQL Server Always On availability groups on Azure virtual machines #
23+
# Introducing SQL Server availability groups on Azure virtual machines
2324

2425
This article introduces SQL Server availability groups on Azure Virtual Machines.
2526

articles/virtual-machines/windows/sql/virtual-machines-windows-portal-sql-availability-group-prereq.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: SQL Server availability groups - Azure virtual machines - Prereqs | Microsoft Docs
2+
title: "Tutorial: Prerequisites for availability group"
33
description: "This tutorial shows how to configure the prerequisites for creating a SQL Server Always On availability group on Azure VMs."
44
services: virtual-machines
55
documentationCenter: na
@@ -17,10 +17,11 @@ ms.tgt_pltfrm: vm-windows-sql-server
1717
ms.workload: iaas-sql-server
1818
ms.date: 03/29/2018
1919
ms.author: mikeray
20+
ms.custom: "seo-lt-2019"
2021

2122
---
2223

23-
# Complete the prerequisites for creating Always On availability groups on Azure virtual machines
24+
# Prerequisites for creating Always On availability groups on SQL Server on Azure virtual machines
2425

2526
This tutorial shows how to complete the prerequisites for creating a [SQL Server Always On availability group on Azure virtual machines (VMs)](virtual-machines-windows-portal-sql-availability-group-tutorial.md). When you've finished the prerequisites, you have a domain controller, two SQL Server VMs, and a witness server in a single resource group.
2627

articles/virtual-machines/windows/sql/virtual-machines-windows-portal-sql-availability-group-tutorial.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: SQL Server Availability Groups - Azure Virtual Machines - Tutorial | Microsoft Docs
2+
title: "Tutorial: Configure availability group"
33
description: "This tutorial shows how to create a SQL Server Always On Availability Group on Azure Virtual Machines."
44
services: virtual-machines
55
documentationCenter: na
@@ -17,10 +17,11 @@ ms.tgt_pltfrm: vm-windows-sql-server
1717
ms.workload: iaas-sql-server
1818
ms.date: 08/30/2018
1919
ms.author: mikeray
20+
ms.custom: "seo-lt-2019"
2021

2122
---
2223

23-
# Tutorial: Configure Always On Availability Group in Azure VM manually
24+
# Tutorial: Configure availability group on Azure SQL Server VM manually
2425

2526
This tutorial shows how to create a SQL Server Always On Availability Group on Azure Virtual Machines. The complete tutorial creates an Availability Group with a database replica on two SQL Servers.
2627

articles/virtual-machines/windows/sql/virtual-machines-windows-portal-sql-ps-alwayson-int-listener.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Configure Always On Availability Group Listeners – Microsoft Azure | Microsoft Docs
2+
title: Configure availability group listeners & load balancer (PowerShell)
33
description: Configure Availability Group Listeners on the Azure Resource Manager model, using an internal load balancer with one or more IP addresses.
44
services: virtual-machines
55
documentationcenter: na
@@ -14,6 +14,7 @@ ms.tgt_pltfrm: vm-windows-sql-server
1414
ms.workload: iaas-sql-server
1515
ms.date: 02/06/2019
1616
ms.author: mikeray
17+
ms.custom: "seo-lt-2019"
1718

1819
---
1920
# Configure one or more Always On availability group listeners - Resource Manager

articles/virtual-machines/windows/sql/virtual-machines-windows-portal-sql-server-provision.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Provisioning guide for Windows SQL Server VMs in the Azure portal | Microsoft Docs
2+
title: Provision virtual machine with Azure portal
33
description: This how-to guide describes your options for creating Windows SQL Server 2017 virtual machines in the Azure portal.
44
services: virtual-machines-windows
55
documentationcenter: na
@@ -15,6 +15,7 @@ ms.workload: infrastructure-services
1515
ms.date: 05/04/2018
1616
ms.author: mathoma
1717
ms.reviewer: jroth
18+
ms.custom: "seo-lt-2019"
1819
---
1920
# How to provision a Windows SQL Server virtual machine in the Azure portal
2021

articles/virtual-machines/windows/sql/virtual-machines-windows-sql-availability-group-cli.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use the Azure CLI to configure an Always On availability group for SQL Server on an Azure VM
2+
title: Configure an availability group (Azure CLI)
33
description: "Use the Azure CLI to create the Windows failover cluster, the availability group listener, and the internal load balancer on a SQL Server VM in Azure."
44
services: virtual-machines-windows
55
documentationcenter: na
@@ -14,6 +14,7 @@ ms.workload: iaas-sql-server
1414
ms.date: 02/12/2019
1515
ms.author: mathoma
1616
ms.reviewer: jroth
17+
ms.custom: "seo-lt-2019"
1718

1819
---
1920
# Use the Azure CLI to configure an Always On availability group for SQL Server on an Azure VM

0 commit comments

Comments
 (0)