You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/frontdoor/manager.md
+17-19Lines changed: 17 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,39 +6,37 @@ services: frontdoor
6
6
author: duongau
7
7
ms.service: azure-frontdoor
8
8
ms.topic: conceptual
9
-
ms.date: 08/09/2023
9
+
ms.date: 11/13/2024
10
10
ms.author: duau
11
11
---
12
12
13
-
# What is Azure Front Door manager?
13
+
# What is Azure Front Door Manager?
14
14
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.
16
16
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":::
18
18
19
-
## Routes within an endpoint
19
+
## Routes within an Endpoint
20
20
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.
22
22
23
23
> [!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**.
27
26
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 autogenerated 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.
29
28
30
-
## Security policy in an endpoint
29
+
## Security Policy in an Endpoint
31
30
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.
33
32
34
33
> [!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.
38
36
39
37
## Next steps
40
38
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