Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Kudu PowerShell randomly throws an error:
Window title cannot be longer than 1023 characters
This appears similar to the historical Kudu GitHub issue #2635, which was closed when the Kudu repo was archived, but the behavior is still reproducible.
PS C:\home> tcpping ubuntu-serve.net.local:3306; echo test
Connected to ubuntu-serve.net.local:3306, time taken: 489ms
Connected to ubuntu-serve.net.local:3306, time taken: 530ms
Connected to ubuntu-serve.net.local:3306, time taken: 80ms
Connected to ubuntu-serve.net.local:3306, time taken: 170ms
Complete: 4/4 successful attempts (100%). Average success time: 317.25ms
Window title cannot be longer than 1023 characters.
At line:1 char:1
+ tcpping ubuntu-serve.net.local:3306; echo test
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [], RuntimeException
+ FullyQualifiedErrorId : Argument
test
PS C:\home> exit
exit
process [2556] terminated! Press ENTER to start a new cmd process.
PS C:\home> git --version
git --version
git version 2.46.0.windows.1
PS C:\home> git --version
git --version
git version 2.46.0.windows.1
Window title cannot be longer than 1023 characters.
PS C:\home>
At line:1 char:1
+ git --version
+ ~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [], RuntimeException
+ FullyQualifiedErrorId : Argument
PS C:\home> git --version
git --version
git version 2.46.0.windows.1
Window title cannot be longer than 1023 characters.
PS C:\home> At line:1 char:1
+ git --version
+ ~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [], RuntimeException
+ FullyQualifiedErrorId : Argument
git --version
git --version
git version 2.46.0.windows.1
Window title cannot be longer than 1023 characters.
PS C:\home> At line:1 char:1
+ git --version
+ ~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:) [], RuntimeException
+ FullyQualifiedErrorId : Argument
git --version
git --version
git version 2.46.0.windows.1
PS C:\home>
2026.08.1.2?5.1.20348.54992.46.0.windows.1git --version causing the issue, but I can also reproduce it with tcpping.A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.