Skip to content

Commit dd24477

Browse files
Merge pull request #263638 from tomkerkhove/patch-19
fix(apim): Use existing DNS for load balancer
2 parents 43c918f + caf3154 commit dd24477

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/api-management/backends.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ resource symbolicname 'Microsoft.ApiManagement/service/backends@2023-05-01-previ
200200
description: 'Load balancer for multiple backends'
201201
type: 'Pool'
202202
protocol: 'http'
203-
url: 'http://unused'
203+
url: 'http://google.com'
204204
pool: {
205205
services: [
206206
{
@@ -227,7 +227,7 @@ Include a JSON snippet similar to the following in your ARM template for a backe
227227
"description": "Load balancer for multiple backends",
228228
"type": "Pool",
229229
"protocol": "http",
230-
"url": "http://unused",
230+
"url": "http://google.com",
231231
"pool": {
232232
"services": [
233233
{

0 commit comments

Comments
 (0)