Is it possible to configure a source control repository to deploy code to an Azure Web App slot via Powershell. (or even just the primary site)
Ideally for v2 / ARM but I'm willing to consider anything at the moment!
I have looked through the commands available in AzureRM.Websites module and there doesn't appear to be anything.
P.S. I know this is possible via template, I am currently looking for pure Powershell commands.