
Answer-first summary for fast verification
Answer: Yes
The solution meets the goal because Azure Network Security Groups (NSGs) are specifically designed to filter network traffic between Azure resources, including controlling inbound and outbound connections based on source, destination, port, and protocol. The community discussion strongly supports this, with 97% selecting 'Yes' and multiple comments citing Microsoft documentation that confirms NSGs can filter traffic between resources in an Azure virtual network. While one comment noted potential ambiguity if servers are in the same subnet (where Application Security Groups might be needed), the general consensus and official Azure documentation indicate NSGs are appropriate for controlling connections between web and database servers, making 'Yes' the correct answer.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are planning to deploy multiple web servers and database servers to Azure. Your deployment strategy must provide a way to control the types of connections allowed between the web servers and database servers.
Proposed Solution: You incorporate network security groups (NSGs) into your strategy.
Does this solution meet the goal?
A
Yes
B
No
No comments yet.