You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -50,7 +50,10 @@ This section provides detailed instructions for how to configure reverse DNS for
50
50
51
51
Azure currently supports reverse DNS only for Public IPv4 address resources.
52
52
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.
54
57
55
58
#### Azure PowerShell
56
59
@@ -100,7 +103,7 @@ To add reverse DNS to an existing PublicIpAddress that doesn't already have a DN
0 commit comments