From f490ec7a10225162ccd763f58ad60eb69146d932 Mon Sep 17 00:00:00 2001 From: ashman1984 Date: Wed, 29 Jul 2026 11:21:49 +0930 Subject: [PATCH 1/2] docs: correct Azure DNS target IP description --- app/_includes/sections/azure-outbound-dns-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/_includes/sections/azure-outbound-dns-setup.md b/app/_includes/sections/azure-outbound-dns-setup.md index 57f774f5b47..b096e92d6ac 100644 --- a/app/_includes/sections/azure-outbound-dns-setup.md +++ b/app/_includes/sections/azure-outbound-dns-setup.md @@ -7,5 +7,5 @@ After your Azure private networking configuration is ready in {{site.konnect_sho 1. Click **Outbound DNS resolver**. 1. In the **Outbound Resolver name** field, enter the name of your private DNS resolver in Azure. 1. In the **Domain name** field, enter your domain. -1. In the **Target IP address** field, enter the IP addresses of your outbound endpoint subnets. -1. Click **Save**. \ No newline at end of file +1. In the **Target IP address** field, enter the IP addresses of the remote DNS servers that resolve queries for the specified domain. +1. Click **Save**. From 8e99478f550268099a149e814479b4de1b6ab0f1 Mon Sep 17 00:00:00 2001 From: ashman1984 Date: Fri, 31 Jul 2026 15:18:52 +0930 Subject: [PATCH 2/2] Update Domain name description for clarity Clarify instructions for entering domain and target IP address. --- app/_includes/sections/azure-outbound-dns-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/_includes/sections/azure-outbound-dns-setup.md b/app/_includes/sections/azure-outbound-dns-setup.md index b096e92d6ac..79005dab6b8 100644 --- a/app/_includes/sections/azure-outbound-dns-setup.md +++ b/app/_includes/sections/azure-outbound-dns-setup.md @@ -6,6 +6,6 @@ After your Azure private networking configuration is ready in {{site.konnect_sho 1. From the action menu next to your Azure network, select "Configure private DNS". 1. Click **Outbound DNS resolver**. 1. In the **Outbound Resolver name** field, enter the name of your private DNS resolver in Azure. -1. In the **Domain name** field, enter your domain. -1. In the **Target IP address** field, enter the IP addresses of the remote DNS servers that resolve queries for the specified domain. +1. In the **Domain** name field, enter the domain whose DNS queries should be sent to the target DNS servers. +1. In the **Target IP address** field, enter the IP addresses of the remote DNS servers that resolve queries for the specified domain name. 1. Click **Save**.