PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Tuesday, September 27, 2022

[FIXED] How to handle Outage images in Azure WebApp

 September 27, 2022     asp.net, azure, azure-web-app-service, continuous-deployment     No comments   

Issue

We are hosting our website in Azure. During the deployment(TFS) we will do the below Steps as the part of the deployment pipeline.

  1. Stop the WebApp
  2. Deploy Web App Service
  3. Start the WebApp

After the 1st step, if anyone tries to access our website, then by default Azure will return the below page

enter image description here

We really don't want our users to show this page during the outage. We are planning to show our own outage image/page in such case.

Is there is any way to achieve this?

Since Azure Web Apps in a Paas model, I'm wondering how to do this?

Any inputs Appreciated!


Solution

It seems that it does not suppport custom error page at this time. There is feedback on Enabling users to create custom error pages for 403 and 503 service unavailable messages.

I think you could up vote to promote the realization of this feature.



Answered By - Joey Cai
Answer Checked By - David Goodson (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing