You have an Azure subscription. You deploy a virtual machine named vm-retail-prod in the UK South region. The virtual machine runs Windows Server 2022.
A network security group (NSG) named nsg-retail is associated with the subnet hosting vm-retail-prod. Currently, nsg-retail contains a custom outbound rule that blocks all outbound traffic to the internet.
You plan to configure Azure Backup for vm-retail-prod.
Which two actions should you perform to enable the backup configuration? (Select two.)
- Create a Recovery Services Vault in the UK South region.Answer
- BCreate a Recovery Services Vault in the East US region.
- Configure an outbound security rule in nsg-retail that allows traffic to the AzureBackup service tag.Answer
- DConfigure an inbound security rule in nsg-retail that allows traffic from the AzureBackup service tag.
Answer
To configure backup for the virtual machine, you must create a Recovery Services Vault in the UK South region and configure an outbound security rule in the network security group (NSG) that allows traffic to the AzureBackup service tag.
The Recovery Services Vault must be created in the same region as the virtual machine (UK South). Additionally, the virtual machine extension needs outbound connectivity to Azure Backup endpoints, which can be permitted by creating an outbound rule in the network security group (NSG) targeting the AzureBackup service tag.
Step-by-Step Solution
Key Concept
Azure Virtual Machine Backup prerequisites require a Recovery Services Vault in the same region as the virtual machine, along with outbound network connectivity to the Azure Backup service.