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 be used to create a resource group in Azure....
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 be used to create a resource group in Azure....
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 owner or directly into one of the Teams in...
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 the repo from private to public follow the steps...
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 ability to change the branch name of our choice...
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 cluttersome. Azure DevOps provides a feature called “Disable repository”...
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 workflow on Ubuntu will display an error stating as...
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...
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 or the sprints. Only workitem which are not permanently...