DEV Community

Cover image for Azure: Taking a Web App Offline
John Peters
John Peters

Posted on

Azure: Taking a Web App Offline

-Create a folder named offline like this:

Alt Text

-Add an html file named App_offline.htm and put it in the folder just created.
-Open Visual Studio Code to just that folder.
-Deploy to Azure.

Done, IIS knows to display that file.

Alt Text

JWP2021

Top comments (0)