How do I create Azure AKS Cluster where ILB is set to private IP, not Public?

How do I create Azure AKS Cluster where ILB is set to private IP, not Public?

Whenever I create resource “azurerm_kubernetes_cluster” “sample” {}, I get an internal load balancer created. That is fine. However, that ILB is set to Public IP. and I cannot assign a Private IP to it.

How do I have the ILB created with Private IP only?