Terraform integrates well with a variety of tools, including version control systems, continuous integration and delivery (CI/CD) pipelines, and collaboration tools.
azure
Azure DevOps Environment – Kubernetes Generic Provider (existing service account)
You can use deployment job in pipeline to deploy your microservice in Kubernetes resource created in environment.
Connect Azure DevOps to SonarQube with Self-signed Certificates – Linux Build Agent
Set a global variable, NODE_EXTRA_CA_CERTS, and set it to a copy of the certs stored locally in a directory.
Create Azure Event Hubs Namespace using Service Principal & REST APIs in POSTMAN
An Event Hubs namespace provides a unique scoping container, in which you create one or more event hubs. We will use REST API to create namespace using POSTMAN.
Create Azure Storage Account using Service Principal & Azure REST APIs in Postman
You can asynchronously create a new azure storage account using REST API in POSTMAN.
Azure DevOps Pipeline – User Defined Variables and Scope
A variable defined at the job level can override a variable set at the stage level. A variable defined at the stage level will override a variable set at the pipeline root level. A variable set in the pipeline root level will override a variable set in the Pipeline settings UI.
How to run self-hosted agent in Docker on Windows 10
You can set up a self-hosted agent in Azure Pipelines to run inside a Windows Server Core (for Windows hosts), or Ubuntu container (for Linux hosts) with Docker.
How to create azure service connection to connect to kubernetes
For an Azure RBAC enabled cluster, a ServiceAccount gets created in the chosen namespace along with RoleBinding object, so that the created ServiceAccount can do actions only on the chosen namespace.
How to Build and Test your GoLang App using Azure Container jobs
Container Jobs are a relatively new feature of Azure DevOps which executes pipelines within a container.
Error thrown while building code using azure pipeline
Resolve error NETSDK1045: The current .NET SDK does not support targeting .NET Core 3.1. Either target .NET Core 2.2 or lower, or use a version of the .NET SDK that supports .NET Core 3.1