Azure Pipeline Connection Issue

Hi All,

I am creating an Azure pipeline but getting the same error with all the 3 types of connection authentication. Pipeline is unable execute ‘UiPath Deploy’ Task. I am facing the same issue using both local host agent and Azure Pipeline agent.

This is the error:

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: Shared.
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 https://docs.uipath.com/orchestrator/docs/self-signed-certificates were correctly followed when creating the certificate.

What could be the issue?

Hi @Ayush_Raj
here somebody had similar issue. You can check:

1 Like

I have tried this setup, but it didn’t work.

@Ayush_Raj
can be caused by

  • Connections setting issues
  • Pipeline YAML issues
    surely, other factors can influence as well

we would recommend starting first with the connection setting check

can you share with us some details on what was configured? Feel free also to share the pipeline yaml with us.

I have referred to this blog for setting up the Azure Pipeline:
How to Implement CICD Pipeline Using Azure DevOps Pipelines | Community Blog (uipath.com)

My Agent is a local host (my laptop). I can see the project’s NuGet package and the process itself being deployed on my laptop, but I am still not able to deploy the package to the orchestrator using UiPath Deploy Task on the release pipeline.

we were just asking in this direction, as this week we struggled with Pipeline and the “Could not connect…”… which can have several root causes but finally was solved by us

Exactly on the Service Connection (e.g. External App) older Tutorials, Screenshots did show a procedure which results to fail.

So feel free to share with us details

  • Orchestrator type, Connection authentication, settings etc.

Whenever any connection was workin in the past then focus on the step and YAML definition (we observed on a second case of a second person on other environment)

first try to go to the Market place–>Browser market place–>search for UiPath–>install UiPath integration–>go back and check the in azure.Hope this might help you @Ayush_Raj.