Versiones de Logic Apps o worfklows.

Maximiliano Gibert 50 Reputation points
2024-01-27T19:46:42.91+00:00

Tengo una aplicación que consumen workflows de logic apps, necesitaría saber si puedo tener un control de versiones de los workflows o de todo el recurso logic apps para poder realizar cambios sin que impacten en la aplicación que actualmente se encuentra funcionando. Luego de realizar cambios en uno o varios workflows, poder hacer un deploy e impactar los cambios en la app.
¿Existe esta posibilidad de Logic Apps?
En caso que no, ¿qué otras opciones tengo?

Muchas gracias de antemano.

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

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 24,141 Reputation points Microsoft Employee
    2024-01-31T06:27:40.1866667+00:00

    @Maximiliano Gibert Thanks for your response. You cannot have two different versions for the same logic app, you need to create separate the logic apps based on the environment.

    One way to achieve this is by create a devops pipeline to deploy to make the changes to different environments. if you are making changes directly to the designer then it is not possible, and you need to manually export and import it again to different.

    Refer to this documentation for more information about deploying logic apps in different ways.

    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.