ambitious-island-4760
06/27/2022, 12:57 PMMC_abc_xyz
resource group where it puts all its node pool resources.
• Within this resource group, it creates a private DNS zone because we're dealing with private AKS clusters
• Within this private DNS zone we need to manually create a Virtual network link
to another subscription and VNet of ours where our DNS forwarder lives
• When we do not create this manually while the pipeline is running, resolving goes bad and creation of the private cluster fails
Needless to say we would like to not do the manual step 🙂 Any tips?