An administrator is configuring a new virtual network named `vnet-prod` in an Azure subscription. The virtual network is assigned the address space .
The administrator needs to deploy the following components:
- A Route-based VPN Gateway that supports future coexistence with ExpressRoute.
- An Azure Bastion host using the minimum supported subnet size.
- An application tier named `subnet-app` that must host at least 60 virtual machines.
Which subnet configuration meets all of these requirements while minimizing IP address waste?
- Asubnet-app: ; AzureBastionSubnet: ; GatewaySubnet:
- subnet-app: ; AzureBastionSubnet: ; GatewaySubnet: Answer
- Csubnet-app: ; AzureBastionSubnet: ; GatewaySubnet:
- Dsubnet-app: ; AzureBastionSubnet: ; GatewaySubnet:
Answer
The configuration with subnet-app as , AzureBastionSubnet as , and GatewaySubnet as
The correct configuration allocates a /25 prefix for the application subnet to support 60 virtual machines (providing 123 usable IP addresses after accounting for the 5 reserved addresses), a /26 prefix for AzureBastionSubnet (the minimum size required for Azure Bastion), and a /27 prefix for GatewaySubnet (the minimum size required for VPN Gateway and ExpressRoute coexistence). All subnets fit within the 192.168.1.0/24 address space without overlapping.
Step-by-Step Solution
Key Concept
Azure subnet sizing constraints including reserved IP addresses and requirements for specific services like Azure Bastion and GatewaySubnet.