Microsoft
DP-300 · Question #153
You plan to deploy an app that includes an Azure SQL database and an Azure web app. The app has the following requirements: - The web app must be hosted on an Azure virtual network. - The Azure SQL…
The correct answer is A. Azure Private Link. Private Link allows you to connect to various PaaS services in Azure via a private endpoint. A private endpoint is a private IP address within a specific VNet and subnet. https://docs.microsoft.com/en-us/azure/azure-sql/database/private-endpoint-overview
Submitted by salim_om· Mar 6, 2026Implement a secure environment
Question
You plan to deploy an app that includes an Azure SQL database and an Azure web app. The app has the following requirements: - The web app must be hosted on an Azure virtual network. - The Azure SQL database must be assigned a private IP address. - The Azure SQL database must allow connections only from the virtual network. You need to recommend a solution that meets the requirements. What should you include in the recommendation?
Options
- AAzure Private Link
- Ba network security group (NSG)
- Ca database-level firewall
- Da server-level firewall
How the community answered
(18 responses)- A83% (15)
- C6% (1)
- D11% (2)
Explanation
Private Link allows you to connect to various PaaS services in Azure via a private endpoint. A private endpoint is a private IP address within a specific VNet and subnet. https://docs.microsoft.com/en-us/azure/azure-sql/database/private-endpoint-overview
Community Discussion
No community discussion yet for this question.