A cloud architect is designing a hybrid network architecture in Azure to support a multi-tier web application and secure administrative access. The virtual network, named `vnet-corporate`, is allocated the address block . The architect defines the following subnets:
- `subnet-web`:
- `subnet-db`:
To provide secure RDP and SSH access to the virtual machines without exposing public IP addresses, the architect plans to deploy Azure Bastion using the Basic SKU. They propose creating a new subnet named `AzureBastionSubnet` with the address prefix .
Statement: The proposed configuration is sufficient to successfully deploy the Azure Bastion host.
Cevap: Cevap
Cevap
The statement is false.
The proposed configuration is invalid because the Azure Bastion host requires a subnet with a prefix size of at least `/26`. The proposed prefix size of `/27` is too small, causing the deployment to fail.
Adım Adım Çözüm
Anahtar Kavram
Azure Bastion Subnet Constraints