A contractor tries to deploy Azure Bastion into the same subnet as the lock-chamber virtual machines and the deployment fails. What must the security engineer create for Bastion?
Select an answer to reveal the explanation.
Short Explanation
Bastion is picky about its parking spot: a subnet literally named AzureBastionSubnet, sized at least /26, and empty of your lock VMs. Drop it next to the chambers and the deploy fails.
Full Explanation
Azure Bastion requires a dedicated subnet named exactly AzureBastionSubnet. Microsoft documents a minimum size of /26, and other user resources must not be deployed into that subnet. Sharing GatewaySubnet, colocating Bastion with workload VMs, or assuming Virtual WAN invents a Bastion subnet without meeting Bastion’s naming and sizing rules will cause deployment failure or an unsupported design. Key Vault subnet constraints are unrelated to Bastion placement.