Skip to content

Commit 4d6d2d6

Browse files
Merge pull request #230282 from sabbour/patch-1
Update http-application-routing.md
2 parents ed98b48 + 493f85f commit 4d6d2d6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/aks/http-application-routing.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ ms.author: allensu
1111

1212
# HTTP application routing
1313

14-
The HTTP application routing solution makes it easy to access applications that are deployed to your Azure Kubernetes Service (AKS) cluster. When the solution's enabled, it configures an [Ingress controller](https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/) in your AKS cluster. As applications are deployed, the solution also creates publicly accessible DNS names for application endpoints.
14+
>
15+
> [!CAUTION]
16+
> The HTTP application routing add-on is in the process of being retired and is not recommended for production use. Please use the [Web Application Routing add-on](./web-app-routing.md) instead.
1517
16-
When the add-on is enabled, it creates a DNS Zone in your subscription. For more information about DNS cost, see [DNS pricing][dns-pricing].
1718

18-
> [!CAUTION]
19-
> The HTTP application routing add-on is designed to let you quickly create an ingress controller and access your applications. This add-on is not currently designed for use in a production environment and is not recommended for production use. For production-ready ingress deployments that include multiple replicas and TLS support, see [Create an HTTPS ingress controller](./ingress-tls.md).
19+
The HTTP application routing solution makes it easy to access applications that are deployed to your Azure Kubernetes Service (AKS) cluster. When the solution's enabled, it configures an [Ingress controller](https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/) in your AKS cluster. As applications are deployed, the solution also creates publicly accessible DNS names for application endpoints.
2020

21+
When the add-on is enabled, it creates a DNS Zone in your subscription. For more information about DNS cost, see [DNS pricing][dns-pricing].
2122

2223
## Limitations
2324

0 commit comments

Comments
 (0)