You are deploying an Azure Application Gateway to publish a secure web application. You need to configure a new listener to accept incoming HTTPS traffic. Which two settings must be defined directly within the listener configuration? (Select two.)
- The frontend IP address configuration (public or private)Answer
- The SSL/TLS certificateAnswer
- CThe backend pool containing the target web servers
- DThe inbound Network Security Group (NSG) rules for the gateway subnet
Answer
To configure a listener for HTTPS traffic on an Azure Application Gateway, you must define the frontend IP address configuration and the SSL/TLS certificate directly on the listener.
An Application Gateway listener is the logical entity that checks for incoming connection requests. For HTTPS, it must know which frontend IP address to monitor and require an SSL/TLS certificate to secure the session and decrypt the traffic.
Step-by-Step Solution
Key Concept
Azure Application Gateway Listener Configuration