How to protect a virtual machine using Azure Backup
·906 words·5 mins·
100
views
·
5
likes
Azure CLI
Azure PowerShell
Azure Virtual Desktop
Backup-AzRecoveryServicesBackupItem
Connect-AzAccount
Disable-AzRecoveryServicesBackupProtection
Enable-AzRecoveryServicesBackupProtection
Get-AzRecoveryServicesBackupContainer
Get-AzRecoveryServicesBackupItem
Get-AzRecoveryservicesBackupJob
Get-AzRecoveryServicesBackupProtectionPolicy
Get-AzSubscription
Microsoft
Microsoft Azure
Recovery Services vault
Select-AzSubscription
Hi everyone, today I want to show you how to enable backups on an existing VM using Azure command-line tools, and then we will check that it works correctly by doing a quick backup.