Skip to content

Commit 5fdb8ea

Browse files
committed
add alert and update headers
1 parent f0e0704 commit 5fdb8ea

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

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

Lines changed: 8 additions & 5 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: 11/30/2023
11+
ms.date: 01/09/2023
1212
ms.author: greglin
1313
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1414
---
@@ -50,7 +50,10 @@ This section provides detailed instructions for how to configure reverse DNS for
5050

5151
Azure currently supports reverse DNS only for Public IPv4 address resources.
5252

53-
### Add reverse DNS to an existing PublicIpAddresses
53+
### Add reverse DNS to an existing public IP address
54+
55+
> [!IMPORTANT]
56+
> 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.
5457
5558
#### Azure PowerShell
5659

@@ -100,7 +103,7 @@ To add reverse DNS to an existing PublicIpAddress that doesn't already have a DN
100103
az network public-ip update --resource-group MyResourceGroup --name PublicIp --reverse-fqdn contosoapp1.westus.cloudapp.azure.com --dns-name contosoapp1
101104
```
102105

103-
### Create a Public IP Address with reverse DNS
106+
### Create a public IP address with reverse DNS
104107

105108
To create a new PublicIpAddress with the reverse DNS property already specified:
106109

@@ -122,7 +125,7 @@ azure network public-ip create -n PublicIp -g MyResourceGroup -l westus -d conto
122125
az network public-ip create --name PublicIp --resource-group MyResourceGroup --location westcentralus --dns-name contosoapp1 --reverse-fqdn contosoapp1.westcentralus.cloudapp.azure.com
123126
```
124127

125-
### View reverse DNS for an existing PublicIpAddress
128+
### View reverse DNS for an existing public IP address
126129

127130
To view the configured value for an existing PublicIpAddress:
128131

@@ -144,7 +147,7 @@ azure network public-ip show -n PublicIp -g MyResourceGroup
144147
az network public-ip show --name PublicIp --resource-group MyResourceGroup
145148
```
146149

147-
### Remove reverse DNS from existing Public IP Addresses
150+
### Remove reverse DNS from existing public IP sddresses
148151

149152
To remove a reverse DNS property from an existing PublicIpAddress:
150153

0 commit comments

Comments
 (0)