A company named Zephyr Retail is designing a network security solution for an Azure virtual network subnet named ProcessingSubnet. Virtual machines in ProcessingSubnet must be able to securely access Azure Storage and Azure Key Vault in the same Azure region. All other outbound access to the public internet must be blocked. The solution must minimize administrative overhead and ensure that network rules do not require manual updates when Azure service IP ranges change. Which configuration should you recommend for the Network Security Group (NSG) associated with ProcessingSubnet?
- Create outbound security rules in the NSG with the destination set to the Storage and AzureKeyVault Service Tags.Answer
- BCreate outbound security rules in the NSG using the individual IP address ranges of the Azure Storage and Azure Key Vault endpoints.
- CCreate User-Defined Routes (UDRs) that override the default system routes by mapping the subnet's local network traffic to the Azure service public endpoints.
- DConfigure a Basic SKU Load Balancer to proxy outbound connection requests to Azure Storage and Azure Key Vault from virtual machines using Standard SKU public IP addresses.
Answer
Create outbound security rules in the NSG with the destination set to the Storage and AzureKeyVault Service Tags.
Using Service Tags like Storage and AzureKeyVault allows the Network Security Group to dynamically resolve destination IP addresses, ensuring secure and continuously updated access to these services with zero administrative overhead.
Step-by-Step Solution
Key Concept
Network Security Groups and Service Tags for outbound traffic filtering
Estimated Time:1m 30s