You are developing a web app named mywebapp1. Mywebapp1 uses the address myapp1.azurewebsites.net. You protect mywebapp1 by implementing an Azure Web Application Firewall (WAF). The traffic to mywebapp1 is routed through an Azure Application Gateway instance that is also used by other web apps.
You want to secure all traffic to mywebapp1 by using SSL.
Q. 1 : Solution: You open the Azure Application Gateway’s HTTP setting and set the Override backend path option to mywebapp1.azurewebsites.net. You then enable the Use for App service option.
Does this meet the goal?
Correct Answer: A
Reference: https://docs.microsoft.com/en-us/azure/application-gateway/application-gateway-web-app-overview
Does this meet the goal?
B. No
Reference: https://docs.microsoft.com/en-us/azure/app-service/environment/intro
Q. 3 : Solution: You open the Azure Application Gateway’s HTTP setting and set the Override backend path option to mywebapp1.azurewebsites.net. You then add an authentication certificate for mywebapp1.azurewebsites.net.
Does this meet the goal?
B. No
In case of end to end SSL, trusted Azure services such as Azure App service web apps do not require whitelisting the backends in the application gateway.
Therefore, there is no need to add any authentication certificates.