Skip to content

Commit cbd06aa

Browse files
Merge pull request #279812 from dlepow/cbrule
[APIM] Limitation for circuit breaker
2 parents 460ef8c + 846010a commit cbd06aa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/api-management/backends.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ The backend circuit breaker is an implementation of the [circuit breaker pattern
8989
> [!NOTE]
9090
> * Currently, the backend circuit breaker isn't supported in the **Consumption** tier of API Management.
9191
> * 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.
92+
> * Currently, only one rule can be configured for a backend circuit breaker.
9293
9394
### Example
9495

@@ -261,9 +262,10 @@ Include a JSON snippet similar to the following in your ARM template for a backe
261262
---
262263

263264

264-
## Limitation
265+
## Limitations
265266

266-
For **Developer** and **Premium** tiers, an API Management instance deployed in an [internal virtual network](api-management-using-with-internal-vnet.md) can throw HTTP 500 `BackendConnectionFailure` errors when the gateway endpoint URL and backend URL are the same. If you encounter this limitation, follow the instructions in the [Self-Chained API Management request limitation in internal virtual network mode](https://techcommunity.microsoft.com/t5/azure-paas-blog/self-chained-apim-request-limitation-in-internal-virtual-network/ba-p/1940417) article in the Tech Community blog.
267+
- For **Developer** and **Premium** tiers, an API Management instance deployed in an [internal virtual network](api-management-using-with-internal-vnet.md) can throw HTTP 500 `BackendConnectionFailure` errors when the gateway endpoint URL and backend URL are the same. If you encounter this limitation, follow the instructions in the [Self-Chained API Management request limitation in internal virtual network mode](https://techcommunity.microsoft.com/t5/azure-paas-blog/self-chained-apim-request-limitation-in-internal-virtual-network/ba-p/1940417) article in the Tech Community blog.
268+
- Currently, only one rule can be configured for a backend circuit breaker.
267269

268270
## Related content
269271

0 commit comments

Comments
 (0)