how to disables the default landing page that is shown of a web app in azure

Jayakumar R 40 Reputation points
2025-04-24T18:01:51.7966667+00:00

How can I disable the default landing page that appears when accessing of my Azure Web App?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,756 questions
{count} votes

Accepted answer
  1. Laxman Reddy Revuri 4,325 Reputation points Microsoft External Staff Moderator
    2025-04-28T17:25:06.0166667+00:00

    Hi @Jayakumar R
    Currently, there is no dedicated Azure setting to disable the default page for Web Apps, unlike Azure Functions, which offer the AzureWebJobsDisableHomepage setting. For Web Apps, the recommended and supported approach is to deploy your own custom content.
    https://stackoverflow.com/questions/20303567/azure-website-default-page-my-sites-title/20339051
    Please accept as "Yes" if the answer provided is useful , so that you can help others in the community looking for remediation for similar issues.

    1 person found this answer helpful.
    0 comments No comments

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.