We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ecc0c commit 33c2427Copy full SHA for 33c2427
1 file changed
articles/api-management/backends.md
@@ -174,7 +174,10 @@ Use a backend pool for scenarios such as the following:
174
* Spread the load to multiple backends, which may have individual backend circuit breakers.
175
* Shift the load from one set of backends to another for upgrade (blue-green deployment).
176
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.
+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.
181
182
### Example
183
0 commit comments