Forum Discussion
Vinoth_Azure
Aug 01, 2023MCT
Azure app service - diagnostics Rest API
Hello team, I have recently noticed the Azure app service rest API references for diagnostics, Is this referring to the diagnostics and solving problems in the portal? Or it is different? I am n...
BENDA_N
Jun 28, 2025MCT
Hi
Yes, the Azure App Service Diagnostics REST API refers to the same engine used in the "Diagnose and solve problems" blade in the portal. It lets you programmatically run detectors and get diagnostic insights.
Official docs: https://learn.microsoft.com/en-us/rest/api/appservice/diagnostics
You can list detectors, run them, and fetch results—great for automation or custom tooling