Skip to content

Commit 152b5ec

Browse files
committed
review comment
1 parent c1b82af commit 152b5ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/api-management/backends.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ editor: ''
88

99
ms.service: api-management
1010
ms.topic: article
11-
ms.date: 07/24/2023
11+
ms.date: 08/16/2023
1212
ms.author: danlep
1313
ms.custom:
1414
---
@@ -38,7 +38,7 @@ A custom backend has several benefits, including:
3838
* Easily used by configuring a transformation policy on an existing API.
3939
* 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.
4040

41-
## Circuit breaker property (preview)
41+
## Circuit breaker (preview)
4242

4343
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.
4444

@@ -50,7 +50,7 @@ The backend circuit breaker is an implementation of the [circuit breaker pattern
5050

5151
### Example
5252

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.
5454

5555
#### [Bicep](#tab/bicep)
5656

0 commit comments

Comments
 (0)