Skip to content

Commit 31055cd

Browse files
Merge pull request #219954 from greg-lindsay/atm-1
Update FAQ
2 parents 622ca7c + 656a77f commit 31055cd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

articles/traffic-manager/traffic-manager-FAQs.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: traffic-manager
88
ms.topic: article
99
ms.tgt_pltfrm: na
1010
ms.workload: infrastructure-services
11-
ms.date: 09/20/2022
11+
ms.date: 11/30/2022
1212
ms.author: greglin
1313
ms.custom: devx-track-azurepowershell
1414
---
@@ -326,9 +326,7 @@ Yes. Cloud Service 'staging' slots can be configured in Traffic Manager as Exter
326326

327327
### Does Traffic Manager support IPv6 endpoints?
328328

329-
Traffic Manager doesn’t currently provide IPv6-addressable name servers. However, Traffic Manager can still be used by IPv6 clients connecting to IPv6 endpoints. A client doesn’t make DNS request directly to Traffic Manager. Instead, the client uses a recursive DNS service. An IPv6-only client sends requests to the recursive DNS service via IPv6. Then the recursive service should be able to contact the Traffic Manager name servers using IPv4.
330-
331-
Traffic Manager responds with the DNS name or IP address of the endpoint. To support an IPv6 endpoint, there are two options. You can add the endpoint as a DNS name that has an associated AAAA record and Traffic Manager will health check that endpoint and return it as a CNAME record type in the query response. You can also add that endpoint directly using the IPv6 address and Traffic Manager will return a AAAA type record in the query response.
329+
Traffic Manager doesn’t currently provide IPv6-addressable name servers. However, Traffic Manager can still be used by IPv6 clients connecting to IPv6 endpoints if the client's recursive DNS server supports IPv4. A client doesn’t make DNS request directly to Traffic Manager. Instead, the client uses a recursive DNS service. An IPv6-only client sends requests to the recursive DNS service via IPv6. The recursive service must then be able to contact the Traffic Manager name servers using IPv4. Traffic Manager responds with the DNS name or IP address of the endpoint.
332330

333331
### Can I use Traffic Manager with more than one Web App in the same region?
334332

0 commit comments

Comments
 (0)