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”...

Find Organization Name/Owner in Azure DevOps

Organization name is name of the Azure DevOps Organization which can be easily found from the url of an Azure DevOps organization, if the Organization has a url like https://dev.azure.com/TestDevSecOps, then the organization name...

Restoring a deleted workitem in Azure DevOps

When a workitem is deleted, it’s not permanently deleted. The workitem goes to recycle bin from where the workitem can restored back to the backlog or the sprints. Only workitem which are not permanently...