From 183869d2a278b2e6fcd1ee191e99c36095e1a4ad Mon Sep 17 00:00:00 2001 From: SychevIgor Date: Wed, 2 Dec 2020 23:20:02 +0300 Subject: [PATCH] link fixed (#1079) Co-authored-by: Akshay Gupta --- docs/setup/install-existing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/setup/install-existing.md b/docs/setup/install-existing.md index 969298bd9..a48a69fc6 100644 --- a/docs/setup/install-existing.md +++ b/docs/setup/install-existing.md @@ -16,7 +16,7 @@ shared between one or more AKS clusters and/or other Azure components. ### Prerequisites This documents assumes you already have the following tools and infrastructure installed: - [AKS](https://azure.microsoft.com/en-us/services/kubernetes-service/) with [Advanced Networking](https://docs.microsoft.com/en-us/azure/aks/configure-azure-cni) enabled -- [App Gateway v2](https://docs.microsoft.com/en-us/azure/application-gateway/create-zone-redundant) in the same virtual network as AKS +- [App Gateway v2](https://docs.microsoft.com/en-us/azure/application-gateway/tutorial-autoscale-ps) in the same virtual network as AKS - [AAD Pod Identity](https://github.com/Azure/aad-pod-identity) installed on your AKS cluster - [Cloud Shell](https://shell.azure.com/) is the Azure shell environment, which has `az` CLI, `kubectl`, and `helm` installed. These tools are required for the commands below.