Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created September 9, 2017 00:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinyoo/b5e179b2ee254340867ec9748973ca05 to your computer and use it in GitHub Desktop.
Save justinyoo/b5e179b2ee254340867ec9748973ca05 to your computer and use it in GitHub Desktop.
Mixing Parameters in Logic Apps with ARM Template
"triggers": {
"OnFileCreatedOrUpdatedInFolder": {
...
"inputs": {
...
// Use ATM template expressions directly into Logic App definition
"path": "[concat('/datasets/', uriComponent(uriComponent(parameters('spoSiteName'))), '/triggers/onupdatedfile')]",
...
}
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment