Azure App Configuration
An Azure service that provides hosted, universal storage for Azure app configurations.
241 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
What is the purpose of the WEBSITE_ENABLE_DIAGNOSTICS
application setting? What are the effects of turning it ON or OFF?
Hi Kumar, Arun ,
Welcome to the Microsoft Q&A Platform!
The purpose of the WEBSITE_ENABLE_DIAGNOSTICS
setting in Azure App Services is to control the enabling of diagnostic features for your web application. It facilitates the collection of diagnostic data, such as HTTP logs, application logs, and telemetry, making it useful for debugging, monitoring, and performance analysis.
Effects of Turning it ON:
Effects of Turning it OFF