Skip to content

Commit 11be738

Browse files
authored
Add the limitation for circuit breaker
Currently only one rule can be configured for the circuit breaker. However, there is no statement about it. We can know it only after try to deploy multiple rules for circuit breaker.
1 parent 192dfdf commit 11be738

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/api-management/backends.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,8 @@ Include a JSON snippet similar to the following in your ARM template for a backe
263263

264264
## Limitation
265265

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.
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+
- Currently, only one rule can be configured for the circuit breaker. If you set 2 or more rules under the "circuitBreaker.rules" in your ARM template, you will get "ValidationError" and fail to deploy it.
267268

268269
## Related content
269270

0 commit comments

Comments
 (0)