Skip to content

Commit 664bde3

Browse files
committed
freshness review
1 parent b92b1f7 commit 664bde3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/cdn/endpoint-multiorigin.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ author: duongau
66
manager: KumudD
77
ms.service: azure-cdn
88
ms.topic: how-to
9-
ms.date: 08/18/2021
9+
ms.date: 02/27/2023
1010
ms.author: duau
1111
---
1212

1313
# Azure CDN endpoint multi-origin
1414

1515
Multi-origin support eliminates downtime and establishes global redundancy.
1616

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.
1818

1919
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.
2020

@@ -42,7 +42,7 @@ The first origin group is set as the default origin group. Multi-origin feature
4242
| Setting | Value |
4343
|-------------------|-----------------------------------------------------------------------|
4444
| 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.
4646
| Probe path | The path in the origin that is used to determine the health. |
4747
| Probe interval | Select a probe interval of 1, 2, or 4 minutes. |
4848
| Probe protocol | Select **HTTP** or **HTTPS**. |
@@ -81,7 +81,7 @@ The first origin group is set as the default origin group. Multi-origin feature
8181

8282
4. Select **Configure origin** to set the origin path for all origins:
8383

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.
8585

8686
Origin path: `/fwd/`
8787

@@ -93,7 +93,7 @@ The first origin group is set as the default origin group. Multi-origin feature
9393

9494
## Configure origins and origin group settings
9595

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.
9797

9898
1. In the origin settings of the Azure CDN endpoint, select the name of the origin group you wish to configure:
9999

@@ -145,7 +145,7 @@ Distribute traffic to a different group based on the request URL.
145145

146146
:::image type="content" source="./media/endpoint-multiorigin/endpoint-multiorigin-13.png" alt-text="Rules engine conditions" border="true":::
147147

148-
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)**.
149149

150150
## Next Steps
151151
In this article, you enabled Azure CDN endpoint multi-origin.

0 commit comments

Comments
 (0)