Skip to content

Commit d55785a

Browse files
committed
add to high avail article
1 parent aa84820 commit d55785a

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

articles/api-management/high-availability.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Azure reliability features including availability
55
author: dlepow
66
ms.service: api-management
77
ms.topic: conceptual
8-
ms.date: 06/28/2023
8+
ms.date: 03/08/2024
99
ms.author: danlep
1010
ms.custom: engagement-fy23
1111
---
@@ -62,7 +62,11 @@ API Management provides an SLA of 99.99% when you deploy at least one unit in tw
6262
6363
## Backend availability
6464

65-
Depending on where and how your backend services are hosted, you may need to set up redundant backends in different regions to meet your requirements for service availability. You can manage regional backends and handle failover through API Management to maintain availability. For example:
65+
Depending on where and how your backend services are hosted, you may need to set up redundant backends in different regions to meet your requirements for service availability. You can also configure backend properties to improve the resilience and availability of your backend services.
66+
67+
### Regional backends
68+
69+
You can manage regional backends and handle failover through API Management to maintain availability. For example:
6670

6771
* In multi-region deployments, use [policies to route requests](api-management-howto-deploy-multi-region.md#-route-api-calls-to-regional-backend-services) through regional gateways to regional backends.
6872

@@ -72,6 +76,13 @@ Depending on where and how your backend services are hosted, you may need to set
7276

7377
For details, see the blog post [Back-end API redundancy with Azure API Manager](https://devblogs.microsoft.com/premier-developer/back-end-api-redundancy-with-azure-api-manager/).
7478

79+
### Configure backend properties for availability
80+
81+
API Management [backend](backends.md) entities allow you to manage and apply backend properties to improve the availability of backends. For example:
82+
83+
* Distribute and load-balance traffic to a [pool of URLs](backends.md#load-balanced-pool-preview)
84+
* Configure [circuit breaker rules](backends.md#circuit-breaker-preview) to apply the circuit breaker pattern to protect the backend from too many requests
85+
7586
## Next steps
7687

7788
* Learn more about [reliability in Azure](../reliability/overview.md)

0 commit comments

Comments
 (0)