azure

Every published post tagged “azure”.

  1. 9 minArticle

    Does Workload Identity on AKS work across tenants?

    A look at using Workload Identity on AKS to access Azure resources in another tenant.

  2. 8 minArticle

    Streamline Network Observability on AKS: A Step-by-Step Guide to enable the AKS add-on with Terraform

    Have you ever had to troubleshoot network issues in your Kubernetes clusters? If so, you know how challenging it can be to identify and resolve problems. To...

  3. 1 minCode

    Purging Deleted Azure Key Vaults

    Do you constantly provision and delete Azure Key Vaults? If so, you may have noticed attempts to recreate a recently deleted key vault will result in the fol...

  4. 5 minArticle

    Web Application Routing on AKS

    Exposing your web applications on Azure Kubernetes Service (AKS) has gotten a little bit easier. In this post, I will cover the new Web Application Routing f...

  5. 6 minArticle

    Deploying ARM64 workloads to AKS

    You might have heard by now that Azure has partnered with Ampere to bring ARM-based processors for virtual machines on Azure. This is super exciting as it gi...

  6. 9 minArticle

    Sharing Bicep Modules with Azure Container Registry

    One of the things I do as a Cloud Native Advocate at Microsoft is build end-to-end lab scenarios in the https://aka.ms/oss-labs repo. Most of the demo scenar...

  7. 12 minArticle

    Securely connect to your Azure Linux Virtual Machine with Tailscale SSH

    Being on the Cloud Advocate team at Microsoft, we're always looking to empower every developer to achieve more on Azure. One way of doing this is by bringing...

  8. 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...

  9. 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...

  10. 7 minArticle

    Getting Started With Terraform on Azure

    Check out the official Get Started - Azure tutorial here Terraform basics Download and Install - Download terraform from https://www.terraform.io/downloads.h...