Solaria Energy is designing a secure architecture for a cloud-based analytics system. The system consists of a virtual network named VNet-Analytics containing a subnet named Processing-Subnet. Virtual machines in Processing-Subnet must securely access an Azure SQL Database instance and an Azure Key Vault.
The design must meet the following requirements:
- All traffic to Azure SQL Database and Azure Key Vault must remain within the Microsoft backbone network.
- Virtual machines in Processing-Subnet must resolve the database and key vault hostnames using their private IP addresses.
- Public endpoint access to the Azure SQL Database and Azure Key Vault must be fully disabled.
- The solution must minimize administrative overhead.
Which two actions should you include in the design to meet the requirements?
- Create a private endpoint for the Azure SQL Database and a private endpoint for the Azure Key Vault.Cevap
- Configure a private DNS zone named privatelink.database.windows.net and a private DNS zone named privatelink.vaultcore.azure.net, and link both zones to VNet-Analytics.Cevap
- CConfigure Network Security Group (NSG) outbound rules allowing traffic to the individual public IP addresses of the Azure SQL Database and Azure Key Vault.
- DCreate a User Defined Route (UDR) in Processing-Subnet that routes all traffic destined for the SQL Database and Key Vault to the virtual network's default gateway.