Is there a way to find ARM parameterValues names for Logic App connectors?

Lars-Erik Aabech 6 Reputation points
2020-07-03T07:45:09.257+00:00

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. 👼

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,163 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Lars-Erik Aabech 6 Reputation points
    2020-07-03T08:04:28.527+00:00

    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

    1 person found this answer helpful.

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.