MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.2k stars 21.34k forks source link

AKS Learn feedback: Code example for activation of application routing is misleading #123827

Open cerealsnow opened 1 month ago

cerealsnow commented 1 month ago

Type of issue

Code doesn't work

Feedback

Hey there,

I noticed that the recent commit introduces code that does not enable application routing as intended. Instead, it enables the HTTP application routing add-on, which has been retired.

This is potentially misleading as the documentation states that both CLI commands az aks approuting enable and az aks enable-addons ... --addons http_application_routing enable the newer application routing add-on, when in fact they serve different purposes.

Page URL

https://learn.microsoft.com/en-us/azure/aks/app-routing?tabs=default%2Cdeploy-app-default

Content source URL

https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/aks/app-routing.md

Author

@asudbring

Document Id

d1211d43-ca7a-94bd-5c8b-2feffa3a4b2e


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

PesalaPavan commented 1 month ago

@cerealsnow Thanks for your feedback! We will investigate and update as appropriate.

ManoharLakkoju-MSFT commented 1 month ago

@cerealsnow Thank you for bringing this to our attention. I've delegated this to content author @asudbring, who will review it and offer their insightful opinions.

sabbour commented 1 month ago

This has been fixed. https://github.com/MicrosoftDocs/azure-aks-docs-pr/pull/39