Creating an AKS Automatic cluster with your OWN custom VNET in Bicep

In this article, I'm going to show you how to deploy an AKS Automatic Cluster within your own custom virtual network using Bicep. An Azure Subscription A code editor - I'm using Visual Studio Code! The AZ CLI kubectl A bash shell (VS Code has an integrated terminal, Windows terminal is also pretty neat) If you don't know what AKS Automatic is, we'll cover that before we start. We'll then work through the Bicep code that we need to provision a cluster with our own virtual network. I've also covered this content in a video on my YouTube Channel, so check it out here

Feb 20, 2025 - 23:58
 0
Creating an AKS Automatic cluster with your OWN custom VNET in Bicep

In this article, I'm going to show you how to deploy an AKS Automatic Cluster within your own custom virtual network using Bicep.

  • An Azure Subscription
  • A code editor - I'm using Visual Studio Code!
  • The AZ CLI
  • kubectl
  • A bash shell (VS Code has an integrated terminal, Windows terminal is also pretty neat)

If you don't know what AKS Automatic is, we'll cover that before we start. We'll then work through the Bicep code that we need to provision a cluster with our own virtual network.

I've also covered this content in a video on my YouTube Channel, so check it out here