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.
{count} votes

2 answers

Sort by: Most helpful
  1. MayankBargali-MSFT 70,981 Reputation points Moderator
    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

  2. Michael Liben 261 Reputation points
    2025-04-02T16:26:09.65+00:00

    I have successfully uploaded individual workflows to logic app standard. You need to locate the storage account hosting the web app and upload the file as workflow.json in the folder with the name of the workflow.

    Naturally, download the app content before mucking it with it so you can put it back just in case.

    0 comments No comments

Your answer

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