Skip to content

Commit 3d04303

Browse files
Merge pull request #262880 from greg-lindsay/dns-upd
minor update
2 parents 1c15577 + c34193e commit 3d04303

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/dns/dns-reverse-dns-for-azure-services.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: dns
88
ms.topic: how-to
99
ms.tgt_pltfrm: na
1010
ms.workload: infrastructure-services
11-
ms.date: 01/09/2023
11+
ms.date: 01/10/2024
1212
ms.author: greglin
1313
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1414
---
@@ -53,9 +53,9 @@ Azure currently supports reverse DNS only for public IPv4 address resources.
5353
> [!IMPORTANT]
5454
> New or updated PTR records must pass [validation](#validation-of-reverse-dns-records). If the PTR for a public IP address doesn't currently exist, you must specify the hostname using **DomainNameLabel** (Azure PowerShell), the **-d** parameter (Azure Classic CLI), or the **--dns-name** parameter (Azure CLI) as shown in the following examples.
5555
56-
### Add reverse DNS for a public IP address with an existing name
56+
### Configure reverse DNS for a public IP address with an existing name
5757

58-
Use the following procedures if a public IP address already has a [defined name](#validation-of-reverse-dns-records) in your subscription or via forward DNS lookup.
58+
Use the following procedures if a public IP address already has a [defined name](#validation-of-reverse-dns-records) in your subscription or via forward DNS lookup. After updating or adding a PTR to your existing public IP address, [view and verify that the correct PTR is configured](#view-reverse-dns-for-an-existing-public-ip-address).
5959

6060
#### Azure PowerShell
6161

@@ -108,7 +108,7 @@ az network public-ip update --resource-group MyResourceGroup --name PublicIp --r
108108
### Create a public IP address with reverse DNS
109109

110110
> [!NOTE]
111-
> If the public IP address already exists in your subscription, see [Add reverse DNS for a public IP address with an existing name](#add-reverse-dns-for-a-public-ip-address-with-an-existing-name).
111+
> If the public IP address already exists in your subscription, see [Configure reverse DNS for a public IP address with an existing name](#configure-reverse-dns-for-a-public-ip-address-with-an-existing-name)
112112
113113
To create a new PublicIpAddress with the reverse DNS property already specified:
114114

0 commit comments

Comments
 (0)