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: articles/logic-apps/create-publish-workflow-templates.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,16 @@ ms.date: 06/24/2025
15
15
16
16
Azure Logic Apps provides prebuilt, reusable automation and integration workflow templates that you can use to speed up the process of building integration applications. These templates follow commonly used patterns and help you streamline development by providing a starting point or baseline with predefined business logic and configurations.
17
17
18
-
Not only can you kickstart development by using workflow templates, you can create and publish workflow templates for your organization's use alone within an Azure subscription or share them with others. Your template can include artifacts such as schemas, maps, and custom assemblies.
18
+
Templates can include one or more workflows along with their connections, parameters, and documentation. Azure Logic Apps offers the following template types:
19
+
20
+
| Template type | Description |
21
+
|---------------|-------------|
22
+
| Workflow | Reusable templates that create single workflows. |
23
+
| Accelerators | Bundled solutions that contain multiple related workflows. |
24
+
25
+
You can find these templates in the template gallery, which opens when you choose to create a workflow by starting with a template. The gallery already contains Microsoft-authored templates for common design and integration patterns.
26
+
27
+
Not only can you kickstart development by using workflow templates, but you can create and publish workflow templates for your organization's use alone within an Azure subscription or share them with others. Your template can include artifacts such as schemas, maps, and custom assemblies.
19
28
20
29
Organizational templates let you standardize integration patterns, share best practices, and reuse solutions across your enterprise internally without making them public. This capability is especially useful for businesses that want to promote consistency while keeping options open for flexibility. Whether your scenarios include embedding internal APIs, handling domain-specific logic, or enforcing architectural patterns, organizational templates help you scale and grow while you stay in control.
21
30
@@ -166,7 +175,7 @@ On the **Parameters** tab, add customization for any parameters that you want fo
166
175
|**Display name**| Yes | The parameter name that appears in Azure portal. |
167
176
|**Default value**| No | The default value for the parameter. |
168
177
|**Description**| No | The description for parameter's purpose. |
169
-
|**Required Field**| No | Whether or not the workflow requires the parameter. |
178
+
|**Required Field**| No | Whether the workflow requires the parameter. |
0 commit comments