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/cdn/endpoint-multiorigin.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@ author: duongau
6
6
manager: KumudD
7
7
ms.service: azure-cdn
8
8
ms.topic: how-to
9
-
ms.date: 08/18/2021
9
+
ms.date: 02/27/2023
10
10
ms.author: duau
11
11
---
12
12
13
13
# Azure CDN endpoint multi-origin
14
14
15
15
Multi-origin support eliminates downtime and establishes global redundancy.
16
16
17
-
By choosing multiple origins within an Azure CDN endpoint, the redundancy provided spreads the risk by probing the health of each origin and failing over if necessary.
17
+
When you choose multiple origins within an Azure CDN endpoint, the redundancy provided spreads the risk by probing the health of each origin and failing over if necessary.
18
18
19
19
Setup one or more origin groups and choose a default origin group. Each origin group is a collection of one or more origins that can take similar workloads.
20
20
@@ -42,7 +42,7 @@ The first origin group is set as the default origin group. Multi-origin feature
| Origin group name | Enter a name for your origin group. |
45
-
| Probe status | Select **Enabled**. </br> Azure CDN will run health probes from different points across the globe to determine origin health. Don't enable if the current origin group isn't active to avoid additional cost.
45
+
| Probe status | Select **Enabled**. </br> Azure CDN runs health probes from different points across the globe to determine origin health. Don't enable if the current origin group isn't active to avoid extra cost.
46
46
| Probe path | The path in the origin that is used to determine the health. |
47
47
| Probe interval | Select a probe interval of 1, 2, or 4 minutes. |
48
48
| Probe protocol | Select **HTTP** or **HTTPS**. |
@@ -81,7 +81,7 @@ The first origin group is set as the default origin group. Multi-origin feature
81
81
82
82
4. Select **Configure origin** to set the origin path for all origins:
83
83
84
-
The Origin path is used to rewrite the URL that Microsoft CDN uses when constructing the request forwarded to the origin. It will also carry all the remaining parts of the incoming request. By default, this path isn't provided. As such, Microsoft CDN will use the incoming URL path in the request to the origin.
84
+
The origin path is used to rewrite the URL that Microsoft CDN uses when constructing the request forwarded to the origin. It also carries all the remaining parts of the incoming request. By default, this path isn't provided. As such, Microsoft CDN uses the incoming URL path in the request to the origin.
85
85
86
86
Origin path: `/fwd/`
87
87
@@ -93,7 +93,7 @@ The first origin group is set as the default origin group. Multi-origin feature
93
93
94
94
## Configure origins and origin group settings
95
95
96
-
Once you have several origins and an origin group, you can add or remove the origins into different groups. Origins within the same group should serve similar workloads. Traffic will be distributed into these origins based on their healthy status, priority, and weight value.
96
+
Once you have several origins and an origin group, you can add or remove the origins into different groups. Origins within the same group should serve similar workloads. Traffic is distributed into these origins based on their healthy status, priority, and weight value.
97
97
98
98
1. In the origin settings of the Azure CDN endpoint, select the name of the origin group you wish to configure:
99
99
@@ -145,7 +145,7 @@ Distribute traffic to a different group based on the request URL.
For all incoming requests if the URL path contains **/images**, then the request will be assigned to the origin group in the action section **(myorigingroup)**.
148
+
For all incoming requests if the URL path contains **/images**, then the request is assigned to the origin group in the action section **(myorigingroup)**.
149
149
150
150
## Next Steps
151
151
In this article, you enabled Azure CDN endpoint multi-origin.
0 commit comments