Skip to content

Commit ebe07d4

Browse files
authored
removed public IPs - lines 35 and 40 - removed PII information
removed public IPs - lines 35 and 40 - removed PII information
1 parent c18b46d commit ebe07d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,12 @@ A third party shouldn't have access to create reverse DNS records for Azure serv
3232

3333
Validation is only done when the reverse DNS record is set or modified. Periodic revalidation isn't done.
3434

35-
For example, suppose the public IP address resource has the DNS name `contosoapp1.northus.cloudapp.azure.com` and IP address `23.96.52.53`. The reverse FQDN for the public IP address can be specified as:
35+
For example, suppose the public IP address resource has the DNS name `contosoapp1.northus.cloudapp.azure.com` and IP address `A.B.C.D`. The reverse FQDN for the public IP address can be specified as:
3636

3737
* The DNS name for the public IP address: `contosoapp1.northus.cloudapp.azure.com`.
3838
* The DNS name for a different PublicIpAddress in the same subscription, such as: `contosoapp2.westus.cloudapp.azure.com`.
3939
* A vanity DNS name, such as: `app1.contoso.com`. As long as the name is *first* configured as a CNAME pointing to `contosoapp1.northus.cloudapp.azure.com`. The name can also be pointed to a different public IP address in the same subscription.
40-
* A vanity DNS name, such as: `app1.contoso.com`. As long as this name is *first* configured as an A record pointing to the IP address 23.96.52.53. The name can also be pointed to another IP address in the same subscription.
40+
* A vanity DNS name, such as: `app1.contoso.com`. As long as this name is *first* configured as an A record pointing to the IP address A.B.C.D. The name can also be pointed to another IP address in the same subscription.
4141

4242
The same constraints apply to reverse DNS for Cloud Services.
4343

0 commit comments

Comments
 (0)