Skip to content

Commit 89297be

Browse files
Merge pull request #299716 from halkazwini/afd-appliesto2
Add "Applies to" checkmarks #1
2 parents 58677e8 + 6c110d2 commit 89297be

File tree

7 files changed

+14
-0
lines changed

7 files changed

+14
-0
lines changed

articles/frontdoor/apex-domain.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ ms.date: 03/31/2024
1010

1111
# Apex domains in Azure Front Door
1212

13+
**Applies to:** :heavy_check_mark: Front Door Standard :heavy_check_mark: Front Door Premium
14+
1315
Apex domains, also called *root domains*, or *naked domains*, are at the root of a Domain Name System (DNS) zone and don't contain subdomains. For example, `contoso.com` is an apex domain.
1416

1517
Azure Front Door supports apex domains, but requires special considerations. This article describes how apex domains work in Azure Front Door.

articles/frontdoor/domain.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ ms.author: jodowns
1010

1111
# Domains in Azure Front Door
1212

13+
**Applies to:** :heavy_check_mark: Front Door Standard :heavy_check_mark: Front Door Premium
14+
1315
A *domain* represents a custom domain name that Azure Front Door uses to receive your application's traffic. Azure Front Door supports adding three types of domain names:
1416

1517
- **Subdomains** are the most common type of custom domain name. An example subdomain is `myapplication.contoso.com`.

articles/frontdoor/endpoint.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ In Azure Front Door, an *endpoint* is a logical grouping of one or more routes a
1414

1515
## How many endpoints should I create?
1616

17+
**Applies to:** :heavy_check_mark: Front Door Standard :heavy_check_mark: Front Door Premium
18+
1719
A Front Door profile can contain multiple endpoints, but in many cases, a single endpoint might suffice.
1820

1921
Consider the following factors when planning your endpoints:

articles/frontdoor/manager.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ ms.date: 11/13/2024
1010

1111
# What is Azure Front Door Manager?
1212

13+
**Applies to:** :heavy_check_mark: Front Door Standard :heavy_check_mark: Front Door Premium
14+
1315
Azure Front Door Manager in Azure Front Door Standard and Premium provides an overview of the endpoints configured for your Azure Front Door profile. With Front Door Manager, you can manage your collection of endpoints, configure routing rules, domains, origin groups, and apply security policies to protect your web application.
1416

1517
:::image type="content" source="./media/manager/manager.png" alt-text="Screenshot of the Azure Front Door Manager page." lightbox="./media/manager/manager-expanded.png":::

articles/frontdoor/standard-premium/how-to-add-custom-domain.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ms.date: 03/26/2025
1313

1414
# Configure a custom domain on Azure Front Door by using the Azure portal
1515

16+
**Applies to:** :heavy_check_mark: Front Door Standard :heavy_check_mark: Front Door Premium
17+
1618
When using Azure Front Door for application delivery, a custom domain allows your own domain name to appear in user requests. This visibility can enhance customer convenience and support branding efforts.
1719

1820
By default, after creating an Azure Front Door Standard/Premium profile and endpoint, the endpoint host is a subdomain of `azurefd.net`. For example, the URL might look like `https://contoso-frontend-mdjf2jfgjf82mnzx.z01.azurefd.net/activeusers.htm`.

articles/frontdoor/standard-premium/how-to-cache-purge-powershell.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ ms.custom: devx-track-azurepowershell
1212

1313
# Cache purging in Azure Front Door with Azure PowerShell
1414

15+
**Applies to:** :heavy_check_mark: Front Door Standard :heavy_check_mark: Front Door Premium
16+
1517
Azure Front Door caches assets until their time-to-live (TTL) expires. When a client requests an asset with an expired TTL, Azure Front Door retrieves and caches a new copy of the asset.
1618

1719
To ensure users always get the latest assets, version your assets for each update and publish them with new URLs. Azure Front Door fetches the new assets for subsequent client requests. However, you might need to purge cached content from all edge nodes to force them to retrieve updated assets, especially after making updates or correcting incorrect information.

articles/frontdoor/standard-premium/how-to-cache-purge.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ ms.date: 11/15/2024
1111

1212
# Cache purging in Azure Front Door
1313

14+
**Applies to:** :heavy_check_mark: Front Door Standard :heavy_check_mark: Front Door Premium
15+
1416
Azure Front Door caches assets until their time-to-live (TTL) expires. When a client requests an asset with an expired TTL, Azure Front Door retrieves and caches a new copy of the asset to serve the request.
1517

1618
To ensure end users always receive the latest version of your assets, it's best practice to version your assets with each update and publish them under new URLs. This way, Azure Front Door will fetch the new assets on the next client request.

0 commit comments

Comments
 (0)