An administrator is planning the subnet topology for a new virtual network named `VNet-Prod` in an Azure subscription. `VNet-Prod` is assigned the address space .
The administrator must configure the following subnets within `VNet-Prod` to support a hybrid application deployment:
- A subnet for a virtual network gateway to enable hybrid connectivity with an on-premises network. This subnet must use the smallest valid address space allowed by Azure.
- A subnet for Azure Bastion to enable secure administrative access. This subnet must use the smallest valid address space allowed by Azure.
- A subnet named `Subnet-Compute` that must host up to virtual machines.
- A subnet named `Subnet-Database` that must host up to database instances.
The administrator wants to define these subnets sequentially starting from the beginning of the `VNet-Prod` address space (), minimizing unallocated address space, and ensuring that no subnets overlap.
Which of the following subnet configurations should the administrator select?
- GatewaySubnet: ; AzureBastionSubnet: ; Subnet-Database: ; Subnet-Compute: Answer
- BGatewaySubnet: ; AzureBastionSubnet: ; Subnet-Compute: ; Subnet-Database:
- CGatewaySubnet: ; AzureBastionSubnet: ; Subnet-Database: ; Subnet-Compute:
- DGatewaySubnet: ; AzureBastionSubnet: ; Subnet-Database: ; Subnet-Compute: