Skip to content

Commit 6b6cd16

Browse files
authored
Merge pull request #87687 from v-maudel/patch-246
C118048: Removing single quotes to avoid issues in localization process
2 parents 2829200 + 1086503 commit 6b6cd16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/dns/dns-zones-records.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ This page explains the key concepts of domains, DNS zones, and DNS records and r
2626

2727
The Domain Name System is a hierarchy of domains. The hierarchy starts from the 'root' domain, whose name is simply '**.**'. Below this come top-level domains, such as 'com', 'net', 'org', 'uk' or 'jp'. Below these are second-level domains, such as 'org.uk' or 'co.jp'. The domains in the DNS hierarchy are globally distributed, hosted by DNS name servers around the world.
2828

29-
A domain name registrar is an organization that allows you to purchase a domain name, such as 'contoso.com'. Purchasing a domain name gives you the right to control the DNS hierarchy under that name, for example allowing you to direct the name 'www.contoso.com' to your company web site. The registrar may host the domain in its own name servers on your behalf, or allow you to specify alternative name servers.
29+
A domain name registrar is an organization that allows you to purchase a domain name, such as 'contoso.com'. Purchasing a domain name gives you the right to control the DNS hierarchy under that name, for example allowing you to direct the name www.contoso.com to your company web site. The registrar may host the domain in its own name servers on your behalf, or allow you to specify alternative name servers.
3030

3131
Azure DNS provides a globally distributed, high-availability name server infrastructure, which you can use to host your domain. By hosting your domains in Azure DNS, you can manage your DNS records with the same credentials, APIs, tools, billing, and support as your other Azure services.
3232

0 commit comments

Comments
 (0)