Your company has an Azure subscription containing a virtual network named `vnet-finance-prod` with an address space of . You plan to deploy the following resources:
- A pool of virtual machines in a subnet named `snet-application` that requires at least usable IP addresses.
- An Azure Bastion host to secure access to the virtual machines.
- A Virtual Network Gateway to enable hybrid connectivity with the on-premises network.
You need to configure the subnets for these resources while minimizing the address space allocated to each subnet.
Which two subnets should you create? (Select two.)
- AzureBastionSubnet with the address range Cevap
- GatewaySubnet with the address range Cevap
- Csnet-application with the address range
- DAzureBastionSubnet with the address range
- EGatewaySubnet with the address range
Cevap
AzureBastionSubnet with the address range and GatewaySubnet with the address range
The correct subnet configurations satisfy Azure's sizing rules: the Bastion subnet must be named AzureBastionSubnet with a prefix of or larger, and the Virtual Network Gateway subnet must be named GatewaySubnet with a prefix of or larger. The configuration using a prefix for the Bastion subnet and a prefix for the Gateway subnet meets these rules.
Adım Adım Çözüm
Anahtar Kavram
Azure Virtual Network Subnet sizing constraints, reserved IP addresses, and service-specific subnet requirements (Azure Bastion and GatewaySubnet).