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.
agent
How to Build and Test your GoLang App using Azure Container jobs
Container Jobs are a relatively new feature of Azure DevOps which executes pipelines within a container.
PuTTY Agent forwarding to connect to private k8s cluster node from laptop via Bastion
Agent forwarding is a mechanism whereby an SSH client allows an SSH server to use the local agent on the server, the user logs into, as if it was local there.
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.
Some of the Terraform – Azure script errors and solutions
Some of the errors you receive while creating infrastructure in Azure using Terraform
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.