Skip to content

Commit 45e0e48

Browse files
Merge pull request #282170 from AbhishekMallick-MS/Jul-30-2024-Incubation1
Incubation - Topic type updates
2 parents 2581ca7 + ba64748 commit 45e0e48

8 files changed

+21
-33
lines changed

articles/backup/private-endpoints-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Private endpoints overview
33
description: Understand the use of private endpoints for Azure Backup and the scenarios where using private endpoints helps maintain the security of your resources.
4-
ms.topic: conceptual
5-
ms.date: 03/04/2024
4+
ms.topic: overview
5+
ms.date: 07/30/2024
66
ms.custom:
77
ms.service: backup
88
author: AbhishekMallick-MS

articles/backup/query-backups-using-azure-resource-graph.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Query your backups using Azure Resource Graph (ARG)
33
description: Learn more about querying information on backup for your Azure resources using Azure Resource Group (ARG).
4-
ms.topic: conceptual
5-
ms.date: 04/22/2024
4+
ms.topic: how-to
5+
ms.date: 07/30/2024
66
author: AbhishekMallick-MS
77
ms.author: v-abhmallick
88
---

articles/backup/restore-afs-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Restore Azure Files with PowerShell
33
description: In this article, learn how to restore Azure Files using the Azure Backup service and PowerShell.
4-
ms.topic: conceptual
5-
ms.date: 1/27/2020
4+
ms.topic: how-to
5+
ms.date: 07/30/2024
66
ms.custom: devx-track-azurepowershell
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick

articles/backup/restore-managed-disks-cli.md

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Restore Azure Managed Disks via Azure CLI
33
description: Learn how to restore Azure Managed Disks using Azure CLI.
4-
ms.topic: conceptual
4+
ms.topic: how-to
55
ms.custom: devx-track-azurecli
6-
ms.date: 06/18/2021
6+
ms.date: 07/30/2024
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
99
---
@@ -15,15 +15,9 @@ This article describes how to restore [Azure Managed Disks](../virtual-machines/
1515
> [!IMPORTANT]
1616
> Support for Azure Managed Disks backup and restore via CLI is in preview and available as an extension in Az 2.15.0 version and later. The extension is automatically installed when you run the **az dataprotection** commands. [Learn more](/cli/azure/azure-cli-extensions-overview) about extensions.
1717
18-
Currently, the Original-Location Recovery (OLR) option of restoring by replacing the existing source disk from where the backups were taken isn't supported. You can restore from a recovery point to create a new disk in the same resource group of the source disk or in any other resource group. It's known as Alternate-Location Recovery (ALR).
18+
Currently, the Original-Location Recovery (OLR) option of restoring by replacing the existing source disk from where the backups were taken isn't supported. You can restore from a recovery point to create a new disk in the same resource group of the source disk or in any other resource group, which is called Alternate-Location Recovery (ALR).
1919

20-
In this article, you'll learn how to:
21-
22-
- Restore to create a new disk
23-
24-
- Track the restore operation status
25-
26-
We'll refer to an existing Backup vault _TestBkpVault_, under the resource group _testBkpVaultRG_ in the examples.
20+
Here, let's use an existing Backup vault _TestBkpVault_, under the resource group _testBkpVaultRG_ in the examples.
2721

2822
## Restore to create a new disk
2923

@@ -177,7 +171,7 @@ az dataprotection recovery-point list --backup-instance-name diskrg-CLITestDisk-
177171
]
178172
```
179173

180-
For example, the below query returns the latest recovery point.
174+
For example, the following query returns the latest recovery point.
181175

182176
```azurecli-interactive
183177
az dataprotection recovery-point list --backup-instance-name diskrg-CLITestDisk-3df6ac08-9496-4839-8fb5-8b78e594f166 -g testBkpVaultRG --vault-name TestBkpVault --query "[0].id"

articles/backup/restore-managed-disks-ps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Restore Azure Managed Disks via Azure PowerShell
33
description: Learn how to restore Azure Managed Disks using Azure PowerShell.
4-
ms.topic: conceptual
4+
ms.topic: how-to
55
ms.custom: devx-track-azurepowershell
6-
ms.date: 03/26/2021
6+
ms.date: 07/30/2024
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
99
---

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

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Restore Azure PostgreSQL databases via Azure CLI
33
description: Learn how to restore Azure PostgreSQL databases using Azure CLI.
4-
ms.topic: conceptual
5-
ms.date: 01/24/2022
4+
ms.topic: how-to
5+
ms.date: 07/30/2024
66
ms.service: backup
77
ms.custom: devx-track-azurecli
88
author: AbhishekMallick-MS
@@ -13,15 +13,9 @@ ms.author: v-abhmallick
1313

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

16-
Being a PaaS database, the Original Location Recovery (OLR) option to restore by replacing the existing database (from where the backups were taken) isn't supported. You can restore from a recovery point to create a new database in the same Azure PostgreSQL server or in any other PostgreSQL server. This is called Alternate-Location Recovery (ALR) that helps to keep both - the source database and the restored (new) database.
16+
Being a PaaS database, the Original Location Recovery (OLR) option to restore by replacing the existing database (from where the backups were taken) isn't supported. You can restore from a recovery point to create a new database in the same Azure PostgreSQL server or in any other PostgreSQL server, which is called Alternate-Location Recovery (ALR) that helps to keep both - the source database and the restored (new) database.
1717

18-
In this article, you'll learn how to:
19-
20-
- Restore to create a new PostgreSQL database
21-
22-
- Track the restore operation status
23-
24-
We'll refer to an existing Backup vault _TestBkpVault_, under the resource group _testBkpVaultRG_ in the examples.
18+
Here, let's use an existing Backup vault _TestBkpVault_, under the resource group _testBkpVaultRG_ in the examples.
2519

2620
## Restore a backed-up PostgreSQL database
2721

articles/backup/restore-postgresql-database-ps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Restore Azure PostgreSQL databases via Azure PowerShell
33
description: Learn how to restore Azure PostgreSQL databases using Azure PowerShell.
4-
ms.topic: conceptual
5-
ms.date: 01/24/2022
4+
ms.topic: how-to
5+
ms.date: 07/30/2024
66
ms.service: backup
77
ms.custom: devx-track-azurepowershell
88
author: AbhishekMallick-MS

articles/backup/security-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Overview of security features
33
description: Learn about security capabilities in Azure Backup that help you protect your backup data and meet the security needs of your business.
4-
ms.topic: conceptual
5-
ms.date: 03/20/2024
4+
ms.topic: overview
5+
ms.date: 07/30/2024
66
author: AbhishekMallick-MS
77
ms.author: v-abhmallick
88
---

0 commit comments

Comments
 (0)