'LogicApp And Github Integration (ARM Template)
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.
Solution 1:[1]
First prepare an ARM template of your Logic App. Please see an example there. Then you can automate logic app deployment using GitHub Actions tasks. To do so, you can use task called "Deploy Azure Resource Manager (ARM) Template. Check task's documentation for 'how tos" examples.
Solution 2:[2]
There is a visual studio code extension for logic apps which allows for the git repo integration. From their you can run your pipeline for code promotion.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Kamil Konderak |
Solution 2 | Patrick Polvinale |