Hi there! This blog post was published over 18 months ago. A lot can change in that time, so some of the information might now be outdated. It’s worth verifying the details or checking for newer updates.
In Azure you will need to add a line to your web.config to allow the Umbraco 404 error page to work, otherwise, your users will be greeted with the following message:
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.
The change you need to make in your web.config is as follows:
<configuration>
...
<system.webServer>
<httpErrors existingResponse="PassThrough" />
...
</system.webServer>
...
</configuration>
About the author
Aaron Sadler
Aaron Sadler, Umbraco MVP (2x), Umbraco Certified Master Developer and DevOps Engineer