Skip to content

Commit 7d629d5

Browse files
Merge pull request #282161 from AbhishekMallick-MS/Jul-29-2024-Freshness
Incubation - Topic type updates
2 parents a9f6971 + 2a59ba7 commit 7d629d5

10 files changed

+24
-24
lines changed

articles/backup/backup-azure-move-recovery-services-vault.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: How to move Azure Backup Recovery Services vaults
33
description: Instructions on how to move a Recovery Services vault across Azure subscriptions and resource groups.
4-
ms.topic: conceptual
5-
ms.date: 01/04/2024
4+
ms.topic: how-to
5+
ms.date: 07/30/2024
66
ms.custom: references_regions, engagement-fy24
77
ms.reviewer: caishwarya
88
ms.service: backup

articles/backup/backup-azure-private-endpoints-concept.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Private endpoints for Azure Backup - Overview
33
description: This article explains about the concept of private endpoints for Azure Backup that helps to perform backups while maintaining the security of your resources.
4-
ms.topic: conceptual
4+
ms.topic: overview
55
ms.service: backup
6-
ms.date: 07/19/2024
6+
ms.date: 07/30/2024
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick
99
---

articles/backup/backup-azure-recovery-services-vault-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 Recovery Services vaults
33
description: An overview of Recovery Services vaults.
4-
ms.topic: conceptual
5-
ms.date: 03/26/2024
4+
ms.topic: overview
5+
ms.date: 07/30/2024
66
ms.service: backup
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick

articles/backup/backup-azure-sql-automation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: SQL DB in Azure VM backup & restore via PowerShell
33
description: Back up and restore SQL Databases in Azure VMs using Azure Backup and PowerShell.
4-
ms.topic: conceptual
5-
ms.date: 01/21/2024
4+
ms.topic: how-to
5+
ms.date: 07/30/2024
66
ms.assetid: 57854626-91f9-4677-b6a2-5d12b6a866e1
77
ms.custom: devx-track-azurepowershell, engagement-fy24
88
ms.service: backup

articles/backup/backup-azure-sql-vm-rest-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Back up SQL server databases in Azure VMs using Azure Backup via REST API
33
description: Learn how to use REST API to back up SQL server databases in Azure VMs in the Recovery Services vault
4-
ms.topic: conceptual
5-
ms.date: 08/11/2022
4+
ms.topic: how-to
5+
ms.date: 07/30/2024
66
ms.service: backup
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick

articles/backup/backup-center-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 Backup center for Azure Backup and Azure Site Recovery
33
description: This article provides an overview of Backup center for Azure.
4-
ms.topic: conceptual
5-
ms.date: 12/08/2022
4+
ms.topic: overview
5+
ms.date: 07/30/2024
66
ms.service: backup
77
ms.custom: engagement-fy23
88
author: AbhishekMallick-MS

articles/backup/backup-mabs-release-notes-v3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Release notes for Microsoft Azure Backup Server v3
33
description: This article provides the information about the known issues and workarounds for Microsoft Azure Backup Server (MABS) v3.
4-
ms.topic: conceptual
5-
ms.date: 12/04/2023
4+
ms.topic: release-notes
5+
ms.date: 07/30/2024
66
ms.asset: 0c4127f2-d936-48ef-b430-a9198e425d81
77
author: AbhishekMallick-MS
88
ms.author: v-abhmallick

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Back up Azure Managed Disks using Azure PowerShell
33
description: Learn how to back up Azure Managed Disks using Azure PowerShell.
4-
ms.topic: conceptual
5-
ms.date: 06/03/2024
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/backup-postgresql-cli.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Back up Azure Database for PostgreSQL with long-term-retention using Azure CLI
33
description: Learn how to back up Azure Database for PostgreSQL using Azure CLI.
4-
ms.topic: conceptual
5-
ms.date: 02/25/2022
4+
ms.topic: how-to
5+
ms.date: 07/30/2024
66
ms.custom: devx-track-azurecli
77
ms.service: backup
88
author: AbhishekMallick-MS
@@ -77,9 +77,9 @@ While disk backup offers multiple backups per day and blob backup is a _continuo
7777
- Default tagging criteria (a default 'tag' for all the scheduled backups. This tag links the backups to the retention rule)
7878
- Default Retention Rule (A rule that will be applied to all backups, by default, on the initial datastore)
7979

80-
So, this object defines what type of backups are triggered, how they are triggered (via a schedule), what they are tagged with, where they land (a datastore), and the life cycle of the backup data in a datastore. The default PowerShell object for PostgreSQL says to trigger a *full* backup every week and they will reach the vault, where they are stored for three months.
80+
So, this object defines what type of backups are triggered, how they're triggered (via a schedule), what they're tagged with, where they land (a datastore), and the life cycle of the backup data in a datastore. The default PowerShell object for PostgreSQL says to trigger a *full* backup every week and they'll reach the vault, where they're stored for three months.
8181

82-
If you want to add the *archive* tier to the policy, you have to decide when the data will be moved from vault to archive, how long will the data stay in the archive, and which of the scheduled backups should be tagged as _archivable_. Therefore, you have to add a *retention rule*, where the lifecycle of the backup data will be defined from vault datastore to archive datastore, and how long they will they stay in the *archive* datastore. Then you need add a *tag* that will mark the scheduled backups as _eligible to be archived_.
82+
If you want to add the *archive* tier to the policy, you have to decide when the data will be moved from vault to archive, how long will the data stay in the archive, and which of the scheduled backups should be tagged as _archivable_. Therefore, you have to add a *retention rule*, where the lifecycle of the backup data will be defined from vault datastore to archive datastore, and how long they'll they stay in the *archive* datastore. Then you need add a *tag* that will mark the scheduled backups as _eligible to be archived_.
8383

8484
The resultant PowerShell object is as follows:
8585

@@ -212,7 +212,7 @@ The policy template consists of a trigger (which decides what triggers the backu
212212

213213
The default policy template offers a backup once per week. You can modify the schedule for the backup to happen multiple days per week. To modify the schedule, use the [az dataprotection backup-policy trigger set](/cli/azure/dataprotection/backup-policy/trigger#az-dataprotection-backup-policy-trigger-set) command.
214214

215-
The following example modifies the weekly backup to back up happening on every Sunday, Wednesday, and Friday of every week. The schedule date array mentions the dates, and the days of the week of those dates are taken as days of the week. You also need to specify that these schedules should repeat every week. So, the schedule interval is "1" and the interval type is "Weekly".
215+
The following example modifies the weekly backup to back up happening on every Sunday, Wednesday, and Friday of every week. The schedule date array mentions the dates, and the days of the week of those dates are taken as days of the week. You also need to specify that these schedules should repeat every week. So, the schedule interval is *1* and the interval type is *Weekly*.
216216

217217
```azurecli
218218
az dataprotection backup-policy trigger create-schedule --interval-type Weekly --interval-count 1 --schedule-days 2021-08-15T22:00:00 2021-08-18T22:00:00 2021-08-20T22:00:00
@@ -271,7 +271,7 @@ az dataprotection backup-policy create --backup-policy-name FinalOSSPolicy --pol
271271

272272
## Configure backup
273273

274-
Once the vault and policy are created, there're three critical points that you need to consider to protect an Azure PostgreSQL database.
274+
Once the vault and policy are created, there are three critical points that you need to consider to protect an Azure PostgreSQL database.
275275

276276
### Key entities involved
277277

articles/backup/backup-postgresql-ps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: Back up Azure Database for PostgreSQL with long-term-retention using Azure PowerShell
33
description: Learn how to back up Azure Database for PostgreSQL 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.custom: devx-track-azurepowershell
77
ms.service: backup
88
author: AbhishekMallick-MS

0 commit comments

Comments
 (0)