160k views
1 vote
Which is NOT a feature of Azure Application Gateway?

A) Web application firewall
B) URL rule-based routes
C) SSL termination
D) Cookie affinity
E) None of the above

User Joe Ferris
by
8.4k points

1 Answer

1 vote

Final answer:

The correct answer is E) None of the above. Azure Application Gateway includes all the listed features: web application firewall, URL rule-based routes, SSL termination, and cookie affinity.

Step-by-step explanation:

The correct answer is E) None of the above. Azure Application Gateway actually includes all of the listed features. Let's go through them one by one:

  1. Web application firewall: Azure Application Gateway provides built-in web application firewall (WAF) capabilities to protect web applications from common vulnerabilities and attacks.
  2. URL rule-based routes: With Azure Application Gateway, you can define URL rule-based routes to determine how incoming requests should be directed to different backend resources.
  3. SSL termination: Azure Application Gateway supports SSL termination, allowing it to terminate SSL/TLS encrypted traffic and then forward it to the backend servers over HTTP.
  4. Cookie affinity: Azure Application Gateway also provides cookie affinity, which enables session persistence by associating a user session with a specific backend server based on a cookie.

Therefore, the correct answer is E) None of the above as all the listed features are actually supported by Azure Application Gateway.

User Johncosta
by
7.2k points