Can we disable the Health check for the for Azure App service if we have elastic premium service plan

Sadanand Khatri 40 Reputation points
2023-03-01T09:03:59.91+00:00

Hello,

Can we disable the Health check for the for Azure App service if we have elastic premium service plan ?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,929 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,960 questions
{count} votes

Accepted answer
  1. VenkateshDodda-MSFT 25,111 Reputation points Microsoft Employee Moderator
    2023-03-01T09:54:45.7666667+00:00

    @Sadanand Khatri Thank you for reaching out to Microsoft Q&A.

    By default, when you create a function app running on Elastic Premium plan the health check will be in disabled state only. Yes, If you want you can disable it but please verify if you are using this status check in any of the other component. 

    To disable Health check, you can go to the Azure portal and select your App Service app. Under Monitoring, select Health check and then select Disable. Please note that disabling Health check may impact the performance of your app.

    For more information you can refer to this documentation about the health check feature on App service.

    1 person found this answer helpful.

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.