Logic apps (Consumption) source control

SvenGlöckner 441 Reputation points
2022-02-14T16:08:52.947+00:00

We're running a small number of logic app workflows using Standard model with pricing tier WS1. We only have about 6 runs per day.
This seems like an overkill.
I considered moving to Consumption model. However I cannot find any document on how to add source control (git) for Consumption based workflows.

Thanks

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,133 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Nasreen Akter 10,791 Reputation points
    2022-02-14T18:45:29.19+00:00

    Hi @SvenGlöckner ,

    From my understanding, you can't directly add your LogicApp to the Git through azure portal in Consumption Plan. You have to download the ARMTemplate (Azure Resource Manager templates) from portal, add it to the Git and then deploy the LogicApp to different environments through script. If you need to modify the LogicApp, you can clone the existing one and made the required modifications on the cloned one, then get the changes from the Export template option and add it to the ARMTemplate you have in Git.

    Although there is a Version option in the LogicApp (not related to Git), where you can see the different Code Versions. Please see the screenshot below. Hope this will help. Thanks!

    174139-image.png

    0 comments No comments

  2. SvenGlöckner 441 Reputation points
    2022-03-11T11:18:41.893+00:00

    @Nasreen Akter

    Thanks for your reply. I already know about this. However, this is not desired.
    We like to track our code completely in a git repo.

    Sadly, this is currently impossible with the consumption model of Logic Apps.

    Thanks
    Sven

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.