AZ-801 · Question #45
You have an on-premises server that runs Windows Server and has the Web Server (IIS) server role installed. The server hosts a web app that connects to an on-premises Microsoft SQL Server database…
The correct answer is D. a Hybrid Connection. To ensure an Azure App Service web app can securely access an on-premises SQL Server database without migrating the database, a Hybrid Connection should be configured.
Question
Options
- Aan Azure SQL managed instance
- Ban on-premises data gateway
- CAzure Extended Network
- Da Hybrid Connection
How the community answered
(62 responses)- A16% (10)
- B5% (3)
- C8% (5)
- D71% (44)
Why each option
To ensure an Azure App Service web app can securely access an on-premises SQL Server database without migrating the database, a Hybrid Connection should be configured.
An Azure SQL managed instance requires migrating the database to Azure, which contradicts the requirement for the database to remain on-premises.
An on-premises data gateway is typically used for connecting Azure services like Logic Apps or Power BI to on-premises data sources, but Hybrid Connections are purpose-built for App Services to connect to on-premises resources.
Azure Extended Network is a feature for stretching on-premises network subnets into Azure for VM migration, not for an Azure App Service connecting to an on-premises database.
A Hybrid Connection, utilizing Azure Relay, establishes a secure, two-way, port-based TCP tunnel between an Azure App Service web app and an on-premises resource like a SQL Server database, without requiring a VPN or exposing the on-premises database to the internet.
Concept tested: Azure App Service hybrid connectivity
Source: https://learn.microsoft.com/en-us/azure/app-service/app-service-hybrid-connections
Topics
Community Discussion
No community discussion yet for this question.