Microsoft Azure Administrator (AZ104) Practice Exam

Disable ads (and more) with a membership for a one time $4.99 payment

Study for the Microsoft Azure Administrator (AZ104) Exam. Prepare with flashcards and multiple choice questions, each question has hints and explanations. Get ready for your exam!

Practice this question and more.


What feature would you configure to separate internal and external traffic on an Azure Application Gateway?

  1. Path-based routing

  2. Multi-site listeners

  3. Health probes

  4. SSL offloading

The correct answer is: Path-based routing

The correct feature to configure for separating internal and external traffic on an Azure Application Gateway is path-based routing. This feature allows you to define routing rules based on the URL path of incoming requests. By setting up different routing paths, you can direct traffic to various back-end pools depending on the nature of the request, effectively segmenting internal and external traffic based on their respective paths or endpoints. For example, you could configure one path for requests served from the public internet and another path for requests coming from a specific internal network. This capability is crucial for implementing security best practices and ensuring that different types of traffic are managed correctly. While other options, such as multi-site listeners, health probes, and SSL offloading, play important roles in the functionality of the Application Gateway, they do not specifically address the requirement for traffic separation. Multi-site listeners are used to handle requests for different hosts, health probes monitor the status of back-end services, and SSL offloading deals with decrypting SSL traffic; none of these functionalities are designed for direct traffic separation like path-based routing.