devops

Every published post tagged “devops”.

  1. 6 minArticle

    Efficient Configuration Management in AKS: Integrating Azure App Configuration for Seamless Loading of Key-Value Pairs into Config Maps

    Did you know that Azure App Configuration Service is a managed service that helps you centralize your application configuration? It provides a way to store a...

  2. 10 minArticle

    Run Terraform With Azure Pipelines

    This repo will walk you through an approach to provisioning Azure resources using Terraform code stored in a Git repo and leverage Azure Pipelines (YAML-base...

  3. 6 minArticle

    Run Your Pipelines in Azure Container Instance

    Background - Microsoft-hosted Azure Pipeline agent run in the public space; therefore, they can only deploy to environments that are publicly accessible. - S...