A team needs to provision a virtual machine named SalesVM in the North Europe region. The virtual machine must remain accessible even if a power outage or natural disaster affects an entire datacenter facility in that region. Furthermore, the virtual machine requires daily automated backups. Which configuration options should be selected to meet these requirements?
- ADeploy SalesVM to an Availability Set, and configure backup to a Recovery Services vault located in North Europe.
- BDeploy SalesVM to an Availability Zone, and configure backup to a Recovery Services vault located in West Europe.
- Deploy SalesVM to an Availability Zone, and configure backup to a Recovery Services vault located in North Europe.Answer
- DDeploy SalesVM using a Basic App Service Plan, and configure backup to a Recovery Services vault located in North Europe.
Answer
Deploy SalesVM to an Availability Zone, and configure backup to a Recovery Services vault located in North Europe.
Deploying the virtual machine to an Availability Zone provides redundancy against a complete datacenter outage by placing the resource in a physically separate zone within the region. The Recovery Services vault must be deployed in the same region (North Europe) as the virtual machine to support Azure Backup.
Step-by-Step Solution
Key Concept
Selecting appropriate availability options and matching backup vault regions during virtual machine deployment.
Estimated Time:1m 30s