As on the image it says "The following software is installed on machines in ....." Is there any way to install my own or any other 3rd party softwares to install to this server.
Asked
Active
Viewed 95 times
1 Answers
1
Hosted agent are like SaaS, which are maintained by Azure DevOps (you neither owned this agent nor able to configure it)
There are two ways which your request can be achieved
- You can make a request in this Github repo, by mentioning your requirement. But I'll not recommend this one since there is no guarantee that Microsoft will install this software in their Hosted Agent (due to compliance/license or other policies).
- If you really want to install any 3rd party software you should consider by using your own custom Agent.

Jayendran
- 9,638
- 8
- 60
- 103
-
Thanks.Do you know how to use a custom Agent? – user2728409 Dec 25 '18 at 15:09
-
@user2728409 sure, please check [here](https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/agents?view=vsts#install) you can install an agent in windows,mac,redhat and ubuntu – Jayendran Dec 26 '18 at 05:51