Skip to content

Commit b4f2db6

Browse files
committed
freshness review
1 parent 348e8d1 commit b4f2db6

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

articles/frontdoor/manager.md

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,39 +6,37 @@ services: frontdoor
66
author: duongau
77
ms.service: azure-frontdoor
88
ms.topic: conceptual
9-
ms.date: 08/09/2023
9+
ms.date: 11/13/2024
1010
ms.author: duau
1111
---
1212

13-
# What is Azure Front Door manager?
13+
# What is Azure Front Door Manager?
1414

15-
The Front Door manager in Azure Front Door Standard and Premium provides an overview of endpoints you've configured for your Azure Front Door profile. With Front Door manager, you can manage your collection of endpoints. You can also configure routings rules along with their domains and origin groups, and security policies you want to apply to protect your web application.
15+
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.
1616

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

19-
## Routes within an endpoint
19+
## Routes within an Endpoint
2020

21-
An [*endpoint*](endpoint.md) is a logical grouping of one or more routes that are associated with domain names. A route contains the origin group configuration and routing rules between domains and origins. An endpoint can have one or more routes. A route can have multiple domains but only one origin group. You need to have at least one configured route in order for traffic to route between your domains and the origin group.
21+
An [*endpoint*](endpoint.md) is a logical grouping of one or more routes associated with domain names. A route contains the origin group configuration and routing rules between domains and origins. An endpoint can have one or more routes, and a route can have multiple domains but only one origin group. You need at least one configured route for traffic to route between your domains and the origin group.
2222

2323
> [!NOTE]
24-
> * You can *enable* or *disable* an endpoint or a route.
25-
> * Traffic will only flow to origins once both the endpoint and route is **enabled**.
26-
>
24+
> * You can *enable* or *disable* an endpoint or a route.
25+
> * Traffic will only flow to origins once both the endpoint and route are **enabled**.
2726
28-
Domains configured within a route can either be a custom domain or an endpoint domain. For more information about custom domains, see [create a custom domain](standard-premium/how-to-add-custom-domain.md) with Azure Front Door. Endpoint domains refer to the auto generated domain name when you create a new endpoint. The name is a unique endpoint hostname with a hash value in the format of `endpointname-hash.z01.azurefd.net`. The endpoint domain is accessible if you associate it with a route.
27+
Domains within a route can be either a custom domain or an endpoint domain. For more information about custom domains, see [create a custom domain](standard-premium/how-to-add-custom-domain.md) with Azure Front Door. Endpoint domains refer to the auto-generated domain name when you create a new endpoint. The name is a unique endpoint hostname with a hash value in the format of `endpointname-hash.z01.azurefd.net`. The endpoint domain is accessible if associated with a route.
2928

30-
## Security policy in an endpoint
29+
## Security Policy in an Endpoint
3130

32-
A security policy is an association of one or more domains with a Web Application Firewall (WAF) policy. The WAF policy provides centralized protection for your web applications. If you manage security policies using the Azure portal, you can only associate a security policy with domains that are in the Routes configuration of that endpoint.
31+
A security policy is an association of one or more domains with a Web Application Firewall (WAF) policy. The WAF policy provides centralized protection for your web applications. If you manage security policies using the Azure portal, you can only associate a security policy with domains in the Routes configuration of that endpoint.
3332

3433
> [!TIP]
35-
> * If you see one of your domains is unhealthy, you can select the domain to take you to the domains page. From there you can take appropriate actions to troubleshoot the unhealthy domain.
36-
> * If you're running a large Azure Front Door profile, review [**Azure Front Door service limits**](../azure-resource-manager/management/azure-subscription-service-limits.md#azure-front-door-standard-and-premium-service-limits) and [**Azure Front Door routing limits**](front-door-routing-limits.md) to better manage your Azure Front Door.
37-
>
34+
> * If one of your domains is unhealthy, select the domain to go to the domains page and take appropriate actions to troubleshoot the issue.
35+
> * If you have a large Azure Front Door profile, review [**Azure Front Door service limits**](../azure-resource-manager/management/azure-subscription-service-limits.md#azure-front-door-standard-and-premium-service-limits) and [**Azure Front Door routing limits**](front-door-routing-limits.md) to better manage your Azure Front Door.
3836
3937
## Next steps
4038

41-
* Learn about [endpoints](endpoint.md).
42-
* Learn how to [configure endpoints with Front Door manager](how-to-configure-endpoints.md).
43-
* Learn about the Azure Front Door [routing architecture](front-door-routing-architecture.md).
44-
* Learn [how traffic is matched to a route](front-door-routing-architecture.md) in Azure Front Door.
39+
* Discover more about [endpoints](endpoint.md).
40+
* Learn to [configure endpoints using Front Door Manager](how-to-configure-endpoints.md).
41+
* Understand the Azure Front Door [routing architecture](front-door-routing-architecture.md).
42+
* Find out [how traffic is matched to a route](front-door-routing-architecture.md) in Azure Front Door.

0 commit comments

Comments
 (0)