Exam: AZ-900: Microsoft Azure Fundamentals 0 Likes
Your company plans to deploy several web servers and several database (AZ-900)
Your company plans to deploy several web servers and several database servers to Azure. You need to recommend an Azure solution to limit the types of connections from the web servers to the database servers.
What should you include in the recommendation?
A) Network Security Groups (NSGs).
B) Azure Service Bus.
C) A local network gateway.
D) A route filter.
Solution
Correct answer: A) Network Security Groups (NSGs).
Network Security Groups (NSGs) are a feature in Azure that allows you to control inbound and outbound traffic to and from Azure resources, including virtual machines and subnets. You can use NSGs to limit the types of connections from the web servers to the database servers by creating rules that allow or deny traffic based on source IP address, destination IP address, protocol, and port number.
Category: Azure architecture and services