Skip to content

Commit 29cdb58

Browse files
Merge pull request #266254 from MayankBargali-MSFT/patch-109
Fix protocol
2 parents 94b2c0a + 0a2b17b commit 29cdb58

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
@@ -103,7 +103,7 @@ resource symbolicname 'Microsoft.ApiManagement/service/backends@2023-03-01-previ
103103
name: 'myAPIM/myBackend'
104104
properties: {
105105
url: 'https://mybackend.com'
106-
protocol: 'http'
106+
protocol: 'https'
107107
circuitBreaker: {
108108
rules: [
109109
{
@@ -140,7 +140,7 @@ Include a JSON snippet similar to the following in your ARM template for a backe
140140
"name": "myAPIM/myBackend",
141141
"properties": {
142142
"url": "https://mybackend.com",
143-
"protocol": "http",
143+
"protocol": "https",
144144
"circuitBreaker": {
145145
"rules": [
146146
{

0 commit comments

Comments
 (0)