Skip to content

Commit b2165d7

Browse files
committed
fixed session affinity link
1 parent 497999c commit b2165d7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

articles/frontdoor/blue-green-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Azure Front Door is Microsoft's modern cloud Content Delivery Network (CDN) that
7979
> [!NOTE]
8080
> Initially, set the weight of the current origin higher than the new origin to ensure most traffic is routed to the current origin. Gradually increase the weight of the new origin and decrease the weight of the current origin as you test. The total weight doesn't need to be 100, but it helps visualize traffic distribution. The example sets the existing origin to receive three times as much traffic as the new origin.
8181
82-
1. Enable session affinity if your application requires it. For more information, see [Session affinity](routing-methods.md#session-affinity).
82+
1. Enable session affinity if your application requires it. For more information, see [Session affinity](routing-methods.md).
8383

8484
> [!NOTE]
8585
> *Session affinity* ensures the end user is routed to the same origin after the first request. Enable this feature based on your application and the type of enhancements being rolled out. For major revisions, enable session affinity to keep users on the new codebase. For minor enhancements, you can leave session affinity disabled. When in doubt, enable session affinity.

articles/frontdoor/routing-methods.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ The weighted method supports several scenarios:
9191
* **Application migration to Azure**: Create an origin group with both Azure and external origins. Adjust weights to prefer new origins, gradually increasing their traffic share until they handle most traffic, then disable and remove less preferred origins.
9292
* **Cloud-bursting for additional capacity**: Expand on-premises deployments into the cloud by adding or enabling more origins and specifying traffic distribution.
9393

94-
9594
## <a name="affinity"></a>Session affinity
9695

9796
By default, Azure Front Door forwards requests from the same client to different origins. However, session affinity is useful for stateful applications or scenarios where subsequent requests from the same user need to be processed by the same origin. This feature ensures that the same origin handles a user's session, which is beneficial for scenarios like client authentication.

0 commit comments

Comments
 (0)