I am trying to create ARM template for my logic app for CI/CD release pipeline. I have a task to send email at the end of the flow.
I wanted to create Office365 connection dynamically and add to the step in ARM template. Can you please help on how is this done?
Also, is it necessary to use multi-factor enabled office365 account for it? Can we use service account to send email?
Thanks!