To build your code or deploy your application using Azure pipelines, you need at least one agent. As you add more code and people, you'll eventually need more. There are typically two types of agents we can setup in Azure DevOps. Self Hosted AgentMicrosoft Hosted Agent Microsoft Hosted Agent Azure Pipelines provides a Microsoft hosted … Continue reading How to setup Azure DevOps Self Hosted Build Agents using Azure Automation DSC
Tag: DSC
DSC Configuration in Azure Virtual Machine using Automation Account
This article explains how we can manage and configure desired state configuration (DSC) in Azure Virtual Machine using Automation Account. We will also use ARM template to hook a windows or Linux machine to automation account DSC. Benefits of using DSC with Automation Account To be able to configure machines identically with the aim to … Continue reading DSC Configuration in Azure Virtual Machine using Automation Account