Skip to content

Commit 6efe3aa

Browse files
committed
Updates
1 parent c3e5eb3 commit 6efe3aa

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

articles/frontdoor/manager.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: duongau
66
ms.service: frontdoor
77
ms.topic: conceptual
88
ms.workload: infrastructure-services
9-
ms.date: 03/16/2022
9+
ms.date: 06/13/2022
1010
ms.author: duau
1111
---
1212

@@ -18,25 +18,14 @@ The Front Door manager in Azure Front Door Standard and Premium provides an over
1818

1919
## Routes within an endpoint
2020

21-
An endpoint is a logical grouping of one or more routes that associates with domains. 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 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.
2222

2323
> [!NOTE]
2424
> * You can *enable* or *disable* an endpoint or a route.
2525
> * Traffic will only flow to origins once both the endpoint and route is **enabled**.
2626
>
2727
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 will be accessible if you associate it with a route.
29-
30-
### Reuse of an endpoint domain name
31-
32-
An endpoint domain can be reused within the same tenant, subscription, or resource group scope level. You can also choose to not allow the reuse of an endpoint domain. The Azure portal default settings allow tenant level reuse of the endpoint domain. You can use command line to configure the scope level of the endpoint domain reuse. The Azure portal will use the scope level you define through the command line once it has been changed.
33-
34-
| Value | Behavior |
35-
|--|--|
36-
| TenantReuse | This is the default value. Object with the same name in the same tenant will receive the same domain label. |
37-
| SubscriptionReuse | Object with the same name in the same subscription will receive the same domain label. |
38-
| ResourceGroupReuse | Object with the same name in the same resource group will receive the same domain label. |
39-
| NoReuse | Object with the same will receive a new domain label for each new instance. |
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 will be accessible if you associate it with a route.
4029

4130
## Security policy in an endpoint
4231

@@ -55,6 +44,7 @@ In Azure Front Door (classic), the Front Door manager is called Front Door desig
5544

5645
## Next steps
5746

47+
* Learn about [endpoints](endpoint.md).
5848
* Learn how to [configure endpoints with Front Door manager](how-to-configure-endpoints.md).
5949
* Learn about the Azure Front Door [routing architecture](front-door-routing-architecture.md).
6050
* Learn [how traffic is matched to a route](front-door-routing-architecture.md) in Azure Front Door.

0 commit comments

Comments
 (0)