info@techdevops.com | 437-991-3573 | Data Engineering Services
TechDevOps.com
Resources Tools
Experts in Microsoft SQL Server on Windows, Linux, Containers | Clusters, Always On, FCI | Migrations, Cloud, Performance



Kudu - a service which powers Azure Web Apps
by BF (Principal Consultant; Architecture; Engineering)
2016-04-26







Yesterday I discovered a great Azure Debug & Disgnostics tool for Azure Web Sites/Apps which gives some detailed information
about how a Website is actually running behind the scenes on Azure's Infrastructure. This is an excellent tool to go along
with Azure Portal & Azure Application Insight's diagnostics.


From the Kudo Project:

"Every Azure web site has an associated 'scm' service site, which runs both Kudu and other Site Extensions.
If your web site has URL http://mysite.azurewebsites.net/, then the root URL of the Kudu service is https://mysite.scm.azurewebsites.net/.
Note the added scm token."


Here are a few screenshots of the tool:



Environment:







Debug Console:







Process Explorer:







Tools..Support:







Resources:

Kudu Home

Accessing the Kudu Service

Exploring the Super Secret Kudu Debug Console - with David Ebbo