Skip to content

Commit fecb77f

Browse files
Merge pull request #285426 from schaffererin/userstory300809
Updated Azure portal info to align with updated portal UI
2 parents 8294737 + 6243e1a commit fecb77f

File tree

1 file changed

+15
-11
lines changed

1 file changed

+15
-11
lines changed

articles/application-gateway/tutorial-ingress-controller-add-on-existing.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@ You can use Azure CLI or portal to enable the [application gateway ingress contr
1717
In this tutorial, you learn how to:
1818

1919
> [!div class="checklist"]
20-
> * Create a resource group
21-
> * Create a new AKS cluster
22-
> * Create a new application gateway
23-
> * Enable the AGIC add-on in the existing AKS cluster through Azure CLI
24-
> * Enable the AGIC add-on in the existing AKS cluster through Azure portal
25-
> * Peer the application gateway virtual network with the AKS cluster virtual network
26-
> * Deploy a sample application using AGIC for ingress on the AKS cluster
27-
> * Check that the application is reachable through application gateway
20+
>
21+
> * Create a resource group.
22+
> * Create a new AKS cluster.
23+
> * Create a new application gateway.
24+
> * Enable the AGIC add-on in the existing AKS cluster through Azure CLI.
25+
> * Enable the AGIC add-on in the existing AKS cluster through Azure portal.
26+
> * Peer the application gateway virtual network with the AKS cluster virtual network.
27+
> * Deploy a sample application using AGIC for ingress on the AKS cluster.
28+
> * Check that the application is reachable through application gateway.
2829
2930
[!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
3031

@@ -78,11 +79,14 @@ If you'd like to continue using Azure CLI, you can continue to enable the AGIC a
7879
appgwId=$(az network application-gateway show --name myApplicationGateway --resource-group myResourceGroup -o tsv --query "id")
7980
az aks enable-addons --name myCluster --resource-group myResourceGroup --addon ingress-appgw --appgw-id $appgwId
8081
```
81-
## Enable the AGIC add-on in existing AKS cluster through Azure portal
8282

83-
If you'd like to use Azure portal to enable AGIC add-on, go to [(https://aka.ms/azure/portal/aks/agic)](https://aka.ms/azure/portal/aks/agic) and navigate to your AKS cluster through the portal link. Select the **Networking** menu item under **Settings**. From there, go to the **Virtual network integration** tab within your AKS cluster. You'll see an **Application gateway ingress controller** section, which allows you to enable and disable the ingress controller add-on. Select the **Manage** button, then the checkbox next to **Enable ingress controller**. Select the application gateway you created, **myApplicationGateway** and then select **Save**.
83+
## Enable the AGIC add-on in existing AKS cluster through Azure portal
8484

85-
:::image type="content" source="./media/tutorial-ingress-controller-add-on-existing/portal-ingress-controller-add-on.png" alt-text="Screenshot showing how to enable application gateway ingress controller from the networking page of the Azure Kubernetes Service.":::
85+
1. From the [Azure portal home page](https://portal.azure.com/), navigate to your AKS cluster resource.
86+
2. In the service menu, under **Settings**, select **Networking** > **Virtual network integration**.
87+
3. Under **Application Gateway ingress controller**, select **Manage**.
88+
4. On the **Application Gateway ingress controller** page, select the **checkbox** to enable the ingress controller, and then select your existing application gateway from the dropdown list.
89+
5. Select **Save**.
8690

8791
> [!IMPORTANT]
8892
> If you use an application gateway in a different resource group than the AKS cluster resource group, the managed identity **_ingressapplicationgateway-{AKSNAME}_** that is created must have **Network Contributor** and **Reader** roles set in the application gateway resource group.

0 commit comments

Comments
 (0)