Hiya folks, in this post, I will explain how easy you can create a deployment group and deploy a pipeline agent to an Azure (Windows) VM. Prerequisites An active Azure subscription (for the Azure VM deployment) An active Azure DevOps organization (check how to signup...
Before we see how we can deploy Azure Bastion using Terraform, it would be nice to read a couple of useful information about it. The last years introduced to the IT/DevOps world, the IaC (Infrastructure as a Code). A new way that allows us to manage and provision...
In this post, you can read the steps you need to follow to delete an Azure DataFactory. Specifically, the steps below apply to the error code “DeleteFactoryBlockedByIR”. The Problem When we try to delete the Azure Data factory using the...
Among the Microsoft announcements in this year’s Ignite was also a new service called Azure Arc and until the day this article is posted is in [Preview]. This service helps IT stuff to manage on-premises servers, containers, edge, multi-cloud as he would manage...
In this post, we are going to talk about Azure Resource Manager (ARM) Templates, a json file which allows us to deploy resources on Azure in a few steps. What is ARM Template In simple words, an ARM template is a JSON script. This script includes the resource(s) that...