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 b78349f + 7a1d7a0 commit f94739aCopy full SHA for f94739a
articles/api-management/backends.md
@@ -196,7 +196,7 @@ resource symbolicname 'Microsoft.ApiManagement/service/backends@2023-05-01-previ
196
properties: {
197
description: 'Load balancer for multiple backends'
198
type: 'Pool'
199
- protocol: 'https'
+ protocol: 'http'
200
url: 'https://example.com'
201
pool: {
202
services: [
@@ -223,7 +223,7 @@ Include a JSON snippet similar to the following in your ARM template for a backe
223
"properties": {
224
"description": "Load balancer for multiple backends",
225
"type": "Pool",
226
- "protocol": "https",
+ "protocol": "http",
227
"url": "https://example.com",
228
"pool": {
229
"services": [
0 commit comments