I don't understand but how do I set in the hosted azure pipeline build server to be a bigger machine with more ram and more CPU's?
i want to avoid installing a self-hosted agent on one of the Azure VM's I just want to use more stronger hosted agent, where can i configure this?
I'm using a hosted MAC agent.
Asked
Active
Viewed 534 times
1

user63898
- 29,839
- 85
- 272
- 514
1 Answers
1
This is not possible. Please check this documentation
If Microsoft-hosted agents don't meet your needs, then you can deploy your own self-hosted agents or use scale set agents.

Krzysztof Madej
- 32,704
- 10
- 78
- 107
-
i did read the documentation, and i saw this, this is strange to me why i need to install from scratch on azure VM self-hosted agent. i just want to make my hosted agent bigger .. i don't want to manage agent .. , – user63898 Sep 24 '20 at 11:42
-
There is no option for MAC agents. For Linux of Windows you can try use scale sets https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/scale-set-agents?view=azure-devops Sorry for having bad message, but really you are on your own and your self hosted agents here. – Krzysztof Madej Sep 24 '20 at 11:46
-
This is possible on Github Actions but not Azure DevOps. – Krzysztof Madej Sep 09 '22 at 09:49