Skip to main content

Posts Tagged ‘application gateway’

Azure Application Gateway – 10 Lessons Learned

Azure Application Gateway is a powerful Microsoft Azure PaaS service that is providing HTTP load balancing, reverse proxy, SSL termination and web application firewall capabilities. It’s very well documented there: https://docs.microsoft.com/en-us/azure/application-gateway/. However, there a a few not-that-obvious things that could be easily missed in the provided documentation. I recently spent some time working with Azure […]

Defining Azure Application Gateway custom probes in ARM template

By far, the most convenient way to configure Azure Application Gateway is to use ARM template. The reasons are: – Application gateway configuration could be really complex, it may have multiple backend server pools, listeners and complicated routing rules – Application gateway is generally slow to configure. It’s not uncommon to wait 10-15 minutes for […]