Soru

Zorluk: KolayNetwork Security and Private Access

An administrator needs to configure a Network Security Group (NSG) to allow outbound traffic from an Azure Virtual Network subnet to Azure SQL Database. The IP addresses for Azure SQL Database might change over time. The solution must minimize administrative overhead. Which NSG rule configuration should you recommend?

  1. A
    Create outbound security rules containing the individual public IP addresses of the Azure SQL Database servers.
  2. B
    Configure a User Defined Route (UDR) that overrides the default system route for SQL database endpoints to direct traffic to the internet.
  3. Set the destination of the outbound security rule to the Sql service tag.Cevap
  4. D
    Deploy a Basic Load Balancer in the subnet and bind its public frontend IP address to a Standard SKU public IP to handle outbound database requests.

Cevap

Set the destination of the outbound security rule to the Sql service tag.
Using the Sql service tag as the destination in the Network Security Group (NSG) outbound rule allows access to the Azure SQL Database service. Service tags represent a group of IP address prefixes from a given Azure service and are managed automatically by Microsoft, which minimizes administrative overhead.

Adım Adım Çözüm

1
Identify the destination service that the virtual machines need to access.
Azure SQL Database
The virtual machines must establish outbound connections to Azure SQL Database.
2
Determine the network security mechanism to control outbound traffic with minimal administrative overhead.
Network Security Group (NSG) rule using a Service Tag.
Microsoft manages the IP prefixes associated with Service Tags, preventing the need to manually update rules when IPs change.
3
Select the specific Service Tag for Azure SQL Database.
The Sql service tag.
The Sql service tag represents Azure SQL Database, Azure SQL Managed Instance, and Azure Synapse Analytics.

Anahtar Kavram

Azure NSG Service Tags
Bu soruyu puanla