Skip to content

Commit 612ae3a

Browse files
authored
Merge pull request #289902 from greg-lindsay/dns-dnssec
Fix SFI image and text
2 parents da1e604 + 6f5288d commit 612ae3a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/dns/dns-get-started-template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to create a DNS zone and record in Azure DNS. This articl
55
services: dns
66
author: greg-lindsay
77
ms.author: greglin
8-
ms.date: 11/30/2023
8+
ms.date: 11/05/2024
99
ms.topic: quickstart
1010
ms.service: azure-dns
1111
ms.custom: subject-armqs, mode-arm, devx-track-arm-template
@@ -86,7 +86,7 @@ Azure PowerShell is used to deploy the template. In addition to Azure PowerShell
8686
8787
:::image type="content" source="./media/dns-getstarted-template/resource-group-dns-zone.png" alt-text="DNS zone deployment resource group":::
8888
89-
1. Select the DNS zone with the suffix of `azurequickstart.org` to verify that the zone is created properly with an `A` record referencing the value of `1.2.3.4` and `1.2.3.5`.
89+
1. Select the DNS zone with the suffix of `azurequickstart.org` to verify that the zone is created properly with an `A` record referencing the value of `203.0.113.1` and `203.0.113.2`.
9090
9191
:::image type="content" source="./media/dns-getstarted-template/dns-zone-overview.png" alt-text="DNS zone deployment":::
9292
@@ -108,7 +108,7 @@ Azure PowerShell is used to deploy the template. In addition to Azure PowerShell
108108

109109
:::image type="content" source="./media/dns-getstarted-template/dns-zone-validation.png" alt-text="DNS zone nslookup":::
110110

111-
The host name `www.2lwynbseszpam.azurequickstart.org` resolves to `1.2.3.4` and `1.2.3.5`, just as you configured it. This result verifies that name resolution is working correctly.
111+
The host name `www.2lwynbseszpam.azurequickstart.org` resolves to `203.0.113.1` and `203.0.113.2`, just as you configured it. This result verifies that name resolution is working correctly.
112112

113113
## Clean up resources
114114

-1 KB
Loading

0 commit comments

Comments
 (0)