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 898ec37 + 01758d2 commit 69a699aCopy full SHA for 69a699a
articles/api-management/backends.md
@@ -106,7 +106,7 @@ resource symbolicname 'Microsoft.ApiManagement/service/backends@2023-09-01-previ
106
name: 'myAPIM/myBackend'
107
properties: {
108
url: 'https://mybackend.com'
109
- protocol: 'https'
+ protocol: 'http'
110
circuitBreaker: {
111
rules: [
112
{
@@ -144,7 +144,7 @@ Include a JSON snippet similar to the following in your ARM template for a backe
144
"name": "myAPIM/myBackend",
145
"properties": {
146
"url": "https://mybackend.com",
147
- "protocol": "https",
+ "protocol": "http",
148
"circuitBreaker": {
149
"rules": [
150
0 commit comments