You are planning to deploy a new Azure virtual machine named VM1 to host a critical application in the East US region.
You need to configure VM1 to meet the following requirements:
- Provide protection against a single datacenter outage within the region.
- Support automated backups of VM1 to a Recovery Services Vault named RSV1.
Which two actions should you perform? (Select two.)
- Deploy VM1 in an Availability Zone.Cevap
- Deploy RSV1 in the East US region.Cevap
- CDeploy VM1 in an Availability Set.
- DDeploy RSV1 in the West US region.
Cevap
Deploy VM1 in an Availability Zone, and deploy RSV1 in the East US region.
To satisfy the requirement of protecting the application from a single datacenter outage, VM1 must be deployed across Availability Zones. Availability Zones are physically separate locations within an Azure region. Additionally, to back up VM1 to RSV1, the vault must be created in the same region as the virtual machine (East US).
Adım Adım Çözüm
Anahtar Kavram
Configuring virtual machine high availability and backup region alignment.