How to use Azure kudu zipdeploy from a Bamboo deployment server
问题 I am trying to find a way to deploy an app service update to an Azure app service from a Bamboo deployment server script task using PowerShell. I am running into a problem with the authentication part. Note: Credit to https://markheath.net/post/deploy-azure-webapp-kudu-zip-api for the script ideas. Below is my PowerShell script. $PublishingUsername = ["The value of the userName property name in the Azure PublishSettings file"] $PublishingPassword = ["The value of the userPWD property name in