how to show maintenance page in azure website ?

Deshmukh, Vijit 516 Reputation points
2022-05-23T06:20:25.04+00:00

Hi Team,

We have deployed angular application (frontend) to azure app service.
Now we want to show the maintenance page during downtime of the website.
Please let us know how it can be done

Azure Front Door
Azure Front Door
An Azure service that provides a cloud content delivery network with threat protection.
858 questions
Azure Application Gateway
Azure Application Gateway
An Azure service that provides a platform-managed, scalable, and highly available application delivery controller as a service.
1,217 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Luis Rodriguez 6,226 Reputation points Microsoft Employee
    2022-05-23T07:06:45.343+00:00

    Hello @Deshmukh, Vijit

    Welcome to Microsoft Q&A Platform,

    You can do it by creating a new "maintenance" slot or configuring it via application gateway, in case you use it. Please refer to the thread below:

    https://stackoverflow.com/questions/48551848/azure-website-outage-maintenance-page

    I hope this helps!

    ----------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members

    1 person found this answer helpful.

  2. Deshmukh, Vijit 516 Reputation points
    2023-01-04T15:37:35.567+00:00

    Hi @Luis Rodriguez

    By using the static website of Azure storage in azure front door we are able to show the maintenance page for our website, like below.

    Site URL : https://xxx-xx-h7axxxxxxxxxvfn.z01.azurefd.net/

    276146-image.png

    Settings done at front door is like -

    276075-image.png

    Now we want to display the same maintenance page for the different url path our website; e.g., https://xxx-xx-h7axxxxxxxxxvfn.z01.azurefd.net/home/contact-us for this path as well we want to show the maintenance page.
    Please guide how we can implement this, as we change the URL path it gives the below error

    276070-image.png

    1 person found this answer helpful.
    0 comments No comments

  3. Deshmukh, Vijit 516 Reputation points
    2023-01-09T11:49:25.207+00:00

    Hi Team,
    Any update on this pls

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.