Standard Logic app workflows deployment using ARM templates. #765
Closed
Panchadurga
started this conversation in
Feature Ideas/Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The deployment of Logic Apps Standard via a CI/CD pipeline requires a different approach than that of Logic Apps Consumption(ISE). Because Logic Apps Standard is now a number of workflows in a single component.
For Example:
ARM (template and parameter) files were used in ISE to automate the deployment of logic apps from one environment to another environment. However, parameter files are only available at the global (logic app) level in Standard, not at the workflow level. Because of this feature, standard logic app deployment is difficult to automate; therefore, it would be great if standard logic app workflows included separate parameter files.
Beta Was this translation helpful? Give feedback.
All reactions