
Answer-first summary for fast verification
Answer: Azure Firewall with policy rule sets
Azure Firewall with policy rule sets is recommended because it provides the best control over access to the on-premises network. Azure Firewall is a managed, cloud-based network security service that protects your Azure Virtual Network resources. By using policy rule sets, you can filter traffic to and from the on-premises network, minimizing the number of public IP addresses that need to be allowed. This helps to securely manage and control the communication between the web apps and the on-premises application server, leveraging the ExpressRoute connection for private communication channels. Azure Front Door and Application Gateway are not as suitable for this scenario because they primarily handle web traffic and lack comprehensive control over network access policies.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your company is currently in the process of designing an application architecture for Azure App Service Environment (ASE) web apps. To facilitate communication between the on-premises network and your Azure environment, you are utilizing an ExpressRoute connection. Your task is to recommend a solution that ensures seamless communication between the web apps hosted in the ASE and an on-premises application server. It is crucial that the proposed solution minimizes the number of public IP addresses permitted to access the on-premises network. What should be included in your recommendation?
A
Azure Traffic Manager with priority traffic-routing methods
B
Azure Firewall with policy rule sets
C
Azure Front Door with Azure Web Application Firewall (WAF)
D
Azure Application Gateway v2 with user-defined routes (UDRs)
No comments yet.