Yesterday Azure Frontdoor was down for 45 mins, and i could not access my webapps.
Can I put something in front of my Azure Frontdoor to handle this downtime ?
Yesterday Azure Frontdoor was down for 45 mins, and i could not access my webapps.
Can I put something in front of my Azure Frontdoor to handle this downtime ?
2
Answers
One of the workaround you can follow to resolve the above issue,
Please Make sure that you have enabled below configuration in your routing rules .
NOTE:- In backend pool there is configuration Priority and weight which have default value 1 and 50 ,Try to increase the weight as well which has max limit upto 1000.
For more information please refer the below links for Azure front door configuration:-
MICROSOFT DOCUMENTATION|CREATE FRONTDOOR FOR YOUR APPLICATION.
BLOG| Steps to implement Microsoft Azure Front Door Service.
I had the same issue and ended up using Application Gateway when outages are happening. Depending on how you do this it can be manual or automatic.
Hope this helps!