Skip to content

Commit 33c2427

Browse files
committed
backend pool limitation
1 parent a0ecc0c commit 33c2427

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/api-management/backends.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,10 @@ Use a backend pool for scenarios such as the following:
174174
* Spread the load to multiple backends, which may have individual backend circuit breakers.
175175
* Shift the load from one set of backends to another for upgrade (blue-green deployment).
176176

177-
To create a backend pool, set the `type` property of the backend to `pool` and specify a list of single backends that make up the pool.
177+
To create a backend pool, set the `type` property of the backend to `pool` and specify a list of backends that make up the pool.
178+
179+
> [!NOTE]
180+
> Currently, you can only include single backends in a backend pool. You can't add a backend of type `pool` to another backend pool.
178181
179182
### Example
180183

0 commit comments

Comments
 (0)