Skip to content

Commit cc692d3

Browse files
committed
resolve conflict
2 parents 2e5e64c + 2e57713 commit cc692d3

18 files changed

+630
-69
lines changed

articles/aks/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,9 @@
529529
items:
530530
- name: Application routing add-on overview
531531
href: app-routing.md
532-
- name: Advanced application routing add-on configurations
532+
- name: Advanced application routing add-on configurations (NGINX)
533+
href: app-routing-nginx-configuration.md
534+
- name: Custom domain name and SSL certificate configuration
533535
href: app-routing-dns-ssl.md
534536
- name: Monitor using Prometheus and Grafana
535537
href: app-routing-nginx-prometheus.md

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.topic: how-to
77
ms.date: 12/04/2023
88
---
99

10-
# Set up advanced Ingress configurations 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

@@ -18,14 +18,14 @@ This article shows you how to set up an advanced Ingress configuration to encryp
1818
The application routing add-on with nginx delivers the following:
1919

2020
* Easy configuration of managed nginx Ingress controllers.
21-
* Integration with an external DNS such as [Azure DNS][azure-dns-overview] for public and private zone management
21+
* Integration with an external DNS such as [Azure DNS][azure-dns-overview] for global and private zone management
2222
* SSL termination with certificates stored in a key vault, such as [Azure Key Vault][azure-key-vault-overview].
2323

2424
## Prerequisites
2525

2626
- An AKS cluster with the [application routing add-on][app-routing-add-on-basic-configuration].
2727
- Azure Key Vault if you want to configure SSL termination and store certificates in the vault hosted in Azure.
28-
- Azure DNS if you want to configure public and private zone management and host them in Azure.
28+
- Azure DNS if you want to configure global and private zone management and host them in Azure.
2929
- To attach an Azure Key Vault or Azure DNS Zone, you need the [Owner][rbac-owner], [Azure account administrator][rbac-classic], or [Azure co-administrator][rbac-classic] role on your Azure subscription.
3030

3131
## Connect to your AKS cluster
@@ -108,7 +108,8 @@ az aks approuting update -g <ResourceGroupName> -n <ClusterName> --enable-kv --a
108108
109109
To enable support for DNS zones, review the following prerequisite:
110110
111-
* The app routing add-on can be configured to automatically create records on one or more Azure public and private DNS zones for hosts defined on Ingress resources. All public Azure DNS zones need to be in the same resource group, and all private Azure DNS zones need to be in the same resource group. If you don't have an Azure DNS zone, you can [create one][create-an-azure-dns-zone].
111+
* The app routing add-on can be configured to automatically create records on one or more Azure global and private DNS zones for hosts defined on Ingress resources. All global Azure DNS zones need to be in the same resource group, and all private Azure DNS zones need to be in the same resource group. If you don't have an Azure DNS zone, you can [create one][create-an-azure-dns-zone].
112+
112113
113114
### Create a public Azure DNS zone
114115

0 commit comments

Comments
 (0)