Ask Your Question
4

What is the process of Azure app-gateway switching to a backup backend pool when the primary pool is not functioning correctly?

asked 2023-05-30 19:56:10 +0000

david gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
3

answered 2023-05-30 20:21:02 +0000

huitzilopochtli gravatar image

When the Azure app-gateway switches to a backup backend pool, the following process takes place:

  1. The app-gateway continuously monitors the health of the backend pool members by sending periodic health probes.
  2. If the app-gateway determines that a backend pool member is not functioning correctly and returning errors, it marks that member as unhealthy.
  3. If the number of unhealthy members in the primary backend pool reaches a configurable threshold, the app-gateway switches to the backup backend pool.
  4. The app-gateway then sends health probes to the backup pool members and marks any unhealthy members as such.
  5. If the backup backend pool also has a configurable threshold of unhealthy members, the app-gateway fails over to the next backup pool until all backup pools have been exhausted.
  6. If all the backend pools are marked unhealthy, the app-gateway stops sending traffic to them and returns an error message to the client.

The app-gateway will also periodically check the health of previously unhealthy pool members and return them to the healthy state when they meet the configured criteria for a healthy backend pool member.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-30 19:56:10 +0000

Seen: 8 times

Last updated: May 30 '23