Your company has an Azure subscription that contains a virtual network named `vnet-finance`. The virtual network is configured with the address space . Currently, `vnet-finance` contains a subnet named `Subnet-Web` that uses the address range . You need to configure two new subnets to support the deployment of an Azure Bastion host and an Azure VPN Gateway. Which two of the following subnets can you create in `vnet-finance` to support these deployments? (Select two.)
- AzureBastionSubnet with the address range Cevap
- GatewaySubnet with the address range Cevap
- CAzureBastionSubnet with the address range
- DGatewaySubnet with the address range
Cevap
The correct subnets are the AzureBastionSubnet with the range 192.168.34.0/26 and the GatewaySubnet with the range 192.168.33.0/27.
The correct subnets are AzureBastionSubnet with range and GatewaySubnet with range . The Azure Bastion subnet is valid because it is named exactly 'AzureBastionSubnet', has a prefix of at least , and is in an unallocated portion of the VNet. The VPN Gateway subnet is valid because it is named exactly 'GatewaySubnet', has a prefix of or larger, and is also in an unallocated portion of the VNet.
Adım Adım Çözüm
Anahtar Kavram
Azure virtual networks require dedicated, specifically named subnets with precise sizing constraints for native services like Azure Bastion (minimum /26 named AzureBastionSubnet) and VPN Gateway (minimum /29 named GatewaySubnet). All subnets inside a virtual network must have non-overlapping ranges.