Skip to content

Commit a5ff97d

Browse files
Merge pull request #265821 from schaffererin/update-app-routing-nginx
Title updates for optimization
2 parents fbc6d74 + a2efd3f commit a5ff97d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

articles/aks/app-routing-dns-ssl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Set up advanced Ingress configurations on Azure Kubernetes Service
3-
description: Understand the advanced configuration options that are supported with the application routing add-on for Azure Kubernetes Service.
2+
title: Set up a custom domain name and SSL certificate with the application routing add-on for Azure Kubernetes Service (AKS)
3+
description: Understand the advanced configuration options that are supported with the application routing add-on for Azure Kubernetes Service (AKS).
44
ms.subservice: aks-networking
55
ms.custom: devx-track-azurecli
66
ms.topic: how-to
77
ms.date: 12/04/2023
88
---
99

10-
# Set up a custom domain name and SSL certificate with the application routing add-on
10+
# Set up a custom domain name and SSL certificate with the application routing add-on
1111

1212
An Ingress is an API object that defines rules, which allow external access to services in an Azure Kubernetes Service (AKS) cluster. When you create an Ingress object that uses the application routing add-on nginx Ingress classes, the add-on creates, configures, and manages one or more Ingress controllers in your AKS cluster.
1313

articles/aks/app-routing-nginx-configuration.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
2-
title: Advanced ingress and NGINX ingress controller configuration
3-
description: Understand the advanced configuration options that are supported with the application routing add-on with the NGINX ingress controller for Azure Kubernetes Service.
2+
title: Configure multiple ingress controllers and NGINX ingress annotations with the application routing add-on for Azure Kubernetes Service (AKS)
3+
description: Understand the advanced configuration options that are supported with the application routing add-on with the NGINX ingress controller for Azure Kubernetes Service (AKS).
44
ms.subservice: aks-networking
55
ms.custom: devx-track-azurecli
66
ms.topic: how-to
77
ms.date: 11/21/2023
88
---
99

10-
# Advanced NGINX ingress controller and ingress configurations with the application routing add-on
10+
# Advanced NGINX ingress controller and ingress configurations with the application routing add-on
1111

1212
The application routing add-on supports two ways to configure ingress controllers and ingress objects:
13+
1314
- [Configuration of the NGINX ingress controller](#configuration-of-the-nginx-ingress-controller) such as creating multiple controllers, configuring private load balancers, and setting static IP addresses.
1415
- [Configuration per ingress resource](#configuration-per-ingress-resource-through-annotations) through annotations.
1516

0 commit comments

Comments
 (0)