Developing Solutions for Microsoft Azure (legacy) — Question 16
You are developing a web app that is protected by Azure Web Application Firewall (WAF). All traffic to the web app is routed through an Azure Application
Gateway instance that is used by multiple web apps. The web app address is contoso22.azurewebsites.net.
All traffic must be secured with SSL. The Azure Application Gateway instance is used by multiple web apps.
You need to configure the Azure Application Gateway for the web app.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
Answer options
- A. In the Azure Application Gateway's HTTP setting, enable the Use for App service setting.
- B. In the Azure Application Gateway's HTTP setting, set the value of the Override backend path option to contoso22.azurewebsites.net.
- C. Convert the web app to run in an Azure App service environment (ASE).
- D. Add an authentication certificate for contoso.azurewebsites.net to the Azure Application Gateway.
Correct answer: C, D
Explanation
The correct steps are C and D. Converting the web app to an Azure App Service Environment (ASE) allows it to meet additional security and scalability requirements, while adding an authentication certificate ensures that SSL is properly configured for secure traffic. Options A and B are not necessary for configuring SSL or security in this scenario.