Describe the bug
Deploying the AKS reference implementation 104-private-cluster fails.
To Reproduce
Follow the instructions in /tf/caf/reference_implementations/azure_kubernetes_services/aks/104-private-cluster/readme.md
Attempt to 'Deploy enhanced networking model'
Get error /tf/rover/functions.sh: line 166: cd: /tf/caf/public/landingzones/caf_networking/: No such file or directory
Amend command to replace /tf/caf/public/landingzones/caf_networking with /tf/caf/landingzones/caf_networking/ to match where the caf-terraform-landingzones repository has been cloned to
Discover that the caf-terraform-landingzones does not contain a /caf_networking/ folder
Expected behavior
Expect the enhanced networking to be deployed.
Screenshots
N/A
Environment (please complete the following information):
OS: Windows
Rover Version aztfmod/rover:0.15.4-2105.2603
Additional context
The guides here and here were used to prepare the environment.
Describe the bug Deploying the AKS reference implementation 104-private-cluster fails.
To Reproduce
/tf/caf/reference_implementations/azure_kubernetes_services/aks/104-private-cluster/readme.md
/tf/rover/functions.sh: line 166: cd: /tf/caf/public/landingzones/caf_networking/: No such file or directory
/tf/caf/public/landingzones/caf_networking
with/tf/caf/landingzones/caf_networking/
to match where the caf-terraform-landingzones repository has been cloned toExpected behavior Expect the enhanced networking to be deployed.
Screenshots N/A
Environment (please complete the following information):
Additional context The guides here and here were used to prepare the environment.