You plan to deploy Azure Bastion to a virtual network named VNet1. You need to create the dedicated subnet required for the Azure Bastion host. Which subnet configuration should you use?
- AName: BastionSubnet; address prefix: /26
- Name: AzureBastionSubnet; address prefix: /26Answer
- CName: AzureBastionSubnet; address prefix: /27
- DName: GatewaySubnet; address prefix: /26
Answer
Name: AzureBastionSubnet; address prefix: /26
The correct subnet configuration specifies the name 'AzureBastionSubnet' and has an address space size of /26 or larger. This matches Azure's strict provisioning requirements for the Bastion service.
Step-by-Step Solution
Key Concept
Azure Bastion subnet configuration requirements
Estimated Time:45s