As a follow up to the video I did showing how you could do Logic App Consumption development with the Azure Portal and Terraform, I wanted to show how you can extend the terraform solution so that you could include other common resources you are likely to need in your solution such as:
- API Connections
- Service Bus Queue
- Helper API
- Inline C# function app with a helper function
When you want a single solution to do a bunch of different stuff to support your Logic App then this works pretty well and would work well in a DevOps pipeline scenario by minimizing the parameterization that would be needed by being able to reference your common resources.
Check out the video below:
The sample is in github on the below link:
https://github.com/michaelstephensonuk/CodeSnippets/tree/main/LogicApp-Consumption-WithTerraform