You can set up a self-hosted agent in Azure Pipelines to run inside a Windows Server Core (for Windows hosts), or Ubuntu container (for Linux hosts) with Docker.
build agent
How to create self hosted Linux Build Agent using Terraform in Azure
In Azure, you can create Self Hosted Linux Build agent using release pipeline (Terraform template) and override template parameter values using variables.
How to monitor azure private build agent status is online or offline
You can monitor the private build agent status and send email alerts if found offline.
Schedule Azure Release Pipeline to Create & Delete VMs (Linux/Windows) and VSTS Build Agents on it
In this article we will see how you can use “Schedule release trigger” feature of Azure Release Pipeline to schedule deletion & creation of the VM and configuration of VSTS build agent.
How to create self hosted Linux Build Agent using azure release pipeline (ARM template)
Create Self Hosted Linux Build agent using release pipeline (ARM template) and override template parameter values using variables and scope for release pipeline.
How to create self hosted Windows Build Agent using azure release pipeline (ARM template)
Create Self Hosted Windows Build agent using release pipeline (ARM template).
How to create Linux (Ubuntu) VSTS build agent using ARM template in Visual studio 2017
Using ARM template you can create new WLinux VM in a new/existing vNet, storage account, nic, and public ip with the new compute stack then install the Visual Studio Team Services build agent and all dependencies.
How to create windows VSTS build agent using ARM template in Visual studio 2017
Using ARM template you can create new Windows VM in a new vnet, storage account, nic, and public ip with the new compute stack then install the Visual Studio Team Services build agent.