Copying your VM Disk to Storage account
To copy the VM disk to your storage account follow the below steps Step 1: Create a New Storage account and a container inside in it Step 2: Then open the Azure CLI Step...
To copy the VM disk to your storage account follow the below steps Step 1: Create a New Storage account and a container inside in it Step 2: Then open the Azure CLI Step...
Azure CLI commands can be run in either of the below 2 ways Using Azure Portal Azure CLI OS version To use AzureCLI on Azure Portal, Login into Azure Portal and click on the...
To delete resources from Azure portal, follow the below steps Step1 : Go to Azure portal Step2: Click on All resources on the left Step 3: Then select the resources you want to delete...
Sometimes you may need to increase the Size of the Disk in an Azure VM (Remember there is no option to decrease the size, once you have increased it) Step 1: Go to Azure...
Sometimes you might not be able to export TestCases using Offline execution in AzureDevOps. Incase you wonder where the offline execution is, you can see it over here if you click on “Export to...
Sometimes you may get an error saying failed to create Release Artifact directory and even if you redeploy so many times you will still get an error like this Failed to create Release Artifact...
Generally the default YAML uses the Azure pipelines agent and you may need to change it.So instead of something like this To use a private agent, use the one below
To generate GUID for AzureDevOps Task follow the below steps Step 1: Go to https://www.guidgen.com/ Step 2: Copy the GUID generated from there Step 3: Paste in the task.json file
The below steps will help you to scan any .NET application for SAST using FortifySCA from AzureDevOps Prerequisites: 1.Fortify SCA needs to be installed Step1: Go to Pipelines and Click on Pipelines Step2 :...
To install Fortify extension on AzureDevOps, follow the below steps Step 1: Create any new build definition with an empty job Step 2: Click on “Add a task” to agent job Step 3: Then...