Microsoft Azure Security Technologies — Question 71
You have an Azure subscription.
You create a new virtual network named VNet1.
You plan to deploy an Azure web app named App1 that will use VNet1 and will be reachable by using private IP addresses. The solution must support inbound and outbound network traffic.
What should you do?
Answer options
- A. Create an Azure App Service Hybrid Connection.
- B. Create an Azure application gateway.
- C. Create an App Service Environment.
- D. Configure regional virtual network integration.
Correct answer: C
Explanation
Creating an App Service Environment (C) is the correct choice because it provides a fully isolated environment for running web apps and allows for private access to resources within a virtual network, supporting both inbound and outbound traffic. The other options, such as Hybrid Connection (A), application gateway (B), and regional virtual network integration (D), do not provide the same level of isolation and private network capabilities required for the scenario.