An organization is designing a secure network environment for a microservices application hosted on Azure Virtual Machine Scale Sets in a dedicated subnet. The application must connect to an Azure Key Vault and an Azure Storage account. Corporate security policy requires restricting outbound traffic to the internet, and the design must minimize administrative effort to maintain security rules as Azure services evolve. Which two actions should you include in the network security design? (Select two.)
- Configure an outbound security rule in the Network Security Group (NSG) associated with the subnet that allows traffic to the AzureKeyVault service tag.Answer
- Configure an outbound security rule in the Network Security Group (NSG) associated with the subnet that allows traffic to the Storage service tag.Answer
- CQuery the Azure IP Ranges and Service Tags public JSON file weekly, and update individual IP address outbound rules in the Network Security Group (NSG) for Key Vault and Storage endpoints.
- DCreate a User Defined Route (UDR) for the subnet that redirects all traffic directly to the Storage account public IP addresses to bypass default system routing.
- EAssociate a Basic SKU Public IP address directly to the backend Virtual Machine Scale Sets to allow them to communicate directly with Standard Load Balancer outbound rules.
Answer
Configure outbound security rules in the Network Security Group (NSG) associated with the subnet that allow traffic to the AzureKeyVault and Storage service tags.
The correct configurations involve using Network Security Group (NSG) outbound rules with the AzureKeyVault and Storage service tags. Service tags represent groups of IP address prefixes from Azure services, which Microsoft manages automatically. This satisfies the security requirement to restrict outbound traffic while meeting the constraint to minimize administrative effort, as you do not need to manually track or update IP ranges.
Step-by-Step Solution
Key Concept
Azure Service Tags simplify network security group management by representing groups of IP address prefixes from specific Azure services managed by Microsoft.
Estimated Time:2m 0s