How to install UiPath Orchestrator on an Azure App Service platform

0 votes
How to install UiPath Orchestrator on an Azure App Service platform?
Apr 2, 2019 in RPA by Jason
2,524 views

1 answer to this question.

0 votes

Hey @Jason, to install UiPath Orchestrator on an Azure App Service, perform the following steps:

1. In the Azure Portal, under App Services, create a new app service with a custom name such as UiPathOrchestrator

2. Set the database connection string in the Application Settings of the web app, with the name "Default". For example: 

Server=13.13.13.13;Initial Catalog=UiPath;Persist Security Info=False;User ID=dbUser;Password=pass123; MultipleActiveResultSets=False;Encrypt=True; Connection Timeout=30;TrustServerCertificate=True

3. Select the app and, in the Overview tab, click Get Publish Profile. The [appservicename].PublishSettings file is downloaded.

4. Download the UiPathOrchestrator.zip archive and run the 

Publish-Orchestrator.ps1 script 

in PowerShell, as follows:

Publish-Orchestrator.ps1 `
-action Deploy `
-package "path/to/package" `
-publishSettingsPath "path/to/publishSettings" `

This procedure generates two files:

AzurePublishParameters.json

AzureApplicationSettings.json

5. Store the AzurePublishParameters.json file to a preferred location, as you need it for future deployments.

6. Open the AzureApplicationSettings.json file with a text editor such as Notepad++.

7. Copy all the information present in the AzureApplicationSettings.json file to the Azure Portal, in the Application settings tab, under the App settings section.

8. Start the Orchestrator app service. Enjoy using Orchestrator on your Azure Portal.

Hope this helps!!

If you need to know more about Azure, enroll with Microsoft Azure training course today.

Thank you!!

answered Apr 2, 2019 by Abha
• 28,140 points
can someone please provide a link to UiPathOrchestrator.zip

Hey, to get the download link of UiPath Orchestrator zip file, you first have to create a service request by Uipath Support. You can contact Technical Support team for getting zip file from here: https://www.uipath.com/company/contact-us/contact-technical-support

Related Questions In RPA

0 votes
1 answer

What is an Environment in UiPath Orchestrator and how to create one?

Hi @Amisha, an Environment is a grouping ...READ MORE

answered Apr 5, 2019 in RPA by Anvi
• 14,150 points
7,702 views
0 votes
1 answer

How to select an item in UiPath that starts with a string

use a wildcard in selector. make sure that ...READ MORE

answered May 21, 2018 in RPA by wrecker
• 3,110 points
3,201 views
0 votes
1 answer

How to select an item in UiPath that starts with a string

Just use a wildcard in selector. Given ...READ MORE

answered May 28, 2018 in RPA by wrecker
• 3,110 points
956 views
0 votes
4 answers

How to find the sum of 2 columns of an excel and display it in a 3rd column using UIPATH?

These are the steps to add two ...READ MORE

answered Aug 2, 2019 in RPA by Shivi Singhal
13,885 views
0 votes
1 answer

How can I install Orchestrator for Uipath through Windows Installer?

Hi @Harshit, for installing UiPath Orchestrator through ...READ MORE

answered Apr 2, 2019 in RPA by Abha
• 28,140 points
5,479 views
0 votes
1 answer

What are the Software requirements for installing UiPath Orchestrator?

Hey @Megha, software requirements for installing UiPath ...READ MORE

answered Apr 2, 2019 in RPA by Anvi
• 14,150 points
1,431 views
0 votes
1 answer

What all Hardware requirements are there for installing UiPath Orchestrator?

Hey @Ajit, hardware requirements for installing UiPath ...READ MORE

answered Apr 2, 2019 in RPA by Abha
• 28,140 points

edited Apr 2, 2019 by Abha 1,508 views
0 votes
1 answer

Prerequisites for installing UiPath Orchestrator Server

Hi @Disha, prerequisites for installing Orchestrator Server ...READ MORE

answered Apr 2, 2019 in RPA by Anvi
• 14,150 points
2,098 views
0 votes
1 answer

How to install and configure Native Citrix on UiPath studio?

Hi Utkarsh, Native Citrix support enables you ...READ MORE

answered Mar 28, 2019 in RPA by Abha
• 28,140 points
3,297 views
0 votes
1 answer

How to retrieve an Instance ID in UiPath Orchestrator?

Hey Apkesha, in case you have missed ...READ MORE

answered Oct 24, 2019 in RPA by Abha
• 28,140 points
2,357 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP