You are designing a virtual network named VNet1 with an address space of . You must configure three subnets within VNet1 to meet the following requirements:
- Subnet-App: Must support at least 27 virtual machines.
- A gateway subnet to support an Azure VPN Gateway.
- A subnet to deploy Azure Bastion.
You want to minimize the address space allocated to each subnet by using the maximum prefix length (smallest subnet mask) possible.
Which subnet configuration should you use?
- Subnet-App: ; GatewaySubnet: ; AzureBastionSubnet: Answer
- BSubnet-App: ; GatewaySubnet: ; AzureBastionSubnet:
- CSubnet-App: ; GatewaySubnet: ; BastionSubnet:
- DSubnet-App: ; GatewaySubnet: ; AzureBastionSubnet:
Answer
Subnet-App: ; GatewaySubnet: ; AzureBastionSubnet:
The correct configuration allocates for Subnet-App, which provides 32 IP addresses ( usable), satisfying the 27 VM requirement. It uses the correct name GatewaySubnet and the minimum size of (8 IP addresses, 3 usable) for the VPN gateway. Lastly, it utilizes the correct name AzureBastionSubnet and the minimum size of (64 IP addresses, 59 usable) for Azure Bastion.
Step-by-Step Solution
Key Concept
Azure subnet design rules, host address reservations, and service-specific subnet constraints
Estimated Time:2m 0s