We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43c918f + caf3154 commit dd24477Copy full SHA for dd24477
articles/api-management/backends.md
@@ -200,7 +200,7 @@ resource symbolicname 'Microsoft.ApiManagement/service/backends@2023-05-01-previ
200
description: 'Load balancer for multiple backends'
201
type: 'Pool'
202
protocol: 'http'
203
- url: 'http://unused'
+ url: 'http://google.com'
204
pool: {
205
services: [
206
{
@@ -227,7 +227,7 @@ Include a JSON snippet similar to the following in your ARM template for a backe
227
"description": "Load balancer for multiple backends",
228
"type": "Pool",
229
"protocol": "http",
230
- "url": "http://unused",
+ "url": "http://google.com",
231
"pool": {
232
"services": [
233
0 commit comments