Apex Manufacturing is designing the network security for a three-tier application deployed in Azure. The application's virtual machines are located in a subnet named AppSubnet within a virtual network named VNet1. The virtual machines must access an Azure Key Vault and an Azure SQL Database. You need to design the outbound security rules in the Network Security Group (NSG) associated with AppSubnet. The solution must meet the following requirements:
- Allow outbound traffic to Azure Key Vault and Azure SQL Database.
- Block all other outbound traffic to the public internet.
- Minimize administrative effort by avoiding the maintenance of explicit IP address ranges in the security rules.
Which two security rules should you configure in the NSG to allow the required outbound traffic?
- An outbound security rule that allows traffic with the destination set to the AzureKeyVault service tag.Cevap
- An outbound security rule that allows traffic with the destination set to the Sql service tag.Cevap
- CAn outbound security rule that allows traffic with the destination set to the specific public IP addresses of the Azure Key Vault and Azure SQL Database instances.
- DAn outbound security rule that allows traffic with the destination set to the AzureCloud service tag.