Skip to content

Commit 3088f15

Browse files
Merge pull request #286521 from AbhishekMallick-MS/Sep-11-2024-Incubation1
Incubation - Topic updates
2 parents c6f80ac + 9469463 commit 3088f15

9 files changed

+29
-29
lines changed

articles/backup/backup-reports-email.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Email Azure Backup Reports
33
description: Create automated tasks to receive periodic reports via email
4-
ms.topic: conceptual
5-
ms.date: 04/29/2024
4+
ms.topic: how-to
5+
ms.date: 09/11/2024
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick

articles/backup/backup-reports-system-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: System functions on Azure Monitor Logs
33
description: Write custom queries on Azure Monitor Logs using system functions
44
ms.service: azure-backup
5-
ms.topic: conceptual
6-
ms.date: 04/30/2024
5+
ms.topic: reference
6+
ms.date: 09/11/2024
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
99
---

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
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.
4-
ms.topic: conceptual
5-
ms.date: 01/25/2024
4+
ms.topic: how-to
5+
ms.date: 09/11/2024
66
author: AbhishekMallick-MS
77
ms.author: v-abhmallick
88
---
@@ -23,7 +23,7 @@ The backup preference used by Azure Backup SQL AG supports full and differential
2323
| Prefer Secondary | Primary replica | Secondary replicas are preferred, but backups can run on primary replica also. |
2424
| None/Any | Primary replica | Any replica |
2525

26-
The workload backup extension gets installed on the node when it's registered with the Azure Backup service. When an AG database is configured for backup, the backup schedules are pushed to all the registered nodes of the AG. The schedules fire on all the AG nodes and the workload backup extensions on these nodes synchronize between themselves to decide which node will perform the backup. The node selection depends on the backup type and the backup preference as explained in section 1.
26+
The workload backup extension is installed on the node when you register it with the Azure Backup service. When an AG database is configured for backup, the backup schedules are pushed to all the registered nodes of the AG. The schedules fire on all the AG nodes and the workload backup extensions on these nodes synchronize between themselves to decide which node can perform the backup. The node selection depends on the backup type and the backup preference as explained in section 1.
2727

2828
The selected node proceeds with the backup job, whereas the job triggered on the other nodes bails out, that is, it skips the job.
2929

@@ -32,22 +32,22 @@ The selected node proceeds with the backup job, whereas the job triggered on the
3232
3333
## Register AG nodes to the Recovery Services vault
3434

35-
A Recovery Services vault supports backup of databases only from VMs in the same region and subscription as that of the vault.
35+
A Recovery Services vault supports backup of databases only from VMs in the same region and subscription as of the vault.
3636

37-
- You must register the primary node to the vault (otherwise, full backups can't happen).
38-
- If the backup preference is _secondary only_, then you need to register at least one secondary node to the vault (otherwise, log/copy-only full backups can't happen).
37+
- Register the primary node to the vault (otherwise, full backups can't happen).
38+
- Register at least one secondary node to the vault (otherwise, log/copy-only full backups can't happen) if the backup preference is _secondary only_.
3939

40-
Configuring backups for AG databases will fail with the error code _FabricSvcBackupPreferenceCheckFailedUserError_ if the above conditions aren't met.
40+
Configuring backups for AG databases fail with the error code _FabricSvcBackupPreferenceCheckFailedUserError_ if the above conditions aren't met.
4141

4242
Let’s consider the following AG deployment as a reference.
4343

4444
:::image type="content" source="./media/backup-sql-server-on-availability-groups/ag-deployment.png" alt-text="Diagram for AG deployment as reference.":::
4545

46-
Based on the above sample AG deployment, following are various considerations:
46+
Based on the given sample AG deployment, following are various considerations:
4747

4848
- As the primary node is in region 1 and subscription 1, the Recovery Services vault (Vault 1) must be in Region 1 and Subscription 1 for protecting this AG.
49-
- VM3 can't be registered to Vault 1 as it's in a different subscription.
50-
- VM4 can't be registered to Vault 1 as it's in a different region.
49+
- `VM3` can't be registered to Vault 1 as it's in a different subscription.
50+
- `VM4` can't be registered to Vault 1 as it's in a different region.
5151
- If the backup preference is _secondary only_, VM1 (Primary) and VM2 (Secondary) must be registered to the Vault 1 (because full backups require the primary node and logs require a secondary node). For other backup preferences, VM1 (Primary) must be registered to Vault 1, VM2 is optional (because all backups can run on primary node).
5252
- While VM3 could be registered to vault 2 in subscription 2 and the AG databases would then show up for protection in vault 2 but due to absence of the primary node in vault 2, configuring backups would fail.
5353
- Similarly, while VM4 could be registered to vault 4 in region 2, configuring backups would fail since the primary node isn't registered in vault 4.
@@ -84,7 +84,7 @@ Recovery services vault doesn’t support cross-subscription or cross-region bac
8484

8585
- Full/differential backups will happen successfully only in the vault that has the primary node. These backups in other vaults will keep failing.
8686

87-
- Log backups will keep working in the previous vault till a log backup runs in the new vault (that's, in the vault where the new primary node is present) and _breaks_ the log chain for old vault.
87+
- Log backups will keep working in the previous vault until a log backup runs in the new vault (that's, in the vault where the new primary node is present) and _breaks_ the log chain for old vault.
8888
>[!Note]
8989
>There's a hard limit of 15 days beyond which log backups will start failing.
9090
@@ -106,7 +106,7 @@ As the primary node is in region and subscription, the usual steps to enable bac
106106
1. Configure backups for the AG databases in Vault 2.
107107
1. At this point:
108108
1. The full/differential backups will fail in Vault 1 as none of the registered nodes can take this backup.
109-
1. The log backups will succeed in Vault 1 till a log backup runs in Vault 2 and _breaks_ the log chain for Vault 1.
109+
1. The log backups will succeed in Vault 1 until a log backup runs in Vault 2 and _breaks_ the log chain for Vault 1.
110110
1. Failback the AG to VM1.
111111

112112
### Step 3: Enable backups in Region 2, Subscription 1 (Vault 4)
@@ -116,7 +116,7 @@ Same as Step 2.
116116
## Backup an AG that spans Azure and on-premises
117117

118118
Azure Backup for SQL Server can’t be run on-premises. If the primary node is in Azure and the backup preference is satisfied by the nodes in Azure, you can follow the above guidance for multi-region AG to enable backups for the replicas in Azure.
119-
If a failover to on-premises node happens, the full and differential backups in Azure will start failing. Log backups may continue till the log chain break happens/15 days pass.
119+
If a failover to on-premises node happens, the full and differential backups in Azure will start failing. Log backups may continue until the log chain break happens/15 days pass.
120120

121121
## Throttling for backup jobs in an AG database
122122

articles/backup/backup-support-automation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Automation in Azure Backup support matrix
33
description: This article summarizes automation tasks related to Azure Backup support.
4-
ms.date: 05/30/2024
5-
ms.topic: conceptual
4+
ms.date: 09/11/2024
5+
ms.topic: reference
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick

articles/backup/backup-support-matrix-iaas.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Support matrix for Azure VM backups
33
description: Get a summary of support settings and limitations for backing up Azure VMs by using the Azure Backup service.
4-
ms.topic: conceptual
5-
ms.date: 08/09/2024
4+
ms.topic: reference
5+
ms.date: 09/11/2024
66
ms.custom: references_regions, linux-related-content
77
ms.reviewer: nikhilsarode
88
ms.service: azure-backup

articles/backup/backup-support-matrix-mabs-dpm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: MABS & System Center DPM support matrix
33
description: This article summarizes Azure Backup support when you use Microsoft Azure Backup Server (MABS) or System Center DPM to back up on-premises and Azure VM resources.
44
ms.service: azure-backup
5-
ms.date: 05/27/2024
6-
ms.topic: conceptual
5+
ms.date: 09/11/2024
6+
ms.topic: reference
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
99
ms.custom: engagement-fy24

articles/backup/backup-support-matrix-mars-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Support matrix for the MARS agent
33
description: This article summarizes Azure Backup support when you back up machines that are running the Microsoft Azure Recovery Services (MARS) agent.
4-
ms.date: 09/07/2023
5-
ms.topic: conceptual
4+
ms.date: 09/11/2024
5+
ms.topic: reference
66
ms.custom: engagement-fy24
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick

articles/backup/backup-support-matrix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Azure Backup support matrix
33
description: Provides a summary of support settings and limitations for the Azure Backup service.
4-
ms.topic: conceptual
5-
ms.date: 09/04/2024
4+
ms.topic: reference
5+
ms.date: 09/11/2024
66
ms.custom: references_regions, linux-related-content
77
ms.service: azure-backup
88
author: AbhishekMallick-MS

articles/backup/backup-the-mabs-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Back up the MABS server
33
description: Learn how to back up the Microsoft Azure Backup Server (MABS).
4-
ms.topic: conceptual
5-
ms.date: 09/24/2020
4+
ms.topic: how-to
5+
ms.date: 09/11/2024
66
author: AbhishekMallick-MS
77
ms.author: v-abhmallick
88
---

0 commit comments

Comments
 (0)