You plan to deploy a new Windows Server Azure virtual machine named VM1 in a new virtual network. You must configure the deployment to meet the following requirements:
- Provide protection against an entire datacenter outage within the Azure region.
- Allow secure Remote Desktop Protocol (RDP) management of VM1 from the internet using Azure Bastion.
Which two configurations should you deploy? (Choose two.)
- Deploy VM1 in an Availability Zone.Answer
- Create a subnet named AzureBastionSubnet with a prefix of /26.Answer
- CDeploy VM1 in an Availability Set.
- DCreate a subnet named BastionSubnet with a prefix of /28.
Answer
Deploy the virtual machine in an Availability Zone and create a subnet named AzureBastionSubnet with a prefix of /26.
Deploying the virtual machine in an Availability Zone ensures protection against datacenter-wide failures by placing the VM in a physically separate datacenter facility within the region. Azure Bastion requires a dedicated subnet named exactly 'AzureBastionSubnet' with a subnet prefix of /26 or larger to function correctly.
Step-by-Step Solution
Key Concept
Azure Virtual Machine availability options and Azure Bastion subnet requirements
Estimated Time:1m 0s