Setting up Azure DevOps agent in Windows Subsystem for Linux
Windows Subsystem for Linux gives us the option to run our favorite Linux Distributions from Windows OS itself, On how to enable it you can see it over here Let us see how to...
Windows Subsystem for Linux gives us the option to run our favorite Linux Distributions from Windows OS itself, On how to enable it you can see it over here Let us see how to...
To create a new agent pool in Azure DevOps follow the below steps as shown Step 1: Go to Organization Settings Step 2: Click on Agent Pools Step 3: Click on Add Pool on...
Once I ran into issue where the machine was running scripts in a lower resolution mode than the expected one, but when I logged with a Non Human account and ran the scripts it...
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