Question

Difficulty: EasyAzure Virtual Machine Backup Configuration

You plan to configure Azure Backup for a new Azure virtual machine named VM1. You must complete the initial configuration steps to ensure that VM1 is backed up successfully. Arrange the steps in the correct sequence to configure backup for the virtual machine.

  1. 1Create a Recovery Services vault in the same Azure region as the virtual machine.
  2. 2Define a backup policy that specifies the backup frequency and retention range.
  3. 3Enable backup on the virtual machine by linking it to the vault and policy.

Answer

To configure backup for an Azure virtual machine, you must first create a Recovery Services vault in the same region as the virtual machine. Next, you define a backup policy specifying the frequency and retention settings. Finally, you enable backup on the virtual machine by linking it to the vault and the policy.
The correct sequence starts with creating a Recovery Services vault in the same region as the virtual machine. Then, a backup policy must be defined to establish the schedule and retention rules. Finally, backup is enabled on the virtual machine, which references both the created vault and the policy.

Step-by-Step Solution

1
Create a Recovery Services vault in the same Azure region as the virtual machine.
A vault is created to store the backups in the correct region.
Azure Backup requires the Recovery Services vault to be in the same geographic region as the target virtual machine.
2
Create a backup policy.
The backup schedule and retention configurations are defined.
A backup policy must exist to dictate when snapshots are taken and how long they are stored.
3
Enable backup on the virtual machine.
The virtual machine is associated with the vault and policy, initiating the configuration.
This links the virtual machine to the vault and policy, enabling protection and scheduling the initial backup.

Key Concept

Configuring Azure Virtual Machine Backup requires a Recovery Services vault in the same region, a backup policy defining schedules and retention, and enabling backup on the VM.
Estimated Time:45s
Rate this question