Skip to content

Commit a2793af

Browse files
author
David Curwin
committed
New intro paragraphs for VM and SQL overviews
1 parent 53e34be commit a2793af

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,14 @@ ms.date: 06/18/2019
66
---
77
# About SQL Server Backup in Azure VMs
88

9-
SQL Server databases are critical workloads that require a low recovery point objective (RPO) and long-term retention. You can back up SQL Server databases running on Azure VMs using [Azure Backup](backup-overview.md).
9+
[Azure Backup](backup-overview.md) offers a stream-based, specialized solution to back up SQL Server running in Azure VMs. This solution aligns with Azure Backup’s benefits of zero-infrastructure backup, long-term retention, and central management. It additionally handles these SQL specific requirements that aren't met with [Azure VM backup](backup-azure-vms-introduction.md) alone:
10+
11+
1. **Workload aware backups** - all backup types (full, differential, logs) are supported
12+
2. **Minimal RPO (recovery point objective)** - log backups as frequently as every 15 minutes
13+
3. **Point-in-time recovery** - up to one second
14+
4. **Individual database level backup and restores** - you can back up only those databases that are relevant to you
15+
16+
To view the backup and restore scenarios that we support today, refer to the [support matrix](backup-azure-sql-database.md#scenario-support).
1017

1118
## Backup process
1219

articles/backup/backup-azure-vms-introduction.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ ms.date: 09/13/2019
99

1010
This article describes how the [Azure Backup service](backup-introduction-to-azure-backup.md) backs up Azure virtual machines (VMs).
1111

12+
Azure Backup provides independent and isolated backups to guard against unintended destruction of the data on your VMs. Backups are stored in a Recovery Services vault with built-in management of recovery points. Configuration and scalability are simple, backups are optimized, and you can easily restore as needed.
13+
14+
During backup, a [snapshot is created](#snapshot-creation), which protects the data on the VM with no impact on production workloads and no need to shut down the VM. No agent is required. The snapshot provides different levels of consistency, as described [here](#snapshot-consistency).
15+
16+
Azure Backup also has specialized offerings for database workloads like [SQL Server](backup-azure-sql-database.md) and [SAP HANA](sap-hana-db-about.md) that are workload-aware, offer 15 minute RPO (recovery point objective), and allow backup and restore of individual databases.
17+
1218
## Backup process
1319

1420
Here's how Azure Backup completes a backup for Azure VMs:
@@ -61,7 +67,7 @@ Azure Backup takes snapshots according to the backup schedule.
6167
- If the pre-scripts and post-scripts execute successfully, Azure Backup marks the recovery point as application-consistent. However, when you're using custom scripts, you're ultimately responsible for the application consistency.
6268
- [Learn more](backup-azure-linux-app-consistent.md) about how to configure scripts.
6369

64-
### Snapshot consistency
70+
## Snapshot consistency
6571

6672
The following table explains the different types of snapshot consistency:
6773

0 commit comments

Comments
 (0)