Getting this Azure error when deploy to a Cloud Service that does not contain any deployments.
“An exception occurred when calling the ServiceManagement API. HTTP Status Code: 404. Service Management Error Code: ResourceNotFound. Message: No deployments were found… Operation Tracking ID: 42dec075433c433c91244e4e27db57e2.”
For the first deployments you may need to set the “Swap” option to “Always deploy” and the “Instance count” option to “Use … XML file”, and then re-create your release. There is a bug in the current Azure deployer in that it tries to check existing deployments and fails when there are none.
In our case, we often remove deployments in the “Staging”-slot to minimize the number of instances running in azure we don’t need (save money basically), so there would very often be an empty slot we are deploying to.
Will try to update the step to always use the XML file and see if that works.
I’m currently having this issue and although the workaround is working I can’t go and do that every time.
It’s a real problem, when do you think it will be fixed?
I’m currently using Version 2.4.10.235.
Is it fixed in Version 2.5.5.318?
Thanks