Skip to content

Commit ea572ab

Browse files
authored
Merge pull request #302094 from cogran/patch-29
Update dns-faq.yml
2 parents 9a5f469 + 16ffcd5 commit ea572ab

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

articles/dns/dns-faq.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,16 @@ sections:
105105
We follow [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt) zone file master format escape rules for TXT records. For example, `\` now actually escapes everything per the RFC. If you specify `A\B` as the TXT record value, it's represented and resolved as just `AB`. If you really want the TXT record to have `A\B` at resolution, you need to escape the `\` again. As an example, specify `A\\B`.
106106
107107
This support currently isn't available for TXT records created from the Azure portal.
108+
109+
- question: |
110+
Does Azure DNS support round-robin DNS?
111+
answer: |
112+
Azure DNS does not natively support round-robin DNS. However, this can be achieved through using Azure Traffic Manager. Users can create an Alias record in the DNS zone pointing to a traffic manager profile to achieve this.
113+
114+
[Tutorial](tutorial-alias-tm.md) for creating an alias record for use with a traffic manager profile.
115+
116+
[Tutorial](../traffic-manager/traffic-manager-configure-weighted-routing-method.md) for creating a weighted traffic manager profile.
117+
108118
109119
- name: Alias records
110120
questions:
@@ -212,9 +222,9 @@ sections:
212222
- question: |
213223
How do I set up an IDN in Azure DNS?
214224
answer: |
215-
Internationalized domain names (IDNs) encode each DNS name by using [punycode](https://en.wikipedia.org/wiki/Punycode). DNS queries are made by using these punycode-encoded names.
225+
Internationalized domain names (IDNs) encode each DNS name by using [Punycode](https://en.wikipedia.org/wiki/Punycode). DNS queries are made by using these Punycode-encoded names.
216226
217-
To configure IDNs in Azure DNS, convert the zone name or record set name to punycode. Azure DNS doesn't currently support built-in conversion to or from punycode.
227+
To configure IDNs in Azure DNS, convert the zone name or record set name to Punycode. Azure DNS doesn't currently support built-in conversion to or from Punycode.
218228
219229
additionalContent: |
220230

0 commit comments

Comments
 (0)