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 94b2c0a + 0a2b17b commit 29cdb58Copy full SHA for 29cdb58
articles/api-management/backends.md
@@ -103,7 +103,7 @@ resource symbolicname 'Microsoft.ApiManagement/service/backends@2023-03-01-previ
103
name: 'myAPIM/myBackend'
104
properties: {
105
url: 'https://mybackend.com'
106
- protocol: 'http'
+ protocol: 'https'
107
circuitBreaker: {
108
rules: [
109
{
@@ -140,7 +140,7 @@ Include a JSON snippet similar to the following in your ARM template for a backe
140
"name": "myAPIM/myBackend",
141
"properties": {
142
"url": "https://mybackend.com",
143
- "protocol": "http",
+ "protocol": "https",
144
"circuitBreaker": {
145
"rules": [
146
0 commit comments