How to prevent "Your Functions 3.0 app is up and running" page displaying

Andrew HB 341 Reputation points
2021-02-04T12:34:59.23+00:00

Is there a way to prevent the default html page showing when you input the endpoint URL into a browser?

Seems like a major security vulnerability allowing a malicious attacker to easily collate a list of Azure Function endpoint servers, why would we want to provide this information to the entire world when we don't need to?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,331 questions
0 comments No comments
{count} votes

Accepted answer
  1. Pramod Valavala 20,646 Reputation points Microsoft Employee
    2021-02-05T05:10:25.823+00:00

    The app setting AzureWebJobsDisableHomepage controls whether this page should be disabled. The default is false.


0 additional answers

Sort by: Most helpful

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.