You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/backup-managed-disks-ps.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Back up Azure Managed Disks using Azure PowerShell
3
3
description: Learn how to back up Azure Managed Disks using Azure PowerShell.
4
4
ms.topic: conceptual
5
-
ms.date: 05/09/2024
5
+
ms.date: 06/03/2024
6
6
ms.custom: devx-track-azurepowershell
7
7
author: AbhishekMallick-MS
8
8
ms.author: v-abhmallick
@@ -28,7 +28,7 @@ For information on the Azure Disk backup region availability, supported scenario
28
28
29
29
A Backup vault is a storage entity in Azure that holds backup data for various newer workloads that Azure Backup supports, such as Azure Database for PostgreSQL servers and Azure Disks. Backup vaults make it easy to organize your backup data, while minimizing management overhead. Backup vaults are based on the Azure Resource Manager model of Azure, which provides enhanced capabilities to help secure backup data.
30
30
31
-
Before creating a backup vault, choose the storage redundancy of the data within the vault. Then proceed to create the backup vault with that storage redundancy and the location. In this article, we will create a backup vault "TestBkpVault" in "westus" region under the resource group "testBkpVaultRG". Use the [New-AzDataProtectionBackupVault](/powershell/module/az.dataprotection/new-azdataprotectionbackupvault) command to create a backup vault.Learn more about [creating a Backup vault](./create-manage-backup-vault.md#create-a-backup-vault).
31
+
Before creating a backup vault, choose the storage redundancy of the data within the vault. Then proceed to create the backup vault with that storage redundancy and the location. In this article, we'll create a backup vault "TestBkpVault" in "westus" region under the resource group "testBkpVaultRG". Use the [New-AzDataProtectionBackupVault](/powershell/module/az.dataprotection/new-azdataprotectionbackupvault) command to create a backup vault.Learn more about [creating a Backup vault](./create-manage-backup-vault.md#create-a-backup-vault).
@@ -134,7 +134,7 @@ Once the vault and policy are created, there are 3 critical points that the user
134
134
135
135
#### Disk to be protected
136
136
137
-
Fetch the ARM ID of the disk to be protected. This will serve as the identifier of the disk. We will use an example of a disk named "PSTestDisk" under a resource group "diskrg" under a different subscription.
137
+
Fetch the ARM ID of the disk to be protected. This will serve as the identifier of the disk. We'll use an example of a disk named "PSTestDisk" under a resource group "diskrg" under a different subscription.
@@ -190,7 +190,7 @@ To configure backup of managed disks, ensure the following prerequisites:
190
190
191
191
1. Go to **Backup vault** -> **Identity** and select **Azure role assignments**.
192
192
193
-
:::image type="content" source="./media/backup-managed-disks-ps/select-azure-role-assignments-inline.png" alt-text="Screenshot showing the selection of Azure role assignments." lightbox="./media/backup-managed-disks-ps/select-azure-role-assignments-expanded.png":::
193
+
:::image type="content" source="./media/backup-managed-disks-ps/select-azure-role-assignments.png" alt-text="Screenshot showing the selection of Azure role assignments." lightbox="./media/backup-managed-disks-ps/select-azure-role-assignments.png":::
194
194
195
195
1. Verify that the role, resource name, and resource type are correct.
196
196
@@ -221,7 +221,7 @@ Fetch the relevant backup instance on which the user desires to trigger a backup
You can specify a retention rule while triggering backup. To view the retention rules in policy, navigate through the policy object for retention rules. In the below example, the rule with name 'default' is displayed and we will use that rule for the on-demand backup
224
+
You can specify a retention rule while triggering backup. To view the retention rules in policy, navigate through the policy object for retention rules. In the below example, the rule with name 'default' is displayed and we'll use that rule for the on-demand backup
225
225
226
226
```azurepowershell-interactive
227
227
$policyDefn.PolicyRule | fl
@@ -261,4 +261,4 @@ You can also use Az.ResourceGraph to track all jobs across all backup vaults. Us
261
261
262
262
## Next steps
263
263
264
-
-[Restore Azure Managed Disks using Azure PowerShell](restore-managed-disks-ps.md)
264
+
-[Restore Azure Managed Disks using Azure PowerShell](restore-managed-disks-ps.md)
0 commit comments