Skip to content

Commit 10d19c3

Browse files
author
AbhishekMallick01
committed
Addressing PLR comments
1 parent e4b88f2 commit 10d19c3

15 files changed

+68
-68
lines changed

articles/backup/back-up-azure-database-postgresql-flex-backup-cli.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Back up Azure Database for PostgreSQL - flexible Server using Azure CLI
3-
description: Learn how to back up Azure Database for PostgreSQL - flexible Server using Azure CLI.
2+
title: Back up Azure Database for PostgreSQL - Flexible Server using Azure CLI
3+
description: Learn how to back up Azure Database for PostgreSQL - Flexible Server using Azure CLI.
44
ms.topic: how-to
55
ms.date: 02/28/2025
66
ms.custom: devx-track-azurecli, ignite-2024
@@ -11,7 +11,7 @@ ms.author: jsuri
1111

1212
# Back up Azure Database for PostgreSQL - Flexible Server using Azure CLI
1313

14-
This article describes how to back up **Azure Database for PostgreSQL - Flexible Server** using Azure CLI.
14+
This article describes how to back up Azure Database for PostgreSQL - Flexible Server using Azure CLI.
1515

1616
## Prerequisites
1717

@@ -58,13 +58,13 @@ az dataprotection backup-vault create -g testBkpVaultRG --vault-name TestBkpVaul
5858

5959
## Configure backup
6060

61-
Before you configure protection for the database, ensure that you [create a Backup policy](quick-backup-postgresql-flexible-server-cli.md#create-a-backup-policy). Once the vault and policy are created, consider the following critical points to protect an Azure PostgreSQL Flexible Server database:
61+
Before you configure protection for the database, ensure that you [create a Backup policy](quick-backup-postgresql-flexible-server-cli.md#create-a-backup-policy). Once the vault and policy are created, protect the Azure Database for PostgreSQL - Flexible Server by following these steps:
6262

63-
- PostgreSQL Flexible Server database for protection
64-
- Backup vault to store the backup data
65-
- Request for backup configuration
63+
- Fetch the ARM ID of the PostgreSQL - Flexible Server to be protected
64+
- Grant access to the Backup vault
65+
- Prepare the backup configuration request
6666

67-
### Fetch the ID of the PostgreSQL - Flexible Server to be protected
67+
### Fetch the ARM ID of the PostgreSQL - Flexible Server to be protected
6868

6969
Fetch the Azure Resource Manager ID (ARM ID) of PostgreSQL – Flexible Server to be protected. This ID serves as the identifier of the database. Let's use an example of a database named `empdb11` under a PostgreSQL - Flexible Server `testposgresql`, which is present in the resource group `ossrg` under a different subscription.
7070

@@ -232,4 +232,4 @@ az dataprotection job list-from-resourcegraph --datasource-type AzureDatabaseFor
232232

233233
## Next steps
234234

235-
- [Restore Azure Database for PostgreSQL - flexible server using Azure CLI](backup-azure-database-postgresql-flex-restore-cli.md).
235+
- [Restore Azure Database for PostgreSQL - Flexible Server using Azure CLI](backup-azure-database-postgresql-flex-restore-cli.md).

articles/backup/back-up-azure-database-postgresql-flex-backup-powershell.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Back up Azure Database for PostgreSQL - flexible server using Azure PowerShell
3-
description: Learn how to back up Azure Database for PostgreSQL - flexible server using Azure PowerShell.
2+
title: Back up Azure Database for PostgreSQL - Flexible Server using Azure PowerShell
3+
description: Learn how to back up Azure Database for PostgreSQL - Flexible Server using Azure PowerShell.
44
ms.topic: how-to
55
ms.date: 02/28/2025
66
ms.custom: devx-track-azurepowershell, ignite-2024
@@ -11,7 +11,7 @@ ms.author: jsuri
1111

1212
# Back up Azure Database for PostgreSQL - Flexible Server using Azure PowerShell
1313

14-
This article describes how to back up **Azure Database for PostgreSQL - Flexible Server** using Azure PowerShell.
14+
This article describes how to back up Azure Database for PostgreSQL - Flexible Server using Azure PowerShell.
1515

1616
Learn more about the [supported scenarios and limitations for Azure Database for PostgreSQL - flexible server backup](backup-azure-database-postgresql-flex-support-matrix.md).
1717

@@ -46,13 +46,13 @@ Type : Microsoft.DataProtection/backupVaults
4646

4747
## Configure backup
4848

49-
Before you configure protection for the database, ensure that you [create a Backup policy](quick-backup-postgresql-flexible-server-powershell.md#create-a-backup-policy). Once the vault and policy are created, consider the following critical points to protect an Azure PostgreSQL - Flexible Server database:
49+
Before you configure protection for the database, ensure that you [create a Backup policy](quick-backup-postgresql-flexible-server-powershell.md#create-a-backup-policy). Once the vault and policy are created, protect the Azure Database for PostgreSQL - Flexible Server by following these steps:
5050

51-
- PostgreSQL Flexible Server database for protection
52-
- Backup vault to store the backup data
53-
- Request for backup configuration
51+
- Fetch the ARM ID of the PostgreSQL - Flexible Server to be protected
52+
- Grant access to the Backup vault
53+
- Prepare the backup configuration request
5454

55-
### Fetch the ID of the PostgreSQL - Flexible Server to be protected
55+
### Fetch the ARM ID of the PostgreSQL - Flexible Server to be protected
5656

5757
Fetch the Azure Resource Manager ID (ARM ID) of PostgreSQL – Flexible Server to be protected. This ID serves as the identifier of the database. Let's use an example of a database named `empdb11` under a PostgreSQL - Flexible Server `testposgresql`, which is present in the resource group `ossrg` under a different subscription.
5858

@@ -139,4 +139,4 @@ You can also use the `Az.ResourceGraph` cmdlet to track all jobs across all Back
139139

140140
## Next steps
141141

142-
- [Restore Azure Database for PostgreSQL - flexible server using Azure PowerShell](backup-azure-database-postgresql-flex-restore-powershell.md).
142+
- [Restore Azure Database for PostgreSQL - Flexible Server using Azure PowerShell](backup-azure-database-postgresql-flex-restore-powershell.md).

articles/backup/backup-azure-database-postgresql-flex-restore-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Restore Azure Database for PostgreSQL - Flexible Server via Azure CLI
2+
title: Restore Azure Database for PostgreSQL - Flexible Server using Azure CLI
33
description: Learn how to restore Azure Database for PostgreSQL - Flexible Server using Azure CLI.
44
ms.topic: how-to
55
ms.date: 02/18/2025
@@ -11,7 +11,7 @@ ms.author: jsuri
1111

1212
# Restore Azure Database for PostgreSQL - Flexible Servers using Azure CLI
1313

14-
This article describes how to restore **Azure Database for PostgreSQL - Flexible Server** to an Azure Database for PostgreSQL - Flexible Server backed-up by Azure Backup.
14+
This article describes how to restore Azure Database for PostgreSQL - Flexible Server using Azure CLI.
1515

1616
>[!Note]
1717
>The Original Location Recovery (OLR) option isn't supported for PaaS databases. Instead, use the Alternate-Location Recovery (ALR) to restore from a recovery point and create a new database in the same or another Azure PostgreSQL – Flexible Server, keeping both the source and restored databases.

articles/backup/backup-azure-database-postgresql-flex-restore-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Restore Azure Database for PostgreSQL - Flexible Server via Azure PowerShell
2+
title: Restore Azure Database for PostgreSQL - Flexible Server using Azure PowerShell
33
description: Learn how to restore Azure Database for PostgreSQL - Flexible Server using Azure PowerShell.
44
ms.topic: how-to
55
ms.date: 02/28/2025
@@ -11,7 +11,7 @@ ms.author: jsuri
1111

1212
# Restore Azure Database for PostgreSQL - Flexible Server using Azure PowerShell
1313

14-
This article describes how to restore **Azure Database for PostgreSQL - Flexible Server** to an Azure Database for PostgreSQL - flexible server backed-up by Azure Backup.
14+
This article describes how to restore Azure Database for PostgreSQL - Flexible Server using Azure PowerShell.
1515

1616
>[!Note]
1717
>The Original Location Recovery (OLR) option isn't supported for PaaS databases. Instead, use the Alternate-Location Recovery (ALR) to restore from a recovery point and create a new database in the same or another Azure PostgreSQL – Flexible server, keeping both the source and restored databases.

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Back up Azure Database for PostgreSQL - Flexible servers using in Azure Backup
2+
title: Back up Azure Database for PostgreSQL - Flexible Servers using REST API
33
description: Learn how to back up Azure Database for PostgreSQL - Flexible servers using REST API.
44
ms.topic: conceptual
55
ms.custom:
@@ -10,9 +10,9 @@ author: jyothisuri
1010
ms.author: jsuri
1111
---
1212

13-
# Back up Azure Database for PostgreSQL - Flexible servers using REST API
13+
# Back up Azure Database for PostgreSQL - Flexible Servers using REST API
1414

15-
This article describes how to manage backups for Azure PostgreSQL flexible servers via REST API.
15+
This article describes how to back up Azure Database for PostgreSQL - Flexible Severs using REST API.
1616

1717
For information on the Azure PostgreSQL - Flexible server backup supported scenarios, limitations, and authentication mechanisms, see the [overview document](backup-azure-database-postgresql-flex-overview.md).
1818

@@ -513,7 +513,7 @@ GET "https://management.azure.com/subscriptions/00001111-aaaa-2222-bbbb-3333cccc
513513

514514
## Next steps
515515

516-
[Restore data from an Azure Database for PostGreSQL - Flexible Server backup using REST API](backup-azure-database-postgresql-flex-use-rest-api-restore.md).
516+
[Restore Azure Database for PostgreSQL - Flexible Server using REST API](backup-azure-database-postgresql-flex-use-rest-api-restore.md).
517517

518518
For more information on the Azure Backup REST APIs, see the following articles:
519519

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Configure backup for Azure Database for PostgreSQL - Flexible Server with long-term retention
3-
description: Learn about Azure Database for PostgreSQL- Flexible Server backup configuration with long-term retention.
2+
title: Configure backup for Azure Database for PostgreSQL - Flexible Server using Azure portal
3+
description: Learn about how to configure backup for Azure Database for PostgreSQL - Flexible Server using Azure portal.
44
ms.topic: how-to
55
ms.date: 02/28/2025
66
ms.service: azure-backup
@@ -12,7 +12,7 @@ ms.author: jsuri
1212

1313
# Configure backup for Azure Database for PostgreSQL - Flexible Server using Azure portal
1414

15-
This article describes how to configure backup for Azure Database for PostgreSQL Flexible Server using Azure portal.
15+
This article describes how to configure backup for Azure Database for PostgreSQL - Flexible Server using Azure portal.
1616

1717
## Prerequisites
1818

@@ -22,11 +22,11 @@ Before you configure backup for Azure Database for PostgreSQL - Flexible Server,
2222

2323
[!INCLUDE [Configure protection for Azure Database for PostgreSQL - Flexible Server.](../../includes/configure-postgresql-flexible-server-backup.md)]
2424

25-
### Create a Backup policy
25+
### Create a backup policy
2626

27-
You can create a Backup policy on the go during the backup configuration flow.
27+
You can create a backup policy on the go during the backup configuration flow.
2828

29-
To create a Backup policy, follow these steps:
29+
To create a backup policy, follow these steps:
3030

3131
1. On the **Configure Backup** pane, select the **Backup policy** tab.
3232
2. On the **Backup policy** tab, select **Create new** under **Backup policy**.
@@ -64,4 +64,4 @@ When the backup configuration is complete, you can [run an on-demand backup](tut
6464

6565
## Next steps
6666

67-
[Restore Azure Database for PostgreSQL - Flexible Server backups using Azure portal](./restore-azure-database-postgresql-flex.md).
67+
[Restore Azure Database for PostgreSQL - Flexible Server using Azure portal](./restore-azure-database-postgresql-flex.md).

articles/backup/quick-backup-postgresql-flexible-server-arm.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Quickstart - Azure Resource Manager template for PostgreSQL - Flexible Server backup
3-
description: Learn how to configure backup for your Azure PostgreSQL - Flexible Server with an Azure Resource Manager template.
2+
title: Quickstart - Configure backup for Azure Database for PostgreSQL - Flexible Server with an Azure Resource Manager template
3+
description: Learn how to configure backup for Azure Database for Azure PostgreSQL - Flexible Server with an Azure Resource Manager template.
44
ms.devlang: azurecli
55
ms.custom:
66
- ignite-2024
@@ -181,4 +181,4 @@ New-AzResourceGroupDeployment -ResourceGroupName $resourceGroupName -TemplateUri
181181

182182
## Next steps
183183

184-
[Restore Azure PostgreSQL - Flexible server using Azure PowerShell](backup-azure-database-postgresql-flex-restore-powershell.md).
184+
[Restore Azure Database for PostgreSQL - Flexible server using Azure PowerShell](backup-azure-database-postgresql-flex-restore-powershell.md).

articles/backup/quick-backup-postgresql-flexible-server-bicep.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Quickstart - Bicep template PostgreSQL Backup
2+
title: Quickstart - Configure backup for Azure Database for PostgreSQL - Flexible Servers with a Bicep template
33
description: Learn how to configure backup for your Azure Database for PostgreSQL - Flexible Server with a Bicep template.
44
ms.devlang: azurecli
55
ms.custom:
@@ -184,4 +184,4 @@ New-AzResourceGroupDeployment -ResourceGroupName $resourceGroupName -TemplateUri
184184

185185
## Next steps
186186

187-
[Restore Azure PostgreSQL - Flexible server using Azure PowerShell](backup-azure-database-postgresql-flex-restore-powershell.md).
187+
[Restore Azure Database for PostgreSQL - Flexible server using Azure PowerShell](backup-azure-database-postgresql-flex-restore-powershell.md).

articles/backup/quick-backup-postgresql-flexible-server-cli.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Quickstart: Create a Backup policy for an Azure PostgreSQL - Flexible server using Azure CLI"
3-
description: Learn how to create Backup policy for your Azure PostgreSQL - Flexible server with Azure CLI.
2+
title: "Quickstart:Create a backup policy for Azure Database for PostgreSQL - Flexible Server using Azure CLI
3+
description: Learn how to create backup policy to protect Azure Database for PostgreSQL - Flexible server using Azure CLI.
44
ms.devlang: terraform
55
ms.custom:
66
- ignite-2024
@@ -11,29 +11,29 @@ author: jyothisuri
1111
ms.author: jsuri
1212
---
1313
14-
# Quickstart: Create a Backup policy for Azure Database for PostgreSQL - Flexible Server using Azure CLI
14+
# Quickstart: Create a backup policy for Azure Database for PostgreSQL - Flexible Server using Azure CLI
1515
16-
This quickstart describes how to create a Backup policy to protect Azure Database for PostgreSQL - Flexible Server using Azure CLI.
16+
This quickstart describes how to create a backup policy to protect Azure Database for PostgreSQL - Flexible Server using Azure CLI.
1717
1818
Azure Backup policy for Azure Database for PostgreSQL - Flexible Server defines how and when backups are created, the retention period for recovery points, and the rules for data protection and recovery. [Azure Backup](backup-azure-database-postgresql-flex-overview.md) allows you to back up your Azure PostgreSQL - Flexible Server using multiple clients, such as [Azure portal](tutorial-create-first-backup-azure-database-postgresql-flex.md), [PowerShell](back-up-azure-database-postgresql-flex-backup-powershell.md), [CLI](back-up-azure-database-postgresql-flex-backup-cli.md), [Azure Resource Manager](quick-backup-postgresql-flexible-server-arm.md), [Bicep](quick-backup-postgresql-flexible-server-bicep.md), [Terraform](quick-backup-postgresql-flexible-server-terraform.md), and so on.
1919
2020
## Prerequisites
2121
22-
Before you create a Backup policy for Azure Database for PostgreSQL - Flexible Server, ensure that the following prerequisites are met:
22+
Before you create a backup policy for Azure Database for PostgreSQL - Flexible Server, ensure that the following prerequisites are met:
2323
2424
- Review the [supported scenarios and limitations for backing up Azure Database for PostgreSQL - Flexible Servers](backup-azure-database-postgresql-flex-support-matrix.md).
2525
- [Create a Backup vault](back-up-azure-database-postgresql-flex-backup-cli.md#create-a-backup-vault) to store the recovery points for the database.
2626
27-
## Create a Backup policy
27+
## Create a backup policy
2828
29-
To create a Backup policy to protect Azure PostgreSQL – Flexible Server:
29+
To create a backup policy, follow these steps:
3030
31-
1. Understand PostGreSQL backup policy
31+
1. Understand PostgreSQL - Flexible Server backup policy
3232
1. Retrieve the policy template
3333
1. Modify the policy template
3434
1. Create the policy
3535
36-
### Understand PostGreSQL backup policy
36+
### Understand PostgreSQL - Flexible Server backup policy
3737
3838
Disk backup offers multiple backups per day, and blob backup is a continuous backup with no trigger. Now, let's understand the backup policy object for PostgreSQL – Flexible Server.
3939

articles/backup/quick-backup-postgresql-flexible-server-portal.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Quickstart: Create a Backup policy for an Azure PostgreSQL - Flexible Server using Azure portal"
3-
description: Learn how to create a Backup policy for your Azure PostgreSQL - Flexible Server with Azure portal.
2+
title: "Quickstart: Create a backup policy for an Azure PostgreSQL - Flexible Server using Azure portal"
3+
description: Learn how to create a backup policy for your Azure PostgreSQL - Flexible Server with Azure portal.
44
ms.devlang: terraform
55
ms.custom:
66
- ignite-2024
@@ -11,15 +11,15 @@ author: jyothisuri
1111
ms.author: jsuri
1212
---
1313

14-
# Quickstart: Create a Backup policy for Azure Database for PostgreSQL - Flexible Server using Azure portal
14+
# Quickstart: Create a backup policy for Azure Database for PostgreSQL - Flexible Server using Azure portal
1515

16-
This quickstart describes how to create a Backup policy to protect Azure Database for PostgreSQL - Flexible Server to an Azure Backup Vault using Azure portal.
16+
This quickstart describes how to create a backup policy to protect Azure Database for PostgreSQL - Flexible Server to an Azure Backup Vault using Azure portal.
1717

1818
Azure Backup policy for Azure Database for PostgreSQL - Flexible Server defines how and when backups are created, the retention period for recovery points, and the rules for data protection and recovery.
1919

2020
## Prerequisites
2121

22-
Before you create a Backup policy for Azure Database for PostgreSQL - Flexible Server, ensure the following prerequisites are met:
22+
Before you create a backup policy for Azure Database for PostgreSQL - Flexible Server, ensure the following prerequisites are met:
2323

2424
- [Review the supported scenarios and known limitations](backup-azure-database-postgresql-flex-support-matrix.md) of Azure Database for PostgreSQL Flexible server backup.
2525
- Identify or [create a Backup vault](create-manage-backup-vault.md#create-a-backup-vault) in the same region where you want to back up the Azure Database for PostgreSQL Server instance.

0 commit comments

Comments
 (0)