DP-300 · Question #401
SIMULATION You need to ensure that you can connect to db1 by using a private IP address on a virtual network named VNET1. You may need to use SQL Server Management Studio and the Azure portal…
Configuring a Private Endpoint is the correct approach because it assigns a private IP address from VNET1's address space to the Azure SQL Database (db1), enabling secure connectivity entirely within the virtual network without traffic traversing the public internet. The…
Question
Explanation
Configuring a Private Endpoint is the correct approach because it assigns a private IP address from VNET1's address space to the Azure SQL Database (db1), enabling secure connectivity entirely within the virtual network without traffic traversing the public internet. The Private Endpoint creates a network interface in the specified virtual network that maps to the SQL Server resource, satisfying the requirement of connecting via a private IP on VNET1. This is the Azure-recommended method for private, secure access to PaaS services like Azure SQL Database from within a virtual network.
Topics
Community Discussion
No community discussion yet for this question.