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
Copy file name to clipboardExpand all lines: articles/dns/dns-reverse-dns-for-azure-services.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ Azure currently supports reverse DNS only for public IPv4 address resources.
53
53
> [!IMPORTANT]
54
54
> 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.
55
55
56
-
### Add reverse DNS for an public IP address with an existing name
56
+
### Add reverse DNS for a public IP address with an existing name
57
57
58
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.
> If the public IP address already exists in your subscription, see [Add reverse DNS for an public IP address with an existing name](#add-reverse-dns-for-an-public-ip-address-with-an-existing-name).
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).
112
112
113
113
To create a new PublicIpAddress with the reverse DNS property already specified:
They're free! There's no extra cost for reverse DNS records or queries.
220
220
221
-
### Will my reverse DNS records resolve from the internet?
221
+
### Do my reverse DNS records resolve from the internet?
222
222
223
223
Yes. Once you set the reverse DNS property for your Azure service, Azure manages all the DNS delegations and DNS zones needed to ensure it resolves for all internet users.
224
224
@@ -230,9 +230,9 @@ No. Reverse DNS is an opt-in feature. No default reverse DNS records are created
230
230
231
231
FQDNs are specified in forward order, and must be terminated by a dot (for example, "app1.contoso.com.").
232
232
233
-
### What happens if the validation check for the reverse DNS I've specified fails?
233
+
### What happens if the validation check for the specified reverse DNS entry fails?
234
234
235
-
Where the reverse DNS validation check fails, the operation to configure the reverse DNS record fails. Correct the reverse DNS value as required, and retry.
235
+
If the reverse DNS validation check fails, the operation to configure the reverse DNS record fails. Correct the reverse DNS value as required and retry.
236
236
237
237
### Can I configure reverse DNS for Azure App Service?
0 commit comments