Author: Shan

How to add a user in a 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 owner or directly into one of the Teams in...

Change a Private GitHub Repo to Public

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 the repo from private to public follow the steps...

Archive repository 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 cluttersome. Azure DevOps provides a feature called “Disable repository”...