The article demonstrates deploying an AKS Automatic Cluster within a custom virtual network using Bicep.AKS Automatic simplifies setting up Azure Kubernetes Service with default configurations, covering node management, security, and more.It utilizes Azure Linux OS, automatic upgrades, Azure RBAC, and workload identity for secure authentication.AKS Automatic implements Azure CNI overlay networking with Cilium for pod communication and AKS App Routing for ingress.Auto-scaling features include AKS Node Autoprovisioning, KEDA, and Vertical Pod Autoscaler for efficient resource utilization.Observability aspects include Managed Prometheus, Container Insights, and Managed Grafana for metrics, logs, and visualization.Deployment through Infrastructure-as-code may not include all features initially, such as Managed Prometheus and Grafana.The article guides on creating resources like an AKS cluster, managed identity, and a virtual network with subnets using Bicep.Network Security Group is set up to restrict traffic between subnets, and a user-assigned managed identity is created for authentication.Role assignments, including Network Contributor and AKS Cluster Admin roles, are explained to manage permissions.