How to install a Private Extension in Azure DevOps
Extensions in Azure Devops can be either Public or Private. let us see how to publish and add a private extension to the organization in Azure DevOps Before Publishing an extension, you need to...
Extensions in Azure Devops can be either Public or Private. let us see how to publish and add a private extension to the organization in Azure DevOps Before Publishing an extension, you need to...
To create an extension in Azure DevOps, these are the pre-requisites Node.JS should be installed TFX-CLI should be installed Should be a owner of an Azure DevOps Organization After installing Node.js, install tfx-cli Step...
To get the list of groups in a Azure DevOps Project via API use the below url and in the below url replace the organization with the actual organization Link: https://vssps.dev.azure.com/organization/_apis/graph/groups?api-version=5.0-preview.1 When you enter...
To rename a blob in a storage container for an Azure subscription, follow the below steps Step 1: Go to your Azure Account & then choose the Storage account in which you have to...
To create a new field in any Azure DevOps process template, follow the below steps Step 1: Go to Organization Settings Step 2: Go to Process Step 3: Go to the Process template in...
Portfolio Backlog levels are the top Backlog levels you see in the Backlog in the Agile or Scrum template like below one. This can be viewed by going to Boards->Backlogs->Settings->Backlogs and the below one...
Azure DevOps Process templates gives us the ability to add new workitem types of our choice. We can add our own customized process templates with customized new fields. Follow the below steps to create...
Basic Process templates in Azure DevOps is one of the recently introduced one in addition to the pre-existing ones like Agile,Scrum and CMMI. Compared with other templates it doesn’t have many workitem types and...
Sometimes we DevOps folks might be facing an tricky situation where we may not have access to the QA or PRODUCTION server to check whether the required files has been deployed as nowdays the...
Sometimes we may run into issues like UnBootable Disk volume which clearly indicates that there might be a problem with the Disk. To repair the disk there are 2 ways we can go about,...