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...
All about DevOps & Azure
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...
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...
By Default Azure Active directory doesn’t restrict their users from creating their own organizations. This is a kind of security risk which would allow anyone to create their own organizations and siphon of the...
As you know Azure DevOps has 3 access levels and they are Stakeholder, Basic and Visual Studio Subscriber. Anyone can be added as Stakeholder and it’s free of cost. Same is the case with...
The below list will provide you list of task conditions available in YAML as well as Classic pipeline along with detailed examples on how to use them to run the tasks based on the...
A Project can be either a private or public project in Azure DevOps. Since Azure DevOps is mostly used by enterprise organization, the best security practice is to change the project visibility to all...
Dashboards in Azure DevOps helps us to view the progress of the Teams by different charts and widgets like WorkItem assigned, no of bugs in pending state, Build Health, Burn down chart etc., Now...
Azure Speech to Text is an offering similar to that of Google Cloud’s Speech to Text and it can be easily integrated into websites and apps with minimal coding. This is offered under a...
Organization name is name of the Azure DevOps Organization which can be easily found from the url of an Azure DevOps organization, if the Organization has a url like https://dev.azure.com/TestDevSecOps, then the organization name...
Sometimes Developers might be checking in secrets like passwords, usernames, API keys, client secrets, service principal and passwords into repositories. And it becomes necessary for us to detect them as having secrets like those...