An organization hosts a multi-tier application on Azure Virtual Machines. The application VMs must upload diagnostic metrics to Azure Monitor. To comply with security policies, all outbound internet traffic from the virtual machine subnet must be blocked except for traffic destined for Azure Monitor. The design must minimize administrative overhead. Which network configuration should you recommend?
- An outbound Network Security Group (NSG) rule that specifies the AzureMonitor Service Tag as the destinationCevap
- BAn outbound Network Security Group (NSG) rule that specifies the individual IP address ranges of the Azure Monitor endpoints as the destination
- CA User Defined Route (UDR) that redirects all outbound traffic to a default route of 0.0.0.0/0, overriding local virtual network routes
- DAn outbound Network Security Group (NSG) rule that specifies the Internet Service Tag as the destination, combined with a custom script to regularly block non-Monitor IP ranges
Cevap
An outbound Network Security Group (NSG) rule that specifies the AzureMonitor Service Tag as the destination
Using the AzureMonitor Service Tag in an outbound Network Security Group (NSG) rule is the correct approach because it specifically permits traffic to Azure Monitor endpoints while blocking other outbound internet traffic. Azure automatically updates the IP addresses associated with the Service Tag, which satisfies the requirement to minimize administrative overhead.
Adım Adım Çözüm
Anahtar Kavram
Azure Service Tags simplify NSG rule management by representing a group of IP address prefixes from a specific Azure service.
Tahmini Süre:1m 0s