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...
hazem
Jun 04, 2025Brass Contributor
Hello!
The full, up-to-date REST API reference including JSON schemas, sample requests, and response definitions..etc is located here: https://learn.microsoft.com/en-us/rest/api/appservice/diagnostics?view=rest-appservice-2024-11-01
For any slot-specific endpoints (e.g., diagnostics on deployment slots)
Simply insert /slots/{slotName} after /sites/{siteName} in the URI.
See also : https://learn.microsoft.com/en-us/azure/app-service/overview-diagnostics
Cheers!