I have an existing Virtual Network created with two subnets: aks-subnet
and persistence-subnet
.
My goal is to create an Azure Kubernetes Cluster inside the aks-subnet
I am creating resource groups and resources [at the subscription level][1], using the New-AzDeployment
command from PowerShell core.
Like my idea is create a resource group and deploy resources to it, I have a nested template defining the resources to create in the resource group.
So I have the resource group created from the ARM template