Azure-DeployWebApp
[-username] <String>
[-password] <String>
[-tenant] <String>
[-resourceGroup] <String>
[-name] <String>
[-useStagingSlot] <Bool>
[-contentFolder] <String>
[-subscription] <String>
Will deploy the contents of the folder provided into a named Azure WebApp within a resource group using an Azure service principal to authenticate
Azure-DeployWebApp -username "[service-guid]" -password "PASSWORD-HERE" -tenant "[tenant-guid]" -resourceGroup "MyWebAppResource" -name "MyWebApp" -useStagingSlot $true -contentFolder "Path\To\Folder" -subscription "MySubscription"