diff --git a/docs/chaos/index.md b/docs/chaos/index.md index af5d5d466e..1837e8b15b 100644 --- a/docs/chaos/index.md +++ b/docs/chaos/index.md @@ -47,6 +47,7 @@ builder .AddChaosBehavior(behaviorInjectionRate, cancellationToken => RestartRedisAsync(cancellationToken)); // Inject a chaos behavior to executions ``` + > [!NOTE] > It is usual to place the chaos strategy as the last strategy in the resilience pipeline. > By placing the chaos strategies as last, they subvert the usual outbound call at the last minute, substituting their fault or adding extra latency, etc.