- 1 view
Exam
Answer needs confirmation
Question
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.
You plan to migrate the web app to an Azure App Services web app. The database will remain on-premises.
You need to ensure that the migrated web app can access the database.
What should you configure in Azure?
Proposed answer
- A. an Azure SQL managed instance
- B. an on-premises data gateway
- C. Azure Extended Network
- D. a Hybrid Connection
Suggested answer
D. a Hybrid Connection
Jawad1462
Highly Voted 2 years, 3 months ago
Selected Answer: D
Correct
upvoted 6 times
starseed
Most Recent 4 months, 2 weeks ago
hybrid connection YES
upvoted 1 times
[Removed]
1 year, 2 months ago
The right answer is Option D: a Hybrid Connection. When you move your web app to Azure but keep your database on your own server, you need a way for the app in Azure to talk to your database. A Hybrid Connection does just that. It's like a bridge that lets your app in Azure reach back to your database on your server without needing complex changes to your network. The other choices don't fit as well for this task. They're used for different kinds of setups.
upvoted 3 times
syu31svc
1 year, 9 months ago
Selected Answer: D
https://learn.microsoft.com/en-us/azure/app-service/media/app-service-hybrid-connections/hybridconn-connectiondiagram.png Answer is D
upvoted 3 times
cris66
1 year, 11 months ago
Correct. On-premises data gateway can be used to connect to on-premises database for various cloud services, Power BI, Power Apps, Power Automate, Logic Apps, Dataflow. https://learn.microsoft.com/en-us/power-bi/connect-data/service-gateway-onprem But here for Azure App Service web would use Azure Hybrid Connection.
upvoted 2 times
xxxxx85xx
2 years, 9 months ago
Correct Answer
upvoted 4 times