Soru

Zorluk: Çok zorCreate and Configure Virtual Networks and Subnets

An administrator is configuring a new virtual network named `VNet1` in an Azure subscription to support a hybrid application architecture.

The virtual network has the following requirements:
- A subnet named `Subnet-Web` must host 1111 virtual machine instances that require private IP addresses.
- An Azure Bastion host must be deployed to provide secure connectivity to the virtual machines.
- A virtual network gateway must be deployed to support both an ExpressRoute connection and a VPN gateway in a coexisting configuration.
- Internal name resolution for resources in the virtual network must be resolved using an Azure Private DNS zone named `corp.internal`.

The administrator allocates the address block 10.150.20.0/2410.150.20.0/24 for `VNet1`.

Which two configurations should the administrator implement to meet the requirements while minimizing address space consumption? (Select two.)

  1. `AzureBastionSubnet` configured with the address block 10.150.20.64/2610.150.20.64/26Cevap
  2. `GatewaySubnet` configured with the address block 10.150.20.0/2710.150.20.0/27Cevap
  3. C
    `AzureBastionSubnet` configured with the address block 10.150.20.64/2810.150.20.64/28
  4. D
    A Private DNS zone virtual network link for `corp.internal` associated directly with `Subnet-Web`

Cevap

The correct configurations are allocating a slash twenty-six address block for the subnet named AzureBastionSubnet, and allocating a slash twenty-seven address block for the subnet named GatewaySubnet.
The correct answers are the configurations specifying the Azure Bastion subnet as a slash twenty-six block and the GatewaySubnet as a slash twenty-seven block. Azure Bastion requires a dedicated subnet named exactly 'AzureBastionSubnet' with a subnet mask of slash twenty-six or larger. For the coexistence of an ExpressRoute gateway and a VPN gateway, Azure requires the subnet named 'GatewaySubnet' to have a prefix of slash twenty-seven or larger. Both of these configurations satisfy these requirements and fit within the parent address space without overlapping.

Adım Adım Çözüm

1
Determine the sizing and naming requirements for the Azure Bastion subnet.
The subnet must be named exactly `AzureBastionSubnet` and have a prefix size of at least /26/26.
Azure Bastion requires a dedicated subnet with a prefix size of /26/26 or larger to accommodate its scale-out instances.
2
Determine the sizing and naming requirements for the GatewaySubnet under coexistence.
The subnet must be named exactly `GatewaySubnet` and have a prefix size of at least /27/27.
To support coexistence of an ExpressRoute gateway and a VPN gateway, Azure requires a gateway subnet of at least /27/27 or larger.
3
Evaluate the requirement for the Private DNS zone link.
The virtual network link must be associated with the virtual network `VNet1`.
Private DNS zones are linked at the virtual network level, not at the subnet level.
4
Perform subnetting design to ensure configurations fit within the 10.150.20.0/2410.150.20.0/24 address space without overlap.
`GatewaySubnet` allocated 10.150.20.0/2710.150.20.0/27 (IPs 10.150.20.010.150.20.0 to 10.150.20.3110.150.20.31), `AzureBastionSubnet` allocated 10.150.20.64/2610.150.20.64/26 (IPs 10.150.20.6410.150.20.64 to 10.150.20.12710.150.20.127), and `Subnet-Web` allocated 10.150.20.32/2810.150.20.32/28 (IPs 10.150.20.3210.150.20.32 to 10.150.20.4710.150.20.47). All fit cleanly with no overlaps.
To confirm that the chosen blocks are valid subnetting designs under the parent CIDR block.

Anahtar Kavram

Azure Virtual Network subnet sizing constraints, naming requirements, and service-specific restrictions (Azure Bastion, Gateway coexistence, and Private DNS linking).
Bu soruyu puanla