AZ-500 · Question #158
SIMULATION You need to configure a Microsoft SQL server named Web11597200 only to accept connections from the Subnet0 subnet on the VNET01 virtual network. To complete this task, sign in to the…
The correct approach navigates to the SQL Server's Firewall and Virtual Networks settings and adds a virtual network rule scoped specifically to Subnet0 within VNET01, which restricts inbound connections to only that subnet. This leverages Azure's service endpoint integration…
Question
Explanation
The correct approach navigates to the SQL Server's Firewall and Virtual Networks settings and adds a virtual network rule scoped specifically to Subnet0 within VNET01, which restricts inbound connections to only that subnet. This leverages Azure's service endpoint integration, ensuring traffic from Subnet0 is permitted while all other sources (including other subnets and public IPs) are implicitly denied. Using 'Add existing' allows selection of a pre-existing virtual network and subnet rather than creating a new one, which matches the scenario's requirement.
Topics
Community Discussion
No community discussion yet for this question.