I recently was looking at Azure logic apps and wanted implement the CICD process. I was successful in getting the template and use it for ARM deployment but what I am looking forward for is a way to store the arm template into GitHub (for my dev logic app) and use it to promote to higher environment , just like how Azure data factory does Link
Unfortunately I couldn’t find a way to intergrade Logicapp and GitHub , Can we do that ?
This Link describes how to generate it but nothing on integration to GitHub in an automated fashion.
Any info is much appreciated.