You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: PsLogicAppExtractor/PsLogicAppExtractor.psd1
+4-4
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,13 @@
21
21
Description='A set of tools that will assist you with extracting / exporting Azure Logic Apps, and turn them into a fully working ARM template. It contains of several small tasks, which can be configured to meet your needs.'
22
22
23
23
# Minimum version of the Windows PowerShell engine required by this module
24
-
PowerShellVersion='5.0'
24
+
PowerShellVersion='7.0'
25
25
26
26
# Modules that must be imported into the global environment prior to importing
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ The PsLogicAppExtractor project is deeply inspired by [LogicAppTemplateCreator](
10
10
11
11
PsLogicAppExtractor offers a different approach to extract a LogicApp, where the module should be considered an orchestration engine, that comes with a lot of tools, and makes it possible for the end user to design their own export orchestration runbook.
12
12
13
-
The core idea is that a single operation that you want to have applied against your LogicApp while exporting it / converting it to an ARM template is a task. Put in other words, you should view the exporting / converting to an ARM template as a series of micro steps, which breaks down the complexity for building the ARM template. The tradeoff is that you have to orchestrate the steps and their execution sequence, and ones you have done that - you're ready to fully automated things.
13
+
The core idea is that a single operation that you want to have applied against your LogicApp while exporting it / converting it to an ARM template is a task. Put in other words, you should view the exporting / converting to an ARM template as a series of micro steps, which breaks down the complexity for building the ARM template. The tradeoff is that you have to orchestrate the steps and their execution sequence, and ones you have done that - you're ready to fully automate things.
14
14
15
15
The key difference of PsLogicAppExtractor is that it **encourages** the end user to have custom tasks, that handles their specific needs and build a runbook that they can share across their team and that way makes the export process as smooth as possible.
0 commit comments