Skip to content

Commit df92f36

Browse files
Merge pull request #280954 from duongau/afdorigin
Front Door - Origin (add note about disabled origin)
2 parents 8e43cab + 989fe7c commit df92f36

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

articles/frontdoor/how-to-configure-origin.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: frontdoor
66
author: duongau
77
ms.service: frontdoor
88
ms.topic: how-to
9-
ms.date: 06/06/2023
9+
ms.date: 07/16/2024
1010
ms.author: duau
1111
---
1212

@@ -54,8 +54,8 @@ Before you can create an Azure Front Door origin, you must have an Azure Front D
5454
* **Status** - Select this option to enable the origin.
5555

5656
> [!IMPORTANT]
57-
> During configuration, the Azure portal doesn't validate if the origin is accessible from Azure Front Door environments. You need to verify that Azure Front Door can reach your origin.
58-
>
57+
> * During configuration, the Azure portal doesn't validate if the origin is accessible from Azure Front Door environments. You need to verify that Azure Front Door can reach your origin.
58+
> * When an origin is **disabled**, both routing and health probes to the origin are also disabled.
5959
6060
1. Select **Add** once you have completed the origin settings. The origin should now appear in the origin group.
6161

articles/frontdoor/origin.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ An origin refers to the application deployment that Azure Front Door retrieves c
5050

5151
* **Weight**. Assign weights to your different backends to distribute traffic across a set of backends, either evenly or according to weight coefficients. For more information, see [Weights](routing-methods.md#weighted).
5252

53+
> [!IMPORTANT]
54+
> When an origin is **disabled**, both routing and health probes to the origin are also disabled.
55+
5356
### Origin host header
5457

5558
Requests that get forwarded by Azure Front Door to an origin include a host header field that the origin uses to retrieve the targeted resource. The value for this field typically comes from the origin URI that has the host header and port.

0 commit comments

Comments
 (0)