Logic app standard versioning

Banuka 90 Reputation points
2024-08-07T05:24:55.4133333+00:00

We have a logic app which is running in production. There is a new change request for one of the workflows in this logic app which involves in changing some of the actions in the workflow. What is the best method to implement this change. Is it possible to have a version control for this in case if something went wrong that we can go back to?

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

Accepted answer
  1. LeelaRajeshSayana-MSFT 17,331 Reputation points
    2024-08-07T21:22:39.82+00:00

    Hi @Banuka Greetings! Thank you for posting this question here.

    Azure standard logic app supports Deployment slots which lets you create isolated non-production environments and make changes to your app. The deployment slots let you test and validate the changes before you push the changes to production slot. Refer the article Set up deployment slots to enable zero downtime deployment in Azure Logic Apps for detailed information on this approach.

    Kindly note that the limitation with this approach is the deployment of logic app to these slots are not currently supported through portal. You can either use VS Code or Azure CLI to push the app

    You can create couple of development slots 1. With existing code and 2. Make changes in the second dev slot You can test the changes in the second dev slot and swap it with the production slot without any downtime. In case, you need to roll back, you can swap the production slot with the dev slot 1 where your initial app resides.

    Hope this helps answer your question. Please let us know if you need any additional assistance or clarification with the implementation. We would be happy to assist you.


    If the response helped, please do click Accept Answer and Yes for the answer provided. Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.

    0 comments No comments

0 additional answers

Sort by: Most helpful

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.