Skip to content

Commit d469b10

Browse files
AI optimization - Azure VM backup using PS
1 parent 5558c9e commit d469b10

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Back up and recover Azure VMs with PowerShell
33
description: Describes how to back up and recover Azure VMs using Azure Backup with PowerShell
44
ms.topic: how-to
5-
ms.date: 12/03/2024
5+
ms.date: 11/26/2025
66
ms.custom: devx-track-azurepowershell, engagement-fy24
77
ms.service: azure-backup
88
author: AbhishekMallick-MS
@@ -32,7 +32,7 @@ The object hierarchy is summarized in the following diagram.
3232

3333
Review the **Az.RecoveryServices** [cmdlet reference](/powershell/module/az.recoveryservices/) reference in the Azure library.
3434

35-
## Set up and register
35+
## Set up Azure PowerShell for Azure VM backup
3636

3737
[!INCLUDE [updated-for-az](~/reusable-content/ce-skilling/azure/includes/updated-for-az.md)]
3838

@@ -75,7 +75,7 @@ To begin:
7575
7676
In the command output, the **RegistrationState** should change to **Registered**. If not, just run the **[Register-AzResourceProvider](/powershell/module/az.resources/register-azresourceprovider)** cmdlet again.
7777
78-
## Create a Recovery Services vault
78+
## Create a Recovery Services vault for Azure VM backup
7979
8080
The following steps lead you through creating a Recovery Services vault. A Recovery Services vault is different than a Backup vault.
8181
@@ -256,7 +256,7 @@ Enable-AzRecoveryServicesBackupProtection -Policy $pol -Name "V2VM" -ResourceGro
256256
257257
If you want to selectively back up a few disks and exclude others as mentioned in [these scenarios](selective-disk-backup-restore.md#scenarios), you can configure protection and backup only the relevant disks as documented [here](selective-disk-backup-restore.md#enable-backup-with-powershell).
258258

259-
## Monitoring a backup job
259+
## Monitor an Azure VM backup job
260260

261261
You can monitor long-running operations, such as backup jobs, without using the Azure portal. To get the status of an in-progress job, use the [Get-AzRecoveryservicesBackupJob](/powershell/module/az.recoveryservices/get-azrecoveryservicesbackupjob) cmdlet. This cmdlet gets the backup jobs for a specific vault, and that vault is specified in the vault context. The following example gets the status of an in-progress job as an array, and stores the status in the $joblist variable.
262262

0 commit comments

Comments
 (0)