"Window title cannot be longer than 1023 characters" from a PowerShell Azure WebJob

I have the following piece code (extracted from larger script): Write-Output "Syncing $directory" Push-Location $directory git pull origin $branch $directoryName = [IO.Path]::GetFileName($director...