Skip to content

Commit e1012ce

Browse files
authored
Remove outdated content in ingress-controller-migration.md
1 parent 7a21dfc commit e1012ce

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

articles/application-gateway/ingress-controller-migration.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,10 @@ Using Azure CLI, delete your AGIC Helm deployment from your cluster. You need to
3737
## Enable AGIC add-on using your existing Application Gateway
3838
You can now enable the AGIC add-on in your AKS cluster to target your existing Application Gateway through Azure CLI or Portal. Run the following Azure CLI command to enable the AGIC add-on in your AKS cluster. The example enables the add-on in a cluster called *myCluster*, in a resource group called *myResourceGroup*, using the Application Gateway resource ID *appgwId* we saved in the earlier step.
3939

40-
4140
```azurecli-interactive
4241
az aks enable-addons -n myCluster -g myResourceGroup -a ingress-appgw --appgw-id $appgwId
4342
```
4443

45-
Alternatively, you can navigate to your AKS cluster in Portal using this [link](https://portal.azure.com/?feature.aksagic=true) and enable the AGIC add-on in the Networking tab of your cluster. Select your existing Application Gateway from the dropdown menu when you choose which Application Gateway the add-on should target.
46-
47-
![Application Gateway Ingress Controller Portal](./media/tutorial-ingress-controller-add-on-existing/portal-ingress-controller-add-on.png)
48-
4944
## Next Steps
5045
- [**Application Gateway Ingress Controller Troubleshooting**](ingress-controller-troubleshoot.md): Troubleshooting guide for AGIC
51-
- [**Application Gateway Ingress Controller Annotations**](ingress-controller-annotations.md): List of annotations on AGIC
46+
- [**Application Gateway Ingress Controller Annotations**](ingress-controller-annotations.md): List of annotations on AGIC

0 commit comments

Comments
 (0)