azure cli – Retrieve and create webjobs for list of webapps in azure using azure CLI
I am trying to do web job creation, if not exist. for single webapp this line of command worked. az webapp deployment source config-zip --resource-group "rg1" --name "webapp1" --src "pathfile.zip" Zip file structure was created as described as in https://github.com/projectkudu/kudu/wiki/WebJobs.…