How to rename a blob in Azure
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 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,...
Each and every workitem (Bugs,Epics,Features,UserStories, TestCases,TestSuites) can be deleted from a project in Azure DevOps A workitem can be deleted normally as well as permanently. A workitem deleted normally moves to Recycle Bin in...
If you get an error like “Container Path” not found in the VSTS (AzureDevops) Build or Release pipeline then most probably the issue is with the working directory of the powershell script that’s being...
In Azure we can also create VHD’s or export an VHD and create a VM using that VHD.Let us see what are the steps that we need to do to create Managed Disks from...