You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/api-management/backends.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ editor: ''
8
8
9
9
ms.service: api-management
10
10
ms.topic: article
11
-
ms.date: 07/24/2023
11
+
ms.date: 08/16/2023
12
12
ms.author: danlep
13
13
ms.custom:
14
14
---
@@ -38,7 +38,7 @@ A custom backend has several benefits, including:
38
38
* Easily used by configuring a transformation policy on an existing API.
39
39
* Takes advantage of API Management functionality to maintain secrets in Azure Key Vault if [named values](api-management-howto-properties.md) are configured for header or query parameter authentication.
40
40
41
-
## Circuit breaker property (preview)
41
+
## Circuit breaker (preview)
42
42
43
43
Starting in API version 2023-03-01 preview, API Management exposes a [circuit breaker](/rest/api/apimanagement/current-preview/backend/create-or-update?tabs=HTTP#backendcircuitbreaker) property in the backend resource to protect a backend service from being overwhelmed by too many requests.
44
44
@@ -50,7 +50,7 @@ The backend circuit breaker is an implementation of the [circuit breaker pattern
50
50
51
51
### Example
52
52
53
-
Use the API Management REST API or a Bicep or ARM template to configure a circuit breaker in a backend. In the following example, the circuit breaker trips when there are three or more 5xx status codes indicating server errors in a day. The circuit breaker resets after one hour.
53
+
Use the API Management REST API or a Bicep or ARM template to configure a circuit breaker in a backend. In the following example, the circuit breaker trips when there are three or more `5xx`` status codes indicating server errors in a day. The circuit breaker resets after one hour.
0 commit comments