Author: Shan

Azure Subscription List using Azure CLI

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...

Is Azure DevOps is going away?

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 in Azure DevOps

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...