Skip to content

Commit 0285db4

Browse files
Merge pull request #284059 from asudbring/vnet-patch
Fixed sentence in DNS article
2 parents 119790a + 6e544c9 commit 0285db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/virtual-network/virtual-networks-name-resolution-for-vms-and-role-instances.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Points to consider when you're using Azure-provided name resolution:
9595

9696
### Reverse DNS Considerations
9797

98-
Reverse DNS for VMs is supported in all Azure Resource Manager based virtual networks. Azure-managed reverse DNS (PTR) records of form **\[vmname\].internal.cloudapp.net** are automatically added to when you start a VM, and removed when the VM is stopped (deallocated). See the following example:
98+
Reverse DNS for VMs is supported in all Azure Resource Manager based virtual networks. Azure-managed reverse DNS (PTR) records of form **\[vmname\].internal.cloudapp.net** are automatically added to DNS when you start a VM, and removed when the VM is stopped (deallocated). See the following example:
9999

100100
```cmd
101101
C:\>nslookup -type=ptr 10.11.0.4

0 commit comments

Comments
 (0)