Skip to content

Commit 9fca612

Browse files
author
David Curwin
committed
update introductions
1 parent a2793af commit 9fca612

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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

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

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 Backups 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:
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 provides the following advantages specifically for SQL Server:
1010

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
11+
1. Workload aware backups that support all backup types - full, differential, and log
12+
2. 15-min RPO (recovery point objective) with frequent log backups
13+
3. Point-in-time recovery up to a second
14+
4. Individual database level backup and restore
1515

1616
To view the backup and restore scenarios that we support today, refer to the [support matrix](backup-azure-sql-database.md#scenario-support).
1717

@@ -66,11 +66,11 @@ Before you start, verify the below:
6666

6767
### Back up behavior in case of Always on availability groups
6868

69-
It is recommended that the backup is configured on only one node of an AG. Backup should always be configured in the same region as the primary node. In other words, you always need the primary node to be present in the region in which you are configuring backup. If all the nodes of the AG are in the same region in which the backup is configured, there isnt any concern.
69+
It is recommended that the backup is configured on only one node of an AG. Backup should always be configured in the same region as the primary node. In other words, you always need the primary node to be present in the region in which you are configuring backup. If all the nodes of the AG are in the same region in which the backup is configured, there isn't any concern.
7070

7171
#### For cross-region AG
7272

73-
* Regardless of the backup preference, backups wont happen from the nodes that are not in the same region where the backup is configured. This is because the cross-region backups are not supported. If you have only two nodes and the secondary node is in the other region; in this case, the backups will continue to happen from primary node (unless your backup preference is secondary only).
73+
* Regardless of the backup preference, backups won't happen from the nodes that are not in the same region where the backup is configured. This is because the cross-region backups are not supported. If you have only two nodes and the secondary node is in the other region; in this case, the backups will continue to happen from primary node (unless your backup preference is 'secondary only').
7474
* If a fail-over happens to a region different than the one in which the backup is configured, backups would fail on the nodes in the failed-over region.
7575

7676
Depending on the backup preference and backups types (full/differential/log/copy-only full), backups are taken from a particular node (primary/secondary).

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ 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.
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 scaling are simple, backups are optimized, and you can easily restore as needed.
1313

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).
14+
As part of the backup process, a [snapshot is taken](#snapshot-creation), and the data is transferred to the Recovery Services vault with no impact on production workloads. The snapshot provides different levels of consistency, as described [here](#snapshot-consistency).
1515

1616
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.
1717

@@ -103,7 +103,7 @@ These common scenarios can affect the total backup time:
103103
When you're configuring VM backups, we suggest following these practices:
104104

105105
- Modify the default schedule times that are set in a policy. For example, if the default time in the policy is 12:00 AM, increment the timing by several minutes so that resources are optimally used.
106-
- If you're restoring VMs from a single vault, we highly recommend that you use different [general-purpose v2 storage accounts](https://docs.microsoft.com/azure/storage/common/storage-account-upgrade) to ensure that the target storage account doesnt get throttled. For example, each VM must have a different storage account. For example, if 10 VMs are restored, use 10 different storage accounts.
106+
- If you're restoring VMs from a single vault, we highly recommend that you use different [general-purpose v2 storage accounts](https://docs.microsoft.com/azure/storage/common/storage-account-upgrade) to ensure that the target storage account doesn't get throttled. For example, each VM must have a different storage account. For example, if 10 VMs are restored, use 10 different storage accounts.
107107
- For backup of VMs that are using premium storage, with Instant Restore, we recommend allocating *50%* free space of the total allocated storage space, which is required **only** for the first backup. The 50% free space is not a requirement for backups after the first backup is complete
108108
- The limit on the number of disks per storage account is relative to how heavily the disks are being accessed by applications that are running on an infrastructure as a service (IaaS) VM. As a general practice, if 5 to 10 disks or more are present on a single storage account, balance the load by moving some disks to separate storage accounts.
109109

0 commit comments

Comments
 (0)