This blog post provides a step-by-step guide on creating a self-hosted agent for Azure Pipelines. It covers the installation of the Azure Pipelines agent, configuration with your Azure DevOps account, starting the agent, and using it in your pipelines.
Latest posts tagged on "Azure Pipeline"
Running a SQL Script from the Azure Pipeline using a Service Principal with Certificate
In this blog post, we will discuss how to securely and reliably execute a SQL script from an Azure Pipeline using a Service Connection with a Client Secret. We will explore the step-by-step process, starting with creating a Service Connection in Azure DevOps, creating a service principal, setting the permissions and finally setting up the Azure Pipeline.
Running a SQL Script from the Azure Pipeline using a Service Principal with Client Secret
In this blog post, we will discuss how to securely and reliably execute a SQL script from an Azure Pipeline using a Service Connection with a Client Secret. We will explore the step-by-step process, starting with creating a Service Connection in Azure DevOps, creating a service principal, setting the permissions and finally setting up the Azure Pipeline.