To configure MS Flow/Logic App we need to create connection manually. For example, to create connection with Office 365, need to login with required credentials and connection is created.
Is it possible to create MS Flow/Azure Logic App connection programmatically?
Asked
Active
Viewed 352 times
1

4c74356b41
- 69,186
- 6
- 100
- 141

jai
- 11
- 4
-
have a look at this question: https://stackoverflow.com/questions/49733941/arm-template-office-365-connection-for-logic-apps – Thomas Nov 12 '18 at 08:41
1 Answers
0
Here is a script on Github which would allow you to do it programmatically. Still requires user interaction, though.

Josh
- 4,009
- 2
- 31
- 46