Your company has an Azure subscription containing a resource group named RG-Hub and a virtual network named VNet-Transit. You need to deploy an Azure Bastion host into VNet-Transit to provide secure access to virtual machines. You must create a new subnet in VNet-Transit to host the Azure Bastion service. Which subnet configuration must you use?
- Name: AzureBastionSubnet; Prefix size: /26 or largerAnswer
- BName: BastionSubnet; Prefix size: /26 or larger
- CName: AzureBastionSubnet; Prefix size: /29 or larger
- DName: AzureBastion-Subnet; Prefix size: /27 or larger
Answer
Name: AzureBastionSubnet; Prefix size: /26 or larger
The correct subnet configuration for Azure Bastion is to use the exact name 'AzureBastionSubnet' and a subnet prefix of /26 or larger. This ensures that the Azure platform can identify the subnet and that there are sufficient IP addresses for scaling the Bastion host instances.
Step-by-Step Solution
Key Concept
Azure Bastion Subnet Requirements