You need to configure a Network Security Group (NSG) to allow outbound traffic from an Azure virtual network subnet to Azure SQL Database instances. The solution must block all other traffic to the internet, minimize administrative effort, and avoid manual IP address management when Azure services update their IP address ranges. Which destination setting should you specify in the outbound security rule of the Network Security Group?
- The Sql Service TagAnswer
- BA list of individual public IP address ranges for the Azure SQL Database service
- CAn Application Security Group containing the Azure SQL Database service
- DA User-Defined Route that overrides default system routes to direct traffic through a custom gateway
Answer
The Sql Service Tag
The correct solution is to use the 'Sql' Service Tag as the destination. A Service Tag represents a group of IP address prefixes from a given Azure service. Using service tags eliminates the need to manually update security rules when IP addresses change, minimizing administrative effort.
Step-by-Step Solution
Key Concept
Using Service Tags in Network Security Groups to simplify security rules and eliminate manual IP address maintenance for Azure services.
Estimated Time:45s