Your company is designing a secure network architecture in Azure. You have a virtual network named VNet1 containing a subnet named AppSubnet. Virtual machines in AppSubnet must connect to Azure Key Vault and Azure Storage.
The security team has the following requirements:
- Direct public internet connectivity from AppSubnet must be blocked.
- Administrative overhead for maintaining IP address changes of Azure services must be minimized.
- Communication with Azure Storage and Azure Key Vault must be allowed, while all other outbound traffic is denied.
You decide to use a Network Security Group (NSG) associated with AppSubnet to control outbound traffic.
Which two configurations should you recommend for the Network Security Group (NSG) outbound rules? (Select two.)
- An outbound security rule that allows traffic to the Storage service tag.Answer
- An outbound security rule that allows traffic to the AzureKeyVault service tag.Answer
- CA series of outbound security rules containing the individual public IP address ranges of the regional Azure Storage and Azure Key Vault endpoints.
- DA custom route table associated with AppSubnet containing User Defined Routes (UDRs) that forward all traffic to the default internet gateway to resolve the Azure service endpoints.