Aventis Pharmaceuticals is designing a secure network architecture in Azure. The architecture includes a virtual network named VNet1 with a subnet named ProcessingSubnet. Virtual machines (VMs) in ProcessingSubnet must write processed data to an Azure Storage account in the same region. You need to recommend the outbound traffic security configuration for ProcessingSubnet that permits communication with the Azure Storage account while minimizing administrative effort when Azure Storage IP addresses change. Which configuration should you recommend?
- Configure an outbound security rule in the Network Security Group (NSG) associated with ProcessingSubnet, setting the destination to the Storage Service Tag.Cevap
- BConfigure an outbound security rule in the Network Security Group (NSG) associated with ProcessingSubnet, setting the destination to a list of the individual IP address ranges of the Azure Storage service.
- CCreate a User Defined Route (UDR) in the route table of ProcessingSubnet that redirects all local subnet traffic to the Azure Firewall to reach Azure Storage.
- DDeploy a Basic SKU Load Balancer and configure outbound rules pointing to the Azure Storage public IP addresses for the VMs in ProcessingSubnet.
Cevap
Configure an outbound security rule in the Network Security Group (NSG) associated with ProcessingSubnet, setting the destination to the Storage Service Tag.
Configuring an outbound security rule in the Network Security Group (NSG) with the destination set to the Storage Service Tag allows direct communication with Azure Storage. Microsoft automatically updates the underlying IP addresses for the Service Tag, which fulfills the requirement to minimize administrative effort.
Adım Adım Çözüm
Anahtar Kavram
Using NSG Service Tags to filter outbound traffic to Azure services with minimal administrative effort
Tahmini Süre:1m 30s