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
+4-14Lines changed: 4 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ author: duongau
6
6
ms.service: frontdoor
7
7
ms.topic: conceptual
8
8
ms.workload: infrastructure-services
9
-
ms.date: 03/16/2022
9
+
ms.date: 06/13/2022
10
10
ms.author: duau
11
11
---
12
12
@@ -18,25 +18,14 @@ The Front Door manager in Azure Front Door Standard and Premium provides an over
18
18
19
19
## Routes within an endpoint
20
20
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.
22
22
23
23
> [!NOTE]
24
24
> * You can *enable* or *disable* an endpoint or a route.
25
25
> * Traffic will only flow to origins once both the endpoint and route is **enabled**.
26
26
>
27
27
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.
40
29
41
30
## Security policy in an endpoint
42
31
@@ -55,6 +44,7 @@ In Azure Front Door (classic), the Front Door manager is called Front Door desig
55
44
56
45
## Next steps
57
46
47
+
* Learn about [endpoints](endpoint.md).
58
48
* Learn how to [configure endpoints with Front Door manager](how-to-configure-endpoints.md).
59
49
* Learn about the Azure Front Door [routing architecture](front-door-routing-architecture.md).
60
50
* Learn [how traffic is matched to a route](front-door-routing-architecture.md) in Azure Front Door.
0 commit comments