Skip to content

Commit 1d54674

Browse files
Merge pull request #310938 from MicrosoftDocs/main
Auto Publish – main to live - 2026-01-27 18:00 UTC
2 parents a9b75ac + c698484 commit 1d54674

16 files changed

Lines changed: 591 additions & 254 deletions

articles/backup/backup-azure-database-postgresql-flex-use-rest-api-restore.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Restore Azure Database for PostgreSQL - Flexible servers using REST API
33
description: Learn how to restore Azure Database for PostgreSQL - Flexible servers using REST API.
44
ms.topic: concept-article
5-
ms.date: 02/28/2025
5+
ms.date: 01/27/2026
66
ms.assetid: 759ee63f-148b-464c-bfc4-c9e640b7da6b
77
author: AbhishekMallick-MS
88
ms.author: v-mallicka
@@ -23,7 +23,7 @@ Before you restore:
2323

2424
Let's use an existing Backup vault `TestBkpVault`, under the resource group `testBkpVaultRG` in the examples.
2525

26-
## Restore a backed-up PostgreSQL database
26+
## Restore a backed-up PostgreSQL - Flexible Server database
2727

2828
### Set up permissions
2929

@@ -103,7 +103,7 @@ X-Powered-By: ASP.NET
103103

104104
Select the relevant recovery points from the above list and proceed to prepare the restore request. We'll choose a recovery point named *794ead7c7661410da03997d210d469e7* from the above list to restore.
105105

106-
## Prepare the restore request
106+
## Prepare the restore request for PostgreSQL - Flexible Server
107107

108108
### Restore as files
109109

@@ -224,7 +224,7 @@ X-Powered-By: ASP.NET
224224
225225
```
226226

227-
## Trigger restore requests
227+
## Trigger restore requests for PostgreSQL - Flexible Server
228228

229229
The trigger restore operation is a *POST* API. [Learn more](/rest/api/dataprotection/backup-instances/trigger-restore) about the trigger restore operation.
230230

@@ -296,11 +296,11 @@ GET https://management.azure.com/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx
296296
297297
```
298298

299-
## Track jobs
299+
## Track jobs for PostgreSQL - Flexible Server restore
300300

301301
The *trigger restore requests* trigger the restore job. To track the resultant Job ID, use the [GET Jobs API](/rest/api/dataprotection/jobs/get).
302302

303-
Use the *GET* command to track the `JobId` present in the [trigger restore response above](#trigger-restore-requests).
303+
Use the *GET* command to track the `JobId` present in the [trigger restore response above](#trigger-restore-requests-for-postgresql---flexible-server).
304304

305305
```HTTP
306306
GET /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxx/resourceGroups/TestBkpVaultRG/providers/Microsoft.DataProtection/backupVaults/testBkpVault/backupJobs/c4bd49a1-0645-4eec-b207-feb818962852?api-version=2021-07-01

articles/backup/quick-backup-postgresql-database-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Quick start - Back up Azure Database for PostgreSQL server
33
description: In this quickstart, learn how to back up Azure Database for PostgreSQL server to an Azure Backup Vault.
44
ms.topic: quickstart
55
ms.custom: mvc, mode-ui
6-
ms.date: 01/21/2026
6+
ms.date: 01/27/2026
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
99
ms.author: v-mallicka
@@ -39,7 +39,7 @@ You can configure backup on multiple databases across multiple Azure PostgreSQL
3939

4040
:::image type="content" source="./media/backup-azure-database-postgresql/adding-backup-details-inline.png" alt-text="Screenshot showing the option to add back-up information." lightbox="./media/backup-azure-database-postgresql/adding-backup-details-expanded.png":::
4141

42-
Alternatively, you can navigate to this page from the [Backup center](./backup-center-overview.md).
42+
Alternatively, you can navigate to this page from the [Resiliency](../resiliency/tutorial-configure-protection-datasource.md).
4343

4444
1. Select or [create](tutorial-postgresql-backup.md#create-a-backup-vault-for-postgresql-database-backups) a Backup Policy that defines the back-up schedule and the retention duration.
4545

articles/backup/quick-backup-vm-portal.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Quickstart - Back up a VM with the Azure portal by using Azure Backup
33
description: In this Quickstart, learn how to create a Recovery Services vault, enable protection on an Azure VM, and back up the VM, with the Azure portal.
4-
ms.date: 09/24/2025
4+
ms.date: 01/27/2026
55
ms.topic: quickstart
66
ms.devlang: azurecli
77
ms.custom: mvc, mode-ui, engagement-fy24
@@ -30,7 +30,7 @@ Sign in to the [Azure portal](https://portal.azure.com).
3030

3131
To apply a backup policy to your Azure VMs, follow these steps:
3232

33-
1. Go to **Business Continuity Center** and select **+ Configure protection**.
33+
1. Go to **Resiliency** and select **+ Configure protection**.
3434

3535
:::image type="content" source="./media/backup-azure-arm-vms-prepare/configure-protection.png" alt-text="Screenshot shows how to start configuring system backup." lightbox="./media/backup-azure-arm-vms-prepare/configure-protection.png":::
3636

@@ -110,7 +110,7 @@ If you selected to create a new backup policy, fill in the policy settings.
110110

111111
The initial backup will run in accordance with the schedule, but you can run it immediately as follows:
112112

113-
1. Go to **Business Continuity Center** and then select **Protection Inventory** > **Protected items**.
113+
1. Go to **Resiliency** and then select **Protection Inventory** > **Protected items**.
114114
1. On the **Protected items** pane, filter **Datasource type** by Virtual machines, and then select the **more icon** > **Details** corresponding to the VM instance you want to back up.
115115
1. On the selected VM instance pane, right-click the relevant row or select the more icon (…), and then select **Backup Now**.
116116
1. On the **Backup now** pane, use the calendar control to select the last day that the recovery point should be retained. Then select **OK**.

articles/backup/quick-cross-region-restore.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Quickstart - Restore a PostgreSQL database across regions using Azure Backup
33
description: Learn how to restore a PostgreSQL database across regions by using Azure Backup.
44
ms.topic: quickstart
5-
ms.date: 11/12/2025
5+
ms.date: 01/27/2026
66
ms.service: azure-backup
77
ms.author: v-mallicka
88
# Customer intent: "As a database administrator, I want to enable Cross Region Restore for my PostgreSQL database, so that I can ensure data availability and perform restoration drills in case of regional failures or compliance audits."
@@ -30,7 +30,7 @@ To begin with the Cross Region Restore, ensure that:
3030
To restore the database to the secondary region using the Azure portal, follow these steps:
3131

3232
1. Sign in to [Azure portal](https://portal.azure.com/).
33-
1. To check the available recovery point in the secondary region, go to the **Backup center** > **Backup Instances**.
33+
1. To check the available recovery point in the secondary region, go to the **Backup vault** > **Backup Instances**.
3434
1. Filter to **Azure Database for PostgreSQL servers**, then filter **Instance Region** as *Secondary Region*.
3535
1. Select the required Backup instance.
3636

0 commit comments

Comments
 (0)