Skip to content

Commit 6d55a23

Browse files
Merge pull request #286379 from AbhishekMallick-MS/Sep-9-2024-Incubation
Incubation - topic updated
2 parents cf3f52d + ff9a91f commit 6d55a23

7 files changed

+22
-22
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: About Azure Database for PostgreSQL Flexible server backup (preview)
33
description: An overview on Azure Database for PostgreSQL Flexible server backup
4-
ms.topic: conceptual
5-
ms.date: 11/06/2023
4+
ms.topic: overview
5+
ms.date: 09/09/2024
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Azure Database for PostgreSQL- Flexible server support matrix (preview)
33
description: Provides a summary of support settings and limitations of Azure Database for PostgreSQL- Flexible server backup.
4-
ms.topic: conceptual
5-
ms.date: 11/06/2023
4+
ms.topic: reference
5+
ms.date: 09/09/2024
66
ms.custom: references_regions
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
@@ -19,7 +19,7 @@ Azure Database for PostgreSQL server backup (preview) is now available in all pu
1919

2020
## Support scenarios
2121

22-
PostgreSQL Flexible Server backup data can be recovered in user specified storage containers that can be used to re-build the PostgreSQL flexible server. Customers can restore this data as a new PostgreSQL flexible server with DB native tools.
22+
PostgreSQL Flexible Server backup data can be recovered in user specified storage containers that can be used to re-build the PostgreSQL flexible server. You can restore this data as a new PostgreSQL - flexible server with the database native tools.
2323

2424
## Limitation
2525

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: About Azure Database for PostgreSQL backup
33
description: An overview on Azure Database for PostgreSQL backup
4-
ms.topic: conceptual
5-
ms.date: 06/19/2024
4+
ms.topic: overview
5+
ms.date: 09/09/2024
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick

articles/backup/backup-azure-database-postgresql-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 Database for PostgreSQL server support matrix
33
description: Provides a summary of support settings and limitations of Azure Database for PostgreSQL server backup.
4-
ms.topic: conceptual
5-
ms.date: 09/07/2023
4+
ms.topic: reference
5+
ms.date: 09/09/2024
66
ms.custom: references_regions
77
ms.service: azure-backup
88
author: AbhishekMallick-MS

articles/backup/backup-azure-dpm-introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Prepare the DPM server to back up workloads
33
description: In this article, learn how to prepare for System Center Data Protection Manager (DPM) backups to Azure, using the Azure Backup service.
4-
ms.topic: conceptual
5-
ms.date: 10/21/2020
4+
ms.topic: overview
5+
ms.date: 09/09/2024
66
ms.service: azure-backup
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick

articles/backup/backup-azure-file-share-rest-api.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Back up Azure file shares with REST API
33
description: Learn how to use REST API to back up Azure file shares in the Recovery Services vault
4-
ms.topic: conceptual
5-
ms.date: 02/16/2020
4+
ms.topic: how-to
5+
ms.date: 09/09/2024
66
author: AbhishekMallick-MS
77
ms.author: v-abhmallick
88
---
@@ -15,15 +15,15 @@ This article assumes you've already created a Recovery Services vault and policy
1515

1616
For this article, we'll use the following resources:
1717

18-
- **RecoveryServicesVault**: *azurefilesvault*
18+
- **RecoveryServicesVault**: `azurefilesvault`
1919

20-
- **Policy:** *schedule1*
20+
- **Policy:** `schedule1`
2121

22-
- **Resource group**: *azurefiles*
22+
- **Resource group**: `azurefiles`
2323

24-
- **Storage Account**: *testvault2*
24+
- **Storage Account**: `testvault2`
2525

26-
- **File Share**: *testshare*
26+
- **File Share**: `testshare`
2727

2828
## Configure backup for an unprotected Azure file share using REST API
2929

@@ -169,7 +169,7 @@ Set the variables for the URI as follows:
169169
- {fabricName} - *Azure*
170170
- {vaultName} - *azurefilesvault*
171171
- {containerName} - This is the name attribute in the response body of the GET ProtectableContainers operation.
172-
In our example, it's *StorageContainer;Storage;AzureFiles;testvault2*
172+
In our example, it's `StorageContainer;Storage;AzureFiles;testvault2`
173173

174174
>[!NOTE]
175175
> Always take the name attribute of the response and fill it in this request. Don't hard-code or create the container-name format. If you create or hard-code it, the API call will fail if the container-name format changes in the future.
@@ -234,7 +234,7 @@ protectionContainers/StorageContainer;Storage;AzureFiles;testvault2",
234234
}
235235
```
236236

237-
You can verify if the registration was successful from the value of the *registrationstatus* parameter in the response body. In our case, it shows the status as registered for *testvault2*, so the registration operation was successful.
237+
You can verify if the registration was successful from the value of the `registrationstatus` parameter in the response body. In our case, it shows the status as registered for `testvault2`, so the registration operation was successful.
238238

239239
### Inquire all unprotected files shares under a storage account
240240

articles/backup/backup-azure-immutable-vault-concept.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Concept of Immutable vault for Azure Backup
33
description: This article explains about the concept of Immutable vault for Azure Backup, and how it helps in protecting data from malicious actors.
4-
ms.topic: conceptual
4+
ms.topic: overview
55
ms.service: azure-backup
66
ms.custom: references_regions, engagement-fy24
7-
ms.date: 09/21/2023
7+
ms.date: 09/09/2024
88
author: AbhishekMallick-MS
99
ms.author: v-abhmallick
1010
---

0 commit comments

Comments
 (0)