Azure / AKS-Landing-Zone-Accelerator

Official repository for the AKS Landing Zone Accelerator program
MIT License
207 stars 196 forks source link

[BUG] 11-blue-green.md file does not exsist #118

Open mifurm opened 4 months ago

mifurm commented 4 months ago

Describe the bug In the last statement of this article (https://github.com/Azure/AKS-Landing-Zone-Accelerator/tree/main/Scenarios/AKS-Secure-Baseline-PrivateCluster/Terraform#getting-started) you refer to 11-blue-green.md file which does not exsists. https://github.com/Azure/AKS-Landing-Zone-Accelerator/blob/main/Scenarios/AKS-Secure-Baseline-PrivateCluster/Terraform/11-blue-green.md

To Reproduce

  1. Go to web page: https://github.com/Azure/AKS-Landing-Zone-Accelerator/tree/main/Scenarios/AKS-Secure-Baseline-PrivateCluster/Terraform#getting-started
  2. Go down to section https://github.com/Azure/AKS-Landing-Zone-Accelerator/tree/main/Scenarios/AKS-Secure-Baseline-PrivateCluster/Terraform#deploying-blue-green-aks-clusters
  3. Look for sentence: "The details about the blue green deployment are documented here"
  4. Click in the provided link to 11-blue-green.md file.
  5. You will see the file does not exist.

Expected behavior The file should exist in the GitHub repo.