I found a way right after posting. A bit cumbersome, but works. Would be nice with "official support" for this.
https://www.bruttin.com/2017/06/13/deploy-logic-app-with-arm.html
Is there a way to find ARM parameterValues names for Logic App connectors?
I'm using ARM templates to deploy logic apps for integration. They typically use several connectors.
However, when exporting connector templates from the portal, the parameterValues property isn't even there.
All the documentation for the connectors show only display names for the properties.
The SQL one for instance have "Authentication Type", but the GH example and forums show that the parameterValues name is "authType".
I've tried finding schemas on resources.azure.com, the docs, the GH examples, looked for powershell commands and pretty much googled my hair out.
As far as I can see there is absolutely no way but guessing to figure out what these parameterValues names should be.
Would really like some pointers if this is at all possible. Even though Logic Apps are supposed to be "no code", it'd be nice to source control it all and keep the secrets properly configured in key vault. Which means ARM is the best way to go.
Crossing my fingers for helpful answers. 👼
1 answer
Sort by: Most helpful
-
Lars-Erik Aabech 6 Reputation points
2020-07-03T08:04:28.527+00:00