Skip to content

Commit f94739a

Browse files
authored
Merge pull request #119632 from SIkebe/patch-5
Fix protocol value used in Microsoft.ApiManagement/service/backends
2 parents b78349f + 7a1d7a0 commit f94739a

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
@@ -196,7 +196,7 @@ resource symbolicname 'Microsoft.ApiManagement/service/backends@2023-05-01-previ
196196
properties: {
197197
description: 'Load balancer for multiple backends'
198198
type: 'Pool'
199-
protocol: 'https'
199+
protocol: 'http'
200200
url: 'https://example.com'
201201
pool: {
202202
services: [
@@ -223,7 +223,7 @@ Include a JSON snippet similar to the following in your ARM template for a backe
223223
"properties": {
224224
"description": "Load balancer for multiple backends",
225225
"type": "Pool",
226-
"protocol": "https",
226+
"protocol": "http",
227227
"url": "https://example.com",
228228
"pool": {
229229
"services": [

0 commit comments

Comments
 (0)