The Azure management interface is desperately slowing down the loading of a list of web tasks, and the new portal simply shuts down and does not complete 95% of the time.
We have many WebApps (often deployed for each region) in Azure that do web jobs. It is extremely cumbersome and slow to go through the user interface to do all this.
I know that the Kudu API offers start / stop mechanisms for web tasks, and you can simply drop the file named “disable.job” in the tasks folder to stop it, but all this requires going through an extremely annoyingly slow user interface data ($ username, password).
Is there a PowerShell cmdlet that I somehow missed, or a public script to help do this? Ideally, I just want to provide my Azure credentials or import certificates.
(Honestly, it's pretty surprising that Microsoft Key Cloud / DevOps will be almost completely UI dependent, and on an extremely slow / useless interface.)
source
share