I have a question about deploying app to azure virtual scale set. I use an instruction from this blog.
My problem is with release an image to azure and more specifically with Deployment Inputs in task "Build immutable image".
Screen with my Deployment Inputs section
And when I try to Release it I have an error:
[error]Error happened while `initializing task: Not found any file matching pattern: d:\a\r1\a\Proj\ under root folder: d:\a\r1\a..`
How should the correct paths look? Setting as in the instructions from the blog results in the same error. What is this: "d:\a\r1\a\"?
EDIT:
Ok. I have dealt with this problem.
It should be:
Deployment Package $(System.DefaultWorkingDirectory)/Proj/drop
Deployment script Deploy/ubuntu/deployNodejsApp.sh
But the there is a second one. In step "Buil immutable image" I have an error:
2017-08-18T13:34:56.6852114Z ##[error]Error: d:\a\_temp\1503062745199\packer\packer.exe failed with return code: 1
2017-08-18T13:34:56.6992118Z ##[section]Finishing: Build immutable image
and it does not move on to the next step: Azure powershell script.
In my azure storage account I have new vhd file, but when I used it in template to create scale set I still have information Continuous Delivery is currently not supported on Virtual machine scale sets which use OS images from gallery. Choose a virtual machine scale set which uses a custom image.