A financial firm is designing a secure network environment for a pool of virtual machines in a virtual network subnet named Subnet1. The design must meet the following requirements:
- The virtual machines must retrieve cryptographic keys from an Azure Key Vault.
- The virtual machines must be isolated behind a load balancer that distributes incoming traffic.
- All outbound traffic to the internet must be blocked except for connections to Azure Key Vault.
- The configuration must minimize administrative maintenance.
Which security and load balancing configuration should you recommend?
- AConfigure an outbound security rule in the Network Security Group (NSG) that allows traffic to a manually maintained list of public IP addresses for the Azure Key Vault service, and associate a Standard Load Balancer with Standard SKU public IP addresses.
- Configure an outbound security rule in the Network Security Group (NSG) that allows traffic to the AzureKeyVault Service Tag, and associate a Standard Load Balancer with Standard SKU public IP addresses.Cevap
- CConfigure an outbound security rule in the Network Security Group (NSG) that allows traffic to the AzureKeyVault Service Tag, and implement a User Defined Route (UDR) for local VNet ranges that overrides default system routes to direct all internal traffic to the internet gateway.
- DConfigure an outbound security rule in the Network Security Group (NSG) that allows traffic to the AzureKeyVault Service Tag, and associate a Standard Load Balancer with Basic SKU public IP addresses.
Cevap
Configure an outbound security rule in the Network Security Group (NSG) that allows traffic to the AzureKeyVault Service Tag, and associate a Standard Load Balancer with Standard SKU public IP addresses.
The correct choice is to configure an outbound security rule allowing traffic to the AzureKeyVault Service Tag combined with a Standard Load Balancer utilizing Standard SKU public IP addresses. This minimizes administrative overhead because Azure manages the IP address updates for the Service Tag, and matches the SKUs required for the load balancer.
Adım Adım Çözüm
Anahtar Kavram
Configuring secure service access using Service Tags in NSGs while maintaining Standard SKU compatibility across network resources.