Skip to content

Commit 75bacb8

Browse files
authored
Update backends.md
Review feedback
1 parent f73cccd commit 75bacb8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/api-management/backends.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,7 @@ The backend circuit breaker is an implementation of the [circuit breaker pattern
9191

9292
> [!NOTE]
9393
> * Currently, the backend circuit breaker isn't supported in the **Consumption** tier of API Management.
94-
> * Because of the distributed nature of the API Management architecture, circuit breaker tripping rules are only approximate.
95-
94+
> * Because of the distributed nature of the API Management architecture, circuit breaker tripping rules are approximate. Different instances of the gateway do not synchronize and will apply circuit breaker rules based on the information on the same instance.
9695
9796
### Example
9897

@@ -183,7 +182,7 @@ To create a backend pool, set the `type` property of the backend to `pool` and s
183182

184183
> [!NOTE]
185184
> * Currently, you can only include single backends in a backend pool. You can't add a backend of type `pool` to another backend pool.
186-
> * Because of the distributed nature of the API Management architecture, backend load balancing is approximate.
185+
> * Because of the distributed nature of the API Management architecture, backend load balancing is approximate. Different instances of the gateway do not synchronize and will load balance based on the information on the same instance.
187186
188187

189188
### Example

0 commit comments

Comments
 (0)