Skip to content

Commit 42f91ce

Browse files
authored
Update per customer feedback
1 parent 7fe8d83 commit 42f91ce

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

articles/logic-apps/logic-apps-securing-a-logic-app.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,11 @@ If you [automate deployment for logic apps by using Resource Manager templates](
225225
},
226226
"apiVersion": "2016-06-01",
227227
"properties": {
228-
"definition": {<workflow-definition>},
229-
"parameters": {},
228+
"definition": {
229+
<workflow-definition>
230+
},
231+
"parameters": {
232+
},
230233
"accessControl": {
231234
"triggers": {
232235
"allowedCallerIpAddresses": [
@@ -237,8 +240,12 @@ If you [automate deployment for logic apps by using Resource Manager templates](
237240
"addressRange": "2001:0db8::/64"
238241
}
239242
]
243+
},
244+
"actions": {
245+
"allowedCallerIpAddresses:" : []
240246
}
241-
}
247+
},
248+
"endpointsConfiguration": {}
242249
}
243250
}
244251
],

0 commit comments

Comments
 (0)