Skip to content

Commit 639ace5

Browse files
committed
SFI update
1 parent 4af6073 commit 639ace5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
1.24 KB
Loading

articles/dns/private-dns-scenarios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: dns
55
author: greg-lindsay
66
ms.service: azure-dns
77
ms.topic: concept-article
8-
ms.date: 04/25/2023
8+
ms.date: 02/10/2025
99
ms.author: greglin
1010
---
1111

@@ -42,7 +42,7 @@ In this scenario, you need a different naming resolution that depends on where t
4242

4343
The following diagram demonstrates this scenario. You have a virtual network A that has two VMs (VNETA-VM1 and VNETA-VM2). Both have a private IP and public IP configured. A public DNS zone called `contoso.com` was created and registers the public IPs for these VMs as DNS records within the zone. A private DNS zone is also created called `contoso.com`. You defined virtual network A as a registration virtual network. Azure then automatically registers the VMs as A records into the Private Zone, pointing to their private IPs.
4444

45-
Now when an internet client does a DNS query for `VNETA-VM1.contoso.com`, Azure will return the public IP record from the public zone. If the same DNS query is issued from another VM (for example: VNETA-VM2) in the same virtual network A, Azure will return the Private IP record from the private zone.
45+
Now when an internet client does a DNS query for `VNETA-VM1.contoso.com`, Azure will return the public IP record from the public zone (203.0.113.1). If the same DNS query is issued from another VM (for example: VNETA-VM2) in the same virtual network A, Azure will return the Private IP record from the private zone.
4646

4747
![Split Brian resolution](./media/private-dns-scenarios/split-brain-resolution.png)
4848

0 commit comments

Comments
 (0)