Skip to content

Commit 6ca88a5

Browse files
SQL - Added link to supported scenarios
1 parent 2258a55 commit 6ca88a5

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

articles/backup/backup-azure-sql-database.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up SQL Server databases to Azure
33
description: This article explains how to back up SQL Server to Azure. The article also explains SQL Server recovery.
44
ms.topic: conceptual
5-
ms.date: 08/20/2021
5+
ms.date: 08/11/2022
66
---
77
# About SQL Server Backup in Azure VMs
88

@@ -16,7 +16,7 @@ ms.date: 08/20/2021
1616
>[!Note]
1717
>Snapshot-based backup for SQL databases in Azure VM is now in preview. This unique offering combines the goodness of snapshots, leading to a better RTO and low impact on the server along with the benefits of frequent log backups for low RPO. For any queries/access, write to us at [[email protected]](mailto:[email protected]).
1818
19-
To view the backup and restore scenarios that we support today, refer to the [support matrix](sql-support-matrix.md#scenario-support).
19+
To view the backup and restore scenarios that we support today, see the [support matrix](sql-support-matrix.md#scenario-support).
2020

2121
## Backup process
2222

articles/backup/backup-sql-server-database-azure-vms.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up multiple SQL Server VMs from the vault
33
description: In this article, learn how to back up SQL Server databases on Azure virtual machines with Azure Backup from the Recovery Services vault
44
ms.topic: conceptual
5-
ms.date: 06/01/2022
5+
ms.date: 08/11/2022
66
author: v-amallick
77
ms.service: backup
88
ms.author: v-amallick
@@ -21,6 +21,9 @@ In this article, you'll learn how to:
2121
> * Discover databases and set up backups.
2222
> * Set up auto-protection for databases.
2323
24+
>[!Note]
25+
>See the [SQL backup support matrix](sql-support-matrix.md) to know more about the supported configurations and scenarios.
26+
2427
## Prerequisites
2528

2629
Before you back up a SQL Server database, check the following criteria:

articles/backup/backup-sql-server-on-availability-groups.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
title: Back up SQL Server always on availability groups
33
description: In this article, learn how to back up SQL Server on availability groups.
44
ms.topic: conceptual
5-
ms.date: 08/20/2021
5+
ms.date: 08/11/2022
66
---
77
# Back up SQL Server always on availability groups
88

99
Azure Backup offers an end-to-end support for backing up SQL Server always on availability groups (AG) if all nodes are in the same region and subscription as the Recovery Services vault. However, if the AG nodes are spread across regions/subscriptions/on-premises and Azure, there are a few considerations to keep in mind.
1010

1111
>[!Note]
12-
>Backup of Basic Availability Group databases is not supported by Azure Backup.
12+
>- Backup of Basic Availability Group databases is not supported by Azure Backup.
13+
>- See the [SQL backup support matrix](sql-support-matrix.md) to know more about the supported configurations and scenarios.
1314
1415
The backup preference used by Azure Backup SQL AG supports full and differential backups only from the primary replica. So, these backup jobs always run on the Primary node irrespective of the backup preference. For copy-only full and transaction log backups, the AG backup preference is considered while deciding the node where backup will run.
1516

articles/backup/backup-sql-server-vm-from-vm-pane.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up a SQL Server VM from the VM pane
33
description: In this article, learn how to back up SQL Server databases on Azure virtual machines from the VM pane.
44
ms.topic: conceptual
5-
ms.date: 08/13/2020
5+
ms.date: 08/11/2022
66
---
77
# Back up a SQL Server from the VM pane
88

@@ -17,6 +17,9 @@ This article explains how to back up SQL Server running in Azure VMs with the [A
1717
2. Get an [overview](backup-azure-sql-database.md) of Azure Backup for SQL Server VM.
1818
3. Verify that the VM has [network connectivity](backup-sql-server-database-azure-vms.md#establish-network-connectivity).
1919

20+
>[!Note]
21+
>See the [SQL backup support matrix](sql-support-matrix.md) to know more about the supported configurations and scenarios.
22+
2023
## Configure backup on the SQL Server
2124

2225
You can enable backup on your SQL Server VM from the **Backup** pane in the VM. This method does two things:

0 commit comments

Comments
 (0)