Skip to content

Commit 105f837

Browse files
committed
[Dev Spaces] updated pre-req callout for custom ingress
1 parent b42b492 commit 105f837

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/dev-spaces/how-to/ingress-https-nginx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article shows you how to configure Azure Dev Spaces to use a custom NGINX i
1818
* [Azure Kubernetes Service (AKS) cluster with Azure Dev Spaces enabled][qs-cli].
1919
* [kubectl][kubectl] installed.
2020
* [Helm 3 installed][helm-installed].
21-
* [A custom domain][custom-domain] with a [DNS Zone][dns-zone] in the same resource group as your AKS cluster.
21+
* [A custom domain][custom-domain] with a [DNS Zone][dns-zone]. This article assumes the custom domain and DNS Zone are in the same resource group as your AKS cluster, but it is possible to use a custom domain and DNS Zone in a different resource group.
2222

2323
## Configure a custom NGINX ingress controller
2424

articles/dev-spaces/how-to/ingress-https-traefik.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article shows you how to configure Azure Dev Spaces to use a custom traefik
1818
* [Azure Kubernetes Service (AKS) cluster with Azure Dev Spaces enabled][qs-cli].
1919
* [kubectl][kubectl] installed.
2020
* [Helm 3 installed][helm-installed].
21-
* [A custom domain][custom-domain] with a [DNS Zone][dns-zone] in the same resource group as your AKS cluster.
21+
* [A custom domain][custom-domain] with a [DNS Zone][dns-zone]. This article assumes the custom domain and DNS Zone are in the same resource group as your AKS cluster, but it is possible to use a custom domain and DNS Zone in a different resource group.
2222

2323
## Configure a custom traefik ingress controller
2424

0 commit comments

Comments
 (0)