A company named Veridia Tech deploys a three-tier web application to Azure. The application consists of web servers, application servers, and database servers, all hosted on Azure Virtual Machines within a single subnet named WorkloadSubnet. You need to design a network security solution that meets the following requirements:
- Restricts network traffic so that web servers can only communicate with application servers, and application servers can only communicate with database servers.
- Prevents direct network communication between web servers and database servers.
- Automatically applies the traffic restrictions to new virtual machines as they are provisioned.
- Minimizes administrative overhead by avoiding the management of individual IP addresses or the creation of separate subnets.
Which component should you include in the network security design?
- Application Security Groups (ASGs) associated with the network interfaces of the virtual machinesCevap
- BUser-defined routes (UDRs) that direct all intra-subnet traffic to an Azure Firewall
- CNetwork Security Group (NSG) rules configured with individual static IP address ranges for each virtual machine
- DAzure Private Endpoints configured for each virtual machine to establish Private Link connections