The “remote 0000000000aaTF401027” error is related to account permission on the repository. Usually, you can resolve it by giving the Contribute permission to the account that gets the error message. Navigate to the Azure DevOps protal and select your...
Hi folks, in this blog post, I will explain the process to create from scratch an Azure DevOps service account which you can use in Azure DevOps pipelines for Power Platform projects. Sign in to the Azure portal at portal.azure.com, search for Azure Active Directory,...
In this post, I will show you how to deploy Azure Blob Storage within an Azure Resource Group using Terraform language with the AzureRM module. Let’s demo it In order to follow the commands below you will only need an active Azure subscription. The tool for...
Terraform by HashiCorp is an infrastructure-as-code tool. It allows infrastructure automation to be deployed via code. With Terraform, infrastructure provisioning has been simplified by using a simple, human-readable syntax. Prerequisites An active Azure subscription...
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...
This post will walk you through the steps of setting up a Personal Access Token (PAT) in an Azure DevOps organization. From your DevOps organization’s main page, on the top right side. Select the user setting and then “Personal access tokens”. Select...