After about a dozen deployments, the wwwroot
directory is filled with a lot of files due to active development and deployments. We are using VSTS\'s Azure A
For a manually process and for those not having VSTS, you can use Kudu console to delete the files/folders in Azure Web App.
To access the site/files through the Kudu console use the below URL.
https://****.scm.azurewebsites.net/ (enter your website name instead of ****)
Click on the Debug Console -> PowerShell to open a console along with files, then select and delete the files/folders using the option available.