Skip to content

Commit 97b972a

Browse files
author
ecfan
committed
Update draft
1 parent 01f3a6b commit 97b972a

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

articles/logic-apps/create-publish-workflow-templates.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,16 @@ ms.date: 06/24/2025
1515

1616
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.
1717

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.
1928

2029
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.
2130

@@ -166,7 +175,7 @@ On the **Parameters** tab, add customization for any parameters that you want fo
166175
| **Display name** | Yes | The parameter name that appears in Azure portal. |
167176
| **Default value** | No | The default value for the parameter. |
168177
| **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. |
170179

171180
1. When you're done, select **Save**.
172181

0 commit comments

Comments
 (0)