jeffhollan / LogicAppTemplateCreator

Script to convert Logic Apps into templates for deployment
MIT License
143 stars 74 forks source link

New parameter GenerateHttpTriggerUrlOutput #49

Closed SvenskFisk closed 5 years ago

SvenskFisk commented 5 years ago

"If true, generate an output variable with the http trigger url."

This is a workaround for a problem (trigger does not exist) that occurs when the logic app template is linked from a "master template". Extracting the trigger url in the master template results in an error.

My theory is that trigger creation happens sometime after the logic app is deployed. Outputing the trigger url solves the problem.