Skip to content

Commit 3bfd780

Browse files
resolved PR comments
1 parent d92df1b commit 3bfd780

4 files changed

+7
-7
lines changed

articles/backup/backup-azure-dataprotection-use-rest-api-backup-postgresql.md renamed to articles/backup/backup-azure-data-protection-use-rest-api-backup-postgresql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Back up Azure PostgreSQL databases using Azure Data Protection REST API
2+
title: Back up Azure PostgreSQL databases using Azure data protection REST API
33
description: In this article, learn how to configure, initiate, and manage backup operations of Azure PostgreSQL databases using REST API.
44
ms.topic: conceptual
55
ms.date: 10/22/2021
@@ -9,7 +9,7 @@ ms.author: v-amallick
99
ms.assetid: 55fa0a81-018f-4843-bef8-609a44c97dcd
1010
---
1111

12-
# Back up Azure PostgreSQL databases using Azure Data Protection via REST API
12+
# Back up Azure PostgreSQL databases using Azure data protection via REST API
1313

1414
This article describes how to manage backups for Azure PostgreSQL databases via REST API.
1515

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Restore Azure PostgreSQL databases via Azure Data Protection REST API
2+
title: Restore Azure PostgreSQL databases via Azure data protection REST API
33
description: Learn how to restore Azure PostGreSQL databases using Azure Data Protection REST API.
44
ms.topic: conceptual
55
ms.date: 10/23/2021
@@ -8,7 +8,7 @@ ms.service: backup
88
ms.author: v-amallick
99
---
1010

11-
# Restore Azure PostgreSQL databases using Azure Data Protection REST API
11+
# Restore Azure PostgreSQL databases using Azure data protection REST API
1212

1313
This article explains how to restore [Azure PostgreSQL databases](/azure/postgresql/overview#azure-database-for-postgresql---single-server) to an Azure PostgreSQL server backed-up by Azure Backup.
1414

@@ -591,7 +591,7 @@ GET https://management.azure.com/subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxx
591591

592592
#### Track jobs
593593

594-
The _trigger restore requests_ triggeres the restore job. To track the resultant Job ID, use the [GET Jobs API](/rest/api/dataprotection/jobs/get).
594+
The _trigger restore requests_ triggers the restore job. To track the resultant Job ID, use the [GET Jobs API](/rest/api/dataprotection/jobs/get).
595595

596596
Use the simple *GET* command to track the _JobId_ present in the [trigger restore response](#example-response-to-trigger-restore-request) above.
597597

articles/backup/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,9 @@
221221
- name: With REST API
222222
items:
223223
- name: Policy
224-
href: backup-azure-dataprotection-use-rest-api-create-update-postgresql-policy.md
224+
href: backup-azure-data-protection-use-rest-api-create-update-postgresql-policy.md
225225
- name: Backup
226-
href: backup-azure-dataprotection-use-rest-api-backup-postgresql.md
226+
href: backup-azure-data-protection-use-rest-api-backup-postgresql.md
227227
- name: Restore
228228
href: restore-postgresql-database-use-rest-api.md
229229
- name: Windows backup using MARS agent

0 commit comments

Comments
 (0)