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.
1 parent 7fe8d83 commit 42f91ceCopy full SHA for 42f91ce
articles/logic-apps/logic-apps-securing-a-logic-app.md
@@ -225,8 +225,11 @@ If you [automate deployment for logic apps by using Resource Manager templates](
225
},
226
"apiVersion": "2016-06-01",
227
"properties": {
228
- "definition": {<workflow-definition>},
229
- "parameters": {},
+ "definition": {
+ <workflow-definition>
230
+ },
231
+ "parameters": {
232
233
"accessControl": {
234
"triggers": {
235
"allowedCallerIpAddresses": [
@@ -237,8 +240,12 @@ If you [automate deployment for logic apps by using Resource Manager templates](
237
240
"addressRange": "2001:0db8::/64"
238
241
}
239
242
]
243
244
+ "actions": {
245
+ "allowedCallerIpAddresses:" : []
246
- }
247
248
+ "endpointsConfiguration": {}
249
250
251
],
0 commit comments