Create Azure Resource Group using Terraform
Terraform can be used to create multiple resource groups in Azure and the simplest among them is creating a resource group, the below code can… Read More »Create Azure Resource Group using Terraform
I am an Azure DevOps expert who has worked on TFS/Azure DevOps from 2012 as part of my job.
Terraform can be used to create multiple resource groups in Azure and the simplest among them is creating a resource group, the below code can… Read More »Create Azure Resource Group using Terraform
To add a new user or invite an external user in Terraform, follow the below steps (You can add a new user either as a… Read More »How to add a user in a Terraform?
GitHub repos can be either public or private. If a repo is private it would be visible only to owners of the repository. To change… Read More »Change a Private GitHub Repo to Public
Previously repositories in Azure DevOps will have default branch name as “Master” once the repository is created in Azure DevOps but now we have the… Read More »Default Branch name at Project Level in Azure DevOps
Sometimes it it becomes necessary to archive the repositories as too many repositories might lead to confusion and in addition it also makes the project… Read More »Archive repository in Azure DevOps
Github actions generally run on Ubuntu Platform for any application targeting .NET5 or .NET6, But if it’s a application targeting Windows Platform then running the… Read More »GitHub Actions: set the EnableWindowsTargeting property to true.
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… Read More »Azure Speech to Text | Demo & Pricing
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… Read More »Find Organization Name/Owner in Azure DevOps
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… Read More »Secrets Scanning in Azure DevOps Repositories
When a workitem is deleted, it’s not permanently deleted. The workitem goes to recycle bin from where the workitem can restored back to the backlog… Read More »Restoring a deleted workitem in Azure DevOps