Kudu is an important tool for App Service in Azure.
It handles deployment and also serves as a layer between the server on which an application lives and a developer, while the server is hidden from the developer as it is a managed service.
This page provides general documentation.
This tool, as I know after a couple of years using it, has much more capabilities and internal particularities. Right now, for instance, I was zip-deploying an Azure Function to a slot and the deployment never ended. Then I deleted the deployments
folder and the deployment succeeded. I know this because I already stumbled upon this issue.
Where can I find an in depth documentation of kudu and the use cases of features?