Skip to content

Commit 69a699a

Browse files
Merge pull request #284430 from colincmac/patch-2
APIM Backend protocol only supports http or soap as options
2 parents 898ec37 + 01758d2 commit 69a699a

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
@@ -106,7 +106,7 @@ resource symbolicname 'Microsoft.ApiManagement/service/backends@2023-09-01-previ
106106
name: 'myAPIM/myBackend'
107107
properties: {
108108
url: 'https://mybackend.com'
109-
protocol: 'https'
109+
protocol: 'http'
110110
circuitBreaker: {
111111
rules: [
112112
{
@@ -144,7 +144,7 @@ Include a JSON snippet similar to the following in your ARM template for a backe
144144
"name": "myAPIM/myBackend",
145145
"properties": {
146146
"url": "https://mybackend.com",
147-
"protocol": "https",
147+
"protocol": "http",
148148
"circuitBreaker": {
149149
"rules": [
150150
{

0 commit comments

Comments
 (0)