I installed an Azure Orchestrator App for my client, and now they want me to customize their Url to something like “www.companyname_orchestrator.com”. is this possible? if yes, please guide me through the process.
Thanks for your response buddy, although this doesn’t help solve my problem. the Orchestrator is installed successfully and its working, but we want to customize the URL address
Cheers a lot m8. I would not have solved this problem without your wisdom.
Good to know for people, you also need to change the settings based on the MyGet settings when pressing the publish package.
Specifically for me it meant:
Create an MyGet account
Create a feed in MyGet (I took a public one)
Go to feed details in MyGet and make sure the Your NuGet V2 feed URL (Visual Studio 2012+) link gets pasted copy pasted into the deployment section of Orchestrator in the field Deployment Url*
Go to feed details in MyGet and make sure the API key for consuming and pushing to this feed code gets pasted copy pasted into the deployment section of Orchestrator in the field API Key
Go to UIPath and as part of the Design tab click publish (if you’ve opened a robot).
Mark the “Custom” option.
Go to feed details in MyGet and make sure the Push NuGet packages to link gets copy pasted into the custom url section of this screen in UIpath
Go to feed details in MyGet and make sure the API key for consuming and pushing to this feed code gets copy pasted into the API key section of this screen in UIpath
Thanks, @shankm , I just read through this article, I think it might point to a solution for me, I will try it out and if it works I will let you know.