Note: This question is part of series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You are designing an Azure solution for a company that wants to move a .NET Core web application from an on-premises data center to Azure. The web application relies on a Microsoft SQL Server 2016 database on Windows Server 2016. The database server will not move to Azure.
A separate networking team is responsible for configuring network permissions.
The company uses Azure ExpressRoute and has an ExpressRoute gateway connected to an Azure virtual network named VNET1.
You need to recommend a solution for deploying the web application.
Solution: Deploy the web application to a web app hosted in a Premium App Service plan. Configure VNET Integration for the App Service plan.
Does this meet the goal?
Click on the arrows to vote for the correct answer
A. B.A
VNet Integration gives your web app access to resources in your virtual network. VNet Integration is often used to enable access from apps to a databases and web services running in your VNet.
https://docs.microsoft.com/en-us/azure/app-service/web-sites-integrate-with-vnetThe given scenario requires the deployment of a .NET Core web application that relies on a Microsoft SQL Server 2016 database on Windows Server 2016 to Azure, while the database server will not move to Azure. Also, a separate networking team is responsible for configuring network permissions, and the company uses Azure ExpressRoute with an ExpressRoute gateway connected to an Azure virtual network named VNET1.
The recommended solution is to deploy the web application to a web app hosted in a Premium App Service plan and configure VNET Integration for the App Service plan.
This solution is valid and can meet the goal for the following reasons:
Therefore, the solution of deploying the web application to a web app hosted in a Premium App Service plan and configuring VNET Integration for the App Service plan meets the given scenario's goals. The answer is "A. Yes."