Invalid use of command line. Type “winrm -?” for help
Sometimes when you are trying to configure WinRM you might be getting an error like this saying “Invalid use of command line”. The reason is you might be trying to execute this in PowerShell...
All about DevOps & Azure
Sometimes when you are trying to configure WinRM you might be getting an error like this saying “Invalid use of command line”. The reason is you might be trying to execute this in PowerShell...
Once you have logged into Azure CLI using az login command, you can list the subscriptions assigned to you or subscriptions you have access to by running the below command as shown in your...
This error occurs when you are trying to install a application in Kubernetes cluster via Helm Charts and this error may occur due to any of the following reasons mentioned below but the most...
This error might occur when you try to install a Kubernetes cluster via Helm Charts. This specifically occurs during only certain scenarios when there are files which are not part of charts are inside...
This issue might occur when creating in persistent volume pods in kubernetes cluster and the reason is you might have already created a persistent volume that has different value than the current storage requested...
Sometimes we may need to use different branches for different Builds & Releases but with the same build pipeline. So it becomes necessary to set a default YAML branch for a Build or Release...
No! Exactly not as there are lot of organizations around the world that are still using Azure DevOps and they have got more comfortable with Azure DevOps as it’s one stop solution for Requirements...
Parallel jobs decides how many no of concurrent build and release pipelines can be run or executed in an Azure DevOps organization. Count of Parallel jobs can be increased only by an Azure DevOps...
Parallel jobs count decides how many number of builds and releases can be run concurrently in an Azure DevOps organization. If the builds and releases that are getting executed has multiple jobs then they...
In Azure DevOps, when pipelines are queued they are called as jobs and single pipeline may have one or more jobs. Each jobs run on a agent based on the agent pool and the...