himanshumudgal08

himanshumudgal08

How To Setup An Agent On Azure Devops

Azure DevOps Integration

Introduction To set up a self-hosted agent in Azure DevOps, follow these steps: First, generate a Personal Access Token (PAT). Next, go to Organization Settings to create an agent pool. Next, download the appropriate agent package for your operating system…

Terraform CI-CD With Azure DevOps

Azure DevOps Integration

Let’s consider a scenario in which you are deploying your infrastructure using a Terraform code (infrastructure-as-code) which is stored in a remote git repository. Now working in an organization you need to make sure that all your deployments are always…

What is a Bare Git Repository?

Bare Git Repository

A Git bare repository is a specialized version of a Git repository that serves a different purpose than a regular Git repository. Many platforms, such as GitHub, rely on bare repositories stored on their servers. When you clone a repository…