Update Project Visibility in Azure DevOps
A Project can be either a private or public project in Azure DevOps. Since Azure DevOps is mostly used by enterprise organization, the best security… Read More »Update Project Visibility in Azure DevOps
A Project can be either a private or public project in Azure DevOps. Since Azure DevOps is mostly used by enterprise organization, the best security… Read More »Update Project Visibility in Azure DevOps
Tags used to identify similar workspaces in Terraform Cloud, with tags we can easily identify which workspace is related to other workspaces in Terraform Cloud.… Read More »Workspace Tags in Terraform Cloud
When you don’t want other users to do or redeploy the changes in the Cloud via a workspace, then you can lock your workspace and… Read More »Locking a Terraform workspace in Terraform Cloud
Terraform Cloud offers different plans like Free, Trial, Team, Team and Governance and Business Plan. The Basic plan is free plan which is available to… Read More »How to change your Terraform Plan in Terraform Cloud
Terraform can be used to create multiple resource groups in Azure and the simplest among them is creating a resource group, the below code can… Read More »Create Azure Resource Group using Terraform
To add a new user or invite an external user in Terraform, follow the below steps (You can add a new user either as a… Read More »How to add a user in a Terraform?
GitHub repos can be either public or private. If a repo is private it would be visible only to owners of the repository. To change… Read More »Change a Private GitHub Repo to Public
Previously repositories in Azure DevOps will have default branch name as “Master” once the repository is created in Azure DevOps but now we have the… Read More »Default Branch name at Project Level in Azure DevOps
Sometimes it it becomes necessary to archive the repositories as too many repositories might lead to confusion and in addition it also makes the project… Read More »Archive repository in Azure DevOps
Github actions generally run on Ubuntu Platform for any application targeting .NET5 or .NET6, But if it’s a application targeting Windows Platform then running the… Read More »GitHub Actions: set the EnableWindowsTargeting property to true.