An enterprise architecture team is deploying a new workload in Azure. Within a virtual network named `vnet-hr-payroll` (), you must create two subnets to meet the following requirements:
* A subnet named `AzureBastionSubnet` to support the deployment of an Azure Bastion host.
* A subnet named `snet-payroll-vms` to host exactly virtual machines that require private IP addresses.
You need to minimize the number of IP addresses allocated to each subnet while meeting the technical requirements.
Which subnet prefixes should you assign to meet the requirements?
- A`snet-payroll-vms` with ; `AzureBastionSubnet` with
- B`snet-payroll-vms` with ; `AzureBastionSubnet` with
- `snet-payroll-vms` with ; `AzureBastionSubnet` with Cevap
- D`snet-payroll-vms` with ; `AzureBastionSubnet` with
Cevap
The subnet `snet-payroll-vms` should use a prefix, and the subnet `AzureBastionSubnet` should use a prefix.
The correct configuration uses a subnet prefix for `snet-payroll-vms` and a subnet prefix for `AzureBastionSubnet`. This minimizes allocated addresses: the virtual machine subnet requires at least IPs ( for hosts + reserved by Azure), which is accommodated by the IPs of a block (whereas a block only offers total IPs and usable IPs). Azure Bastion requires a minimum prefix of to successfully deploy.
Adım Adım Çözüm
Anahtar Kavram
Azure Virtual Network subnet sizing constraints, including the 5 reserved IP addresses per subnet and specific service requirements like Azure Bastion.
Tahmini Süre:1m 30s