Skip to content

Commit 78b54c8

Browse files
Merge pull request #287256 from greg-lindsay/dns-freshness
add scenario
2 parents 832af26 + 1319668 commit 78b54c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/dns/dns-alias.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: dns
55
author: greg-lindsay
66
ms.service: azure-dns
77
ms.topic: concept-article
8-
ms.date: 03/08/2024
8+
ms.date: 09/24/2024
99
ms.author: greglin
1010
---
1111

@@ -41,6 +41,7 @@ In the following example, an alias named **vm1** is added that points to the pub
4141
- **Point to a Traffic Manager profile from a DNS A/AAAA/CNAME record set** - You can create an A/AAAA or CNAME record set and use alias records to point it to a Traffic Manager profile. It's especially useful when you need to route traffic at a zone apex, as traditional CNAME records aren't supported for a zone apex. For example, say your Traffic Manager profile is myprofile.trafficmanager.net and your business DNS zone is contoso.com. You can create an alias record set of type A/AAAA for contoso.com (the zone apex) and point to myprofile.trafficmanager.net.
4242
- **Point to an Azure Content Delivery Network (CDN) endpoint** - This alias type is useful when you create static websites using Azure storage and Azure CDN.
4343
- **Point to another DNS record set within the same zone** - Alias records can reference other record sets of the same type. For example, a DNS CNAME record set can be an alias to another CNAME record set. This arrangement is useful if you want some but not all record sets to be aliases.
44+
- **Point to an Azure Front Door endpoint** - This allows you to create a custom domain and enable your endpoint to use this domain in the end-user request. Having a visible domain name can be convenient for your customers and useful for branding purposes.
4445

4546
## Scenarios
4647

0 commit comments

Comments
 (0)