Reputation: 559
We have multiple webApps hosted on Azure. I want to design a consistent and standard mechanism to show an "Under Maintenance" static html page in case of Azure outage (planned and unplanned). At the moment we are not leveraging Availability sets or Load Balancer.
Any ideas are appreciated?
Upvotes: 11
Views: 22612
Reputation: 716
Azure application gateway enables this features where you can define custom page. You can add listener rule to redirect to custom page.
Steps to follow to enable in application gateway Reference Document
Upvotes: 1
Reputation: 474
I would suggest:
Upvotes: 24