I'm trying to use PowerShell to put an updated content file onto an Azure Website via the REST API. However, when supplying my credentials into Invoke-RestMethod -Credentials
I am returned the HTML of the standard Azure login page.
How can I authenticate with Kudu from PowerShell? Thanks.
See Question&Answers more detail:os