Setting up Continuous Delivery with Azure DevOps directly from Azure VMs

To set up the Continuous delivery with Azure VMs, either you can configure it from Azure DevOps Release Pipeline and deploy it on Azure VMs. Alternatively, you can configure it directly from Azure VMs.

Consider you want to deploy an application directly on Azure VM, and you have build pipeline and release pipeline created. Now, open the Azure VMs, and navigate to “Continuous Delivery” available under “Settings

Once you select the “Continuous Delivery” you will find an option to configure the CD pipeline that deploys into the VM. You need to select the Azure DevOps Project and build pipeline details.

Once all the details provided, it will start connecting with Azure DevOps Project and initiate release.

Let us dig into the release pipeline in Azure DevOps Project. You can check details on the deployment pipeline, where you will find the release pipeline created on the Azure DevOps that is triggering the deployment.

#azure #azure devops #azure vm

Setting up Continuous Delivery with Azure DevOps directly from Azure VMs
2.45 GEEK