I have a couple of azure web apps deployed from bitbucket. It was all working fine and never had any problems at all. Since my last commit the azure deployment now fails with the following error:
Command: deploy.cmd
Installing Kudu Sync
D:\local\AppData\npm\kudusync -> D:\local\AppData\npm\node_modules\kudusync\bin\kudusync
kudusync@0.2.3 D:\local\AppData\npm\node_modules\kudusync
├── commander@2.6.0
├── q@1.1.2
└── minimatch@2.0.1 (brace-expansion@1.1.0)
Test
'D:\Program' is not recognized as an internal or external command,
Handling .NET Web Application deployment.
operable program or batch file.
An error has occured during web site deployment.
Usually when there's a deployment error caused by the code I can get to the root cause by examining the error but this time it seems quite unrelated.
Anyone had a similar problem before?
Thanks