DEV Community

Cover image for Azure Functions Tips: disable the home page for a function app
Massimo Bonanni
Massimo Bonanni

Posted on

2

Azure Functions Tips: disable the home page for a function app

When you create a Functions App in Azure, you choose its name and Azure provides you the URL of the home page for the app.

The URL of your Function App in the Azure portal

You have this URL even your Function App doesn't contain any Http Trigger Functions and if you try to navigate to that url, you can see the following page:

The default welcome page for the Function App

If you want, you can disable the welcome page using the AzureWebJobsDisableHomepage setting in the function app configuration.
You disable the welcome page setting the Function App configuration as in the following picture:

The disable welcome page configuration

With this configuration, if someone tries to browse the previous url, he gets an HTTP Status code 204 (no content).

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

Top comments (0)

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more