Lumina Financials is designing a secure architecture for a cloud database application deployed on virtual machines in a virtual network subnet named Subnet1. The virtual machines require outbound connectivity to Azure Storage and Azure SQL Database in the same region to perform nightly data transfers. You need to configure a Network Security Group (NSG) associated with Subnet1 to permit outbound traffic to only these services while blocking all other outbound internet traffic. The solution must minimize administrative overhead when IP address ranges for the Azure services change. Which NSG outbound rule configuration should you recommend?
- Create outbound rules that use the Storage and Sql Service Tags as the destination.Answer
- BCreate outbound rules that use the individual IP address ranges of the regional Azure Storage and Azure SQL Database endpoints as the destination.
- CCreate an Application Security Group (ASG) containing the Azure SQL and Storage endpoints, and use the ASG as the destination in the outbound rules.
- DCreate User Defined Routes (UDRs) to route all outbound traffic through an Azure Firewall, and manually configure network rules with the individual IP addresses of the Azure services.
Answer
Create outbound rules that use the Storage and Sql Service Tags as the destination.
The correct option is to use the built-in Storage and Sql Service Tags. Service Tags represent a group of IP address prefixes from a given Azure service. Microsoft manages the address prefixes encompassed by the service tag and automatically updates the service tag as addresses change, which minimizes administrative overhead.
Step-by-Step Solution
Key Concept
Azure Service Tags simplify NSG management by representing groups of IP address prefixes for specific Azure services.
Estimated Time:1m 30s