Skip to content

Commit 93d4e71

Browse files
authored
Update dns-faq.yml
1 parent c07f3a5 commit 93d4e71

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

articles/dns/dns-faq.yml

Lines changed: 10 additions & 0 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:

0 commit comments

Comments
 (0)