Your company plans to implement secure, browser-based administrative access to Azure virtual machines in a virtual network named `VNet-Corp-01`. The virtual network is configured with an address space of . You need to create a dedicated subnet for the Azure Bastion resource. What is the correct subnet name and the minimum subnet mask required for this deployment?
- ASubnet name: `BastionSubnet`; minimum prefix size:
- BSubnet name: `AzureBastionSubnet`; minimum prefix size:
- Subnet name: `AzureBastionSubnet`; minimum prefix size: Answer
- DSubnet name: `AzureBastionSubnet-Prod`; minimum prefix size:
Answer
The subnet name must be exactly AzureBastionSubnet, and the minimum prefix size must be /26.
The correct configuration requires the dedicated subnet to be named exactly 'AzureBastionSubnet' and to have a prefix length of /26 or larger. This ensures proper service mapping and sufficient IP allocation for the Bastion instance scaling.
Step-by-Step Solution
Key Concept
Azure Bastion subnet requirements