Skip to content

Commit f9e62b4

Browse files
authored
Merge pull request #18 from bennyaustin/mcaps-config
Update trigger path
2 parents 36d3a74 + c229211 commit f9e62b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logicapp-formrecognizer/logicapp-formrecognizer/LogicApp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@
458458
}
459459
}
460460
},
461-
"path": "/subscriptions/@{subscription().subscriptionId}/providers/@{encodeURIComponent('Microsoft.Storage.StorageAccounts')}/resource/eventSubscriptions",
461+
"path": "[concat(subscription().id,'/providers/Microsoft.Storage.StorageAccounts/resource/eventSubscriptions')]",
462462
//"path": "/subscriptions/@{encodeURIComponent('e836675f-2508-4873-ad4f-754d70253b22')}/providers/@{encodeURIComponent('Microsoft.Storage.StorageAccounts')}/resource/eventSubscriptions",
463463
"queries": {
464464
"x-ms-api-version": "2017-06-15-preview"

0 commit comments

Comments
 (0)