An administrator is configuring a virtual network named `vnet-prod-core` in an Azure subscription. The virtual network is configured with two address spaces:
*
*
The virtual network currently contains no subnets.
The administrator needs to deploy a new subnet named `subnet-compute` that will host virtual machines. The subnet must support at least virtual machines.
The administrator proposes to configure `subnet-compute` with the CIDR block .
Does the proposed configuration meet the requirements and successfully deploy?
Cevap: Cevap
Cevap
The proposed configuration does not meet the requirements and will fail to deploy because the subnet range is not fully contained within any of the virtual network's defined address spaces.
The correct answer is False because the proposed CIDR block requires the IP range to . This range is not fully contained within either of the virtual network's defined address spaces ( and ). Consequently, Azure Resource Manager will fail to deploy the subnet.
Adım Adım Çözüm
Anahtar Kavram
Every subnet created in an Azure virtual network must have an address range that is a subset of, and fully contained within, a single address space defined on the parent virtual network.