We are in the process of moving from on-prem orchestrator to cloud orchestrator and are updating our Azure DevOps pipelines for deployment accordingly with a new service connection to cloud.
I seem to be getting an error when deploying to cloud orchestrator over the past couple weeks, even though I did have it working initially and nothing has changed as far as I know.
I have service connection setup using External Application.
I have the release pipeline set as follows using the above service connection:
The current package does not exist in the current tenant I’m deploying to so there should not be a package conflict.
The error message I get is the following:
**Failed to run the command. Could not connect to Cloud Orchestrator: https://cloud.uipath.com/, Account Name For App: ***, Application Id: ***, Application Scope(s): ***, Tenant: *, Organization Unit: COE/Default.
Please make sure that the provided URL (https://cloud.uipath.com/) is correct, available from your build agent, and not blocked by a firewall.
If the Orchestrator is using a self-signed SSL certificate, make sure that the build agent trusts it. Ensure that all the steps at Self-signed certificates were correctly followed when creating the certificate.
Any suggestions would be appreciated – I’ve tried many things but nothing seems to work.