I have an Azure Cloud project.
It has been deployed many times. We are now handing over the packages to the client to install in their Azure instance.
The customer has reported the error "The certificate with the thumbprint XXXX was not found" when deploying to a fresh cloud service. I can reproduce the error by creating a fresh cloud service and attempting to upload the package.
I don't recall having seen this issue over 6 months ago when we initially deployed this although back then we may have used Publish first and then uploaded the packages. It's the only difference I can recall. I have also copied the solution files to a different location on my drive as the path names were getting to long for the build process.
Am I missing something? Have I forgotten to do something here?
How do I resolve this and am I correct that this error has not been seen before now because of the Publish process?
Just trying to understand the problem. We will not be having publish access to the customer's Azure so want to make sure we can send them the correct packages.