Can we deploy an individual workflow instead of replacing the whole Logic App?

Singh, Rajendra 0 Reputation points
2024-04-06T12:42:10.09+00:00

Can we deploy an individual workflow instead of replacing the whole Logic App? We just want to add a new workflow on a existing logic App.

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

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,451 Reputation points
    2024-04-08T06:29:34.4666667+00:00

    @Singh, Rajendra Thanks for reaching out.

    The standard logic app is deployed using the zip package. The zip package should contain all the workflows in the repo and the latest version of configuration files (parameters.json, connectors.json etc).

    To answer your queries :

    Can we deploy an individual workflow instead of replacing the whole Logic App? We just want to add a new workflow on a existing logic App.

    As it is the zip deployment, so all the workflows are deployed again when you deploy using DevOps, ARM package etc. Unfortunately, there is no way to deploy only new workflow to your standard logic app.

    Let me know if you have any queries or concerns.

    Please 'Accept Answer' if it helped so that it can help others in the community looking for help on similar topics.

    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.