Skip to content

Commit b86a979

Browse files
Merge pull request #311128 from MicrosoftDocs/main
Auto Publish – main to live - 2026-01-30 12:00 UTC
2 parents 03cb663 + f1568c6 commit b86a979

50 files changed

Lines changed: 61 additions & 65 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

articles/backup/automation-backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Automation in Azure Backup
33
description: Provides a summary of automation capabilities offered by Azure Backup.
44
ms.topic: how-to
5-
ms.date: 08/14/2025
5+
ms.date: 01/30/2026
66
ms.service: azure-backup
77
ms.custom: engagement-fy23
88
author: AbhishekMallick-MS
@@ -44,7 +44,7 @@ As a backup admin, you need to deal with new infrastructure getting added period
4444

4545
However, this operation must be performant at-scale. Also, you need to schedule them periodically and monitor each run. To ease the automation operations, Azure Backup now uses Azure Policy and provides [built-in backup specific Azure Policies](backup-center-govern-environment.md#azure-policies-for-backup) to govern the backup estate.
4646

47-
Once you assign an Azure Policy to a scope, all VMs that meet your criteria are backed-up automatically, and newer VMs are scanned and protected periodically by the Azure Policy. You can also view a compliance report via [Backup center](backup-center-overview.md) that provides visibility into noncompliant resources.
47+
Once you assign an Azure Policy to a scope, all VMs that meet your criteria are backed-up automatically, and newer VMs are scanned and protected periodically by the Azure Policy. You can also view a compliance report via [Resiliency](../resiliency/resiliency-overview.md) that provides visibility into noncompliant resources.
4848

4949
[Learn more about built-in Azure Policies for backup](backup-azure-auto-enable-backup.md).
5050

articles/backup/azure-kubernetes-service-backup-overview.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-backup
66
ms.custom:
77
- ignite-2023
88
- ignite-2024
9-
ms.date: 04/15/2025
9+
ms.date: 01/30/2026
1010
author: AbhishekMallick-MS
1111
ms.author: v-mallicka
1212
# Customer intent: As a cloud administrator, I want to understand more about AKS before configuring scheduled backups for my AKS clusters, so that I can ensure the protection and easy restoration of containerized applications and data in case of failures or operational needs.
@@ -18,7 +18,7 @@ ms.author: v-mallicka
1818

1919
The solution gives you granular control. You can back up or restore a specific namespace or an entire cluster by storing backups locally in a blob container and as disk snapshots. You can use AKS backup for end-to-end scenarios, including operational recovery, cloning developer or test environments, and cluster upgrade scenarios.
2020

21-
AKS backup integrates with Backup center in Azure, to provide a single view that can help you govern, monitor, operate, and analyze backups at scale. Your backups are also available in the Azure portal under **Settings** on the service menu for an AKS instance.
21+
AKS backup integrates with Resiliency in Azure, to provide a single view that can help you govern, monitor, operate, and analyze backups at scale. Your backups are also available in the Azure portal under **Settings** on the service menu for an AKS instance.
2222

2323
## How does AKS backup work?
2424

@@ -57,7 +57,7 @@ You can use AKS backup to create multiple backup instances for a single AKS clus
5757

5858
When the backup configuration for an AKS cluster is finished, a backup instance is created in the Backup vault. You can view the backup instance for the cluster in the **Backup** section for an AKS instance in the Azure portal. You can perform any backup-related operations for the instance, such as initiating restores, monitoring, stopping protection, and so on, through its corresponding backup instance.
5959

60-
AKS backup also integrates directly with Backup center to help you centrally manage protection for all your AKS clusters and other backup-supported workloads. Backup center provides a single view for all your backup requirements, such as monitoring jobs and the state of backups and restores. Backup center helps you ensure compliance and governance, analyze backup usage, and perform critical operations to back up and restore data.
60+
AKS backup also integrates directly with Resiliency to help you centrally manage protection for all your AKS clusters and other backup-supported workloads. Resiliency provides a single view for all your backup requirements, such as monitoring jobs and the state of backups and restores. Resiliency helps you ensure compliance and governance, analyze backup usage, and perform critical operations to back up and restore data.
6161

6262
AKS backup uses managed identity to access other Azure resources. To configure the backup of an AKS cluster and to restore from an earlier backup, the Backup vault's managed identity requires a set of permissions on the AKS cluster. It also requires a set of permissions on the snapshot resource group where snapshots are created and managed. Currently, the AKS cluster requires a set of permissions on the snapshot resource group.
6363

@@ -242,7 +242,7 @@ To create and apply resource modification, follow these steps:
242242

243243
When you perform a restore operation, provide the `ConfigMap name` and the `namespace` where it deploys as part of restore configuration. These details need to be provided under **Resource Modifier Rules**.
244244

245-
:::image type="content" source="./media/azure-kubernetes-service-backup-overview/resource-modifier-rules.png" alt-text="Screenshot that shows the location to provide resource details." lightbox="./media/azure-kubernetes-service-backup-overview/resource-modifier-rules.png":::
245+
:::image type="content" source="./media/azure-kubernetes-service-cluster-restore/parameter-selection.png" alt-text="Screenshot that shows the location to provide resource details." lightbox="./media/azure-kubernetes-service-cluster-restore/parameter-selection.png":::
246246

247247
### Operations supported by Resource Modifier
248248

articles/backup/backup-azure-auto-enable-backup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Audit and enforce backup during VM creation automatically using Azure Policy
33
description: Learn how to use Azure Policy to autoenable backup for all VMs created in a given scope.
44
ms.topic: how-to
5-
ms.date: 12/18/2025
5+
ms.date: 01/30/2026
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
@@ -55,7 +55,7 @@ The following table lists the supported and unsupported scenarios for the availa
5555
| **Policies 1 and 2** | - Can be assigned to a single location and subscription at a time. To enable backup for VMs across locations and subscriptions, you need to create multiple instances of the policy assignment, one for each combination of location and subscription. <br><br> - The specified vault and the VMs configured for backup can be under different resource groups. | Management group scope is currently unsupported. |
5656
| **Policies 3 and 4** | Can be assigned to a single subscription at a time (or a resource group within a subscription). | |
5757

58-
[!INCLUDE [backup-center.md](../../includes/backup-center.md)]
58+
[!INCLUDE [resiliency.md](../../includes/resiliency.md)]
5959

6060
## Assign built-in Azure Policy for Azure VM backup
6161

articles/backup/backup-azure-database-postgresql-overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Overview of Azure Database for PostgreSQL Backup
33
description: Get an overview of the Azure Database for PostgreSQL backup solution.
44
ms.topic: overview
5-
ms.date: 08/18/2025
5+
ms.date: 01/30/2026
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
@@ -34,11 +34,11 @@ Azure Backup provides compliance and resiliency solutions, including vaulted bac
3434

3535
On the retirement date, scheduled backup jobs for PostgreSQL single-server databases permanently stopped. You can't create any new restore points.
3636

37-
However, your existing PostgreSQL single-server database backups are retained in accordance with the backup policy. The restore points will be deleted only after the expiration of the retention period. To retain the restore points indefinitely or to delete them before the expiration of their retention period, see the [Azure Business Continuity Center console](https://portal.azure.com/#view/Microsoft_Azure_BCDRCenter/AbcCenterMenuBlade/~/overview).
37+
However, your existing PostgreSQL single-server database backups are retained in accordance with the backup policy. The restore points will be deleted only after the expiration of the retention period. To retain the restore points indefinitely or to delete them before the expiration of their retention period, see the [Resiliency console](https://portal.azure.com/#view/Microsoft_Azure_BCDRCenter/AbcCenterMenuBlade/~/overview).
3838

3939
### Changes in billing
4040

41-
As of March 31, 2025, you're no longer charged the Protected Instance (PI) fee for protecting your PostgreSQL single-server databases. But the fee for storing your backups still applies. To avoid the storage fee, delete all restore points from the Azure Business Continuity Center.
41+
As of March 31, 2025, you're no longer charged the Protected Instance (PI) fee for protecting your PostgreSQL single-server databases. But the fee for storing your backups still applies. To avoid the storage fee, delete all restore points from the Resiliency.
4242

4343
> [!NOTE]
4444
> Azure Backup retains the last restore point even after the expiration of its retention period. This feature ensures that you have access to the last restore point for future use. You can only delete the last restore point manually. If you want to delete the last restore point and avoid the storage fee, [stop the database protection](manage-azure-database-postgresql.md#stop-backup).

articles/backup/backup-azure-enhanced-soft-delete-configure-manage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Follow these steps:
6060

6161
Follow these steps:
6262

63-
1. In the **Backup center**, go to the *backup instance* that you want to delete.
63+
1. In the **Resiliency**, go to the *backup instance* that you want to delete.
6464

6565
1. Select **Stop backup**.
6666

@@ -92,7 +92,7 @@ Follow these steps:
9292

9393
1. Go to the *backup item* that you want to retrieve from the *soft deleted* state.
9494

95-
You can also use the **Backup center** to go to the item by applying the filter **Protection status == Soft deleted** in the *Backup instances*.
95+
You can also use the **Resiliency** to go to the item by applying the filter **Protection status == Soft deleted** in the *Backup instances*.
9696

9797
1. Select **Undelete** corresponding to the *soft deleted item*.
9898

@@ -111,7 +111,7 @@ Follow these steps:
111111

112112
1. Go to the *deleted backup instance* that you want to recover.
113113

114-
You can also use the **Backup center** to go to the *instance* by applying the filter **Protection status == Soft deleted** in the *Backup instances*.
114+
You can also use the **Resiliency** to go to the *instance* by applying the filter **Protection status == Soft deleted** in the *Backup instances*.
115115

116116
1. Select **Undelete** corresponding to the *soft deleted instance*.
117117

articles/backup/backup-azure-monitoring-built-in-monitor.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ ms.author: v-mallicka
1414

1515
Azure Backup provides multiple backup solutions based on the backup requirement and infrastructure topology (On-premises vs Azure). Any backup user or admin should see what's going on across all solutions and can expect to be notified in important scenarios.
1616

17-
Overview of alerts, jobs, security and usage are available by default in the **Overview** pane of Azure Business Continuity Center, Recovery Services Vault and Backup Vault. This article describes the ways to view and configure monitoring capabilities via Business Continuity Center, Recovery Services Vault and Backup Vault.
17+
Overview of alerts, jobs, security and usage are available by default in the **Overview** pane of Resiliency, Recovery Services Vault and Backup Vault. This article describes the ways to view and configure monitoring capabilities via Resiliency, Recovery Services Vault and Backup Vault.
1818

19-
## Protected and protectable items in Azure Business Continuity Center
19+
## Protected and protectable items in Resiliency
2020

21-
You can monitor all your protected and protectable items via Azure Business Continuity Center. Go to the **[Protected Items](../business-continuity-center/tutorial-view-protected-items-and-perform-actions.md)** blade in Azure Business Continuity Center to view your resources protected by one or more solutions and perform actions on them. Go to the **[Protectable resources](../business-continuity-center/tutorial-view-protectable-resources.md)** in Azure Business Continuity Center to view your resources that aren't currently protected by any solution.
21+
You can monitor all your protected and protectable items via Resiliency. Go to the **[Protected Items](../resiliency/tutorial-view-protected-items-and-perform-actions.md)** blade in Resiliency to view your resources protected by one or more solutions and perform actions on them. Go to the **[Protectable resources](../resiliency/tutorial-view-protectable-resources.md)** in Resiliency to view your resources that aren't currently protected by any solution.
2222

2323
## Backup Items in Recovery Services vault
2424

@@ -33,9 +33,9 @@ You can monitor all your backup items via a Recovery Services vault. Navigating
3333
3434
## Backup Jobs
3535

36-
Learn how to monitor Backup jobs in [Azure Business Continuity Center](../business-continuity-center/tutorial-monitor-operate.md), [Recovery Services vault](backup-azure-manage-windows-server.md#manage-backup-jobs), and [Backup vault](manage-backup-vault.md#manage-backup-jobs).
36+
Learn how to monitor Backup jobs in [Resiliency](../resiliency/tutorial-monitor-operate.md), [Recovery Services vault](backup-azure-manage-windows-server.md#manage-backup-jobs), and [Backup vault](manage-backup-vault.md#manage-backup-jobs).
3737

3838
## Next steps
3939

4040
- [Monitor Azure Backup workloads using Azure Monitor](backup-azure-monitoring-use-azuremonitor.md).
41-
- [Monitor and govern protection estate, using Azure Business Continuity Center](../business-continuity-center/tutorial-monitor-protection-summary.md).
41+
- [Monitor and govern protection estate, using Resiliency](../resiliency/tutorial-monitor-protection-summary.md).

articles/backup/backup-azure-mysql-flexible-server-about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Overview - Retention of Azure Database for MySQL - Flexible Server for the Long Term by Using Azure Backup
33
description: This article provides an overview of Azure Database for MySQL - Flexible Server retention for the long term.
44
ms.topic: overview
5-
ms.date: 12/18/2025
5+
ms.date: 01/30/2026
66
ms.service: azure-backup
77
ms.custom: engagement-fy23
88
author: AbhishekMallick-MS
@@ -18,7 +18,7 @@ When you use an Azure Database for MySQL flexible server, you can extend the ret
1818

1919
Extending backup retention from 35 days to 10 years can help your organization meet compliance and regulatory requirements. The backups are copied to an isolated storage environment outside your tenant and subscription to help protect against ransomware attacks. In addition to long-term retention, this feature enhances backup resiliency by protecting the source data from different levels of data loss, such as accidental deletions and ransomware.
2020

21-
It's a zero-infrastructure solution in which Azure Backup manages the backups with automated retention and backup scheduling. You can create a backup policy to define the backup schedule and retention. Based on the policy definition, Azure Backup transfers backups to the vault as blobs and manages their life cycle. You can manage the backups centrally beside other protected workloads via Azure Business Continuity Center.
21+
It's a zero-infrastructure solution in which Azure Backup manages the backups with automated retention and backup scheduling. You can create a backup policy to define the backup schedule and retention. Based on the policy definition, Azure Backup transfers backups to the vault as blobs and manages their life cycle. You can manage the backups centrally beside other protected workloads via Resiliency.
2222

2323
You can recover this backup in your specified storage containers, which you can use to rebuild the Azure Database for MySQL flexible server. You can also use native tools to restore this data as a new flexible server.
2424

articles/backup/backup-azure-mysql-flexible-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back Up an Azure Database for MySQL Flexible Server by Using Azure Backup
33
description: Learn how to back up an Azure Database for MySQL flexible server.
44
ms.topic: how-to
5-
ms.date: 11/18/2025
5+
ms.date: 01/30/2026
66
author: AbhishekMallick-MS
77
ms.author: v-mallicka
88
# Customer intent: "As a database administrator, I want to configure and manage backup policies for Azure Database for MySQL Flexible Server, so that I can ensure data protection and meet compliance requirements through scheduled and on-demand backups."
@@ -72,7 +72,7 @@ To configure a backup, follow these steps:
7272

7373
:::image type="content" source="./media/backup-azure-mysql-flexible-server/configure-backup-basic.png" alt-text="Screenshot that shows the Basics tab on the pane for configuring a backup." lightbox="./media/backup-azure-mysql-flexible-server/configure-backup-basic.png":::
7474

75-
Alternatively, go to **Business Continuity Center** > **+Backup**.
75+
Alternatively, go to **Resiliency** > **+Backup**.
7676

7777
2. Select the backup policy that you created, which defines the backup schedule and the retention duration.
7878

articles/backup/backup-vault-troubleshoot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Troubleshoot Backup vault management operations on Azure Backup
33
description: This article describes how to troubleshoot common errors that might occur when you manage Backup vault.
44
ms.topic: troubleshooting
5-
ms.date: 10/13/2025
5+
ms.date: 01/30/2026
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
@@ -61,4 +61,4 @@ This section provides the troubleshooting details for the issues you might encou
6161

6262
## Next step
6363

64-
Learn [how to manage vault lifecycle via Azure Business Continuity Center](../business-continuity-center/manage-vault.md).
64+
Learn [how to manage vault lifecycle via Resiliency](../resiliency/manage-vault.md).

articles/backup/blob-backup-configure-manage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Configure and manage backup for Azure Blobs using Azure Backup
33
description: Learn how to configure and manage operational and vaulted backups for Azure Blobs.
44
ms.topic: how-to
5-
ms.date: 11/25/2025
5+
ms.date: 01/30/2026
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
@@ -162,7 +162,7 @@ You can use [Resiliency](../resiliency/resiliency-overview.md) as your single bl
162162
- You can initiate restores using the **Restore** button and track restores using **Jobs**. For more information on performing restores, see [Restore Azure Blobs](blob-restore.md?tabs=vaulted-backup).
163163
- Analyze your backup usage using Backup reports.
164164

165-
:::image type="content" source="./media/blob-backup-configure-manage/manage-azure-blob-backup.png" alt-text="Screenshot shows the Azure Business Continuity Center console to manage the Azure Blob backups." lightbox="./media/blob-backup-configure-manage/manage-azure-blob-backup.png":::
165+
:::image type="content" source="./media/blob-backup-configure-manage/manage-azure-blob-backup.png" alt-text="Screenshot shows the Resiliency console to manage the Azure Blob backups." lightbox="./media/blob-backup-configure-manage/manage-azure-blob-backup.png":::
166166

167167
For more information, see [Overview of Resiliency](../resiliency/resiliency-overview.md).
168168

@@ -171,7 +171,7 @@ For more information, see [Overview of Resiliency](../resiliency/resiliency-over
171171
You can stop operational backup for your storage account according to your requirement.
172172

173173
>[!NOTE]
174-
>When you remove backups, Azure Backup automatically deletes the **object replication policy** from the source. If custom locks exist, remove the policy manually. If you stop protection, it disconnects only the storage account from the Backup vault and tools (such as Backup center). This action doesn't disable blob point-in-time restore, versioning, or change feed settings.
174+
>When you remove backups, Azure Backup automatically deletes the **object replication policy** from the source. If custom locks exist, remove the policy manually. If you stop protection, it disconnects only the storage account from the Backup vault and tools (such as Resiliency). This action doesn't disable blob point-in-time restore, versioning, or change feed settings.
175175
176176
To stop backup for a storage account, follow these steps:
177177

0 commit comments

Comments
 (0)