AzureDevOps Guide Blog

Renaming a Azure Subscription

It’s possible to rename a subscription in Azure. By default whenever a subscription is created, it will be named as “Pay-As-You-Go”. You can rename the subscription to any name of your choice. The subscription...

Project Settings in Azure DevOps

Project Settings in Azure DevOps can be used to change any settings associated with a Project such as Repository permissions, creating new groups, teams and creating new Area Paths and iteration Paths as well...

Project Limit in Azure DevOps

There is no limit on the organization creation or project creation in Azure DevOps. As an Org admin, you can create as many as projects within Azure DevOps. I have been part of Azure...

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