Skip to content

Commit 23766de

Browse files
author
ecfan
committed
Update draft
1 parent 59420bb commit 23766de

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

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

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 06/24/2025
8+
ms.date: 07/02/2025
99
#Customer intent: As a developer, I want to create and share workflow templates for use with Azure Logic Apps.
1010
---
1111

@@ -72,7 +72,7 @@ This guide shows how to create and publish a workflow template in the following
7272

7373
To create these images, follow these steps:
7474

75-
1. In the [Azure portal](https://portal.azure.com), open the Standard logic app and source workflow in the designer.
75+
1. In the [Azure portal](https://portal.azure.com), open the source logic app resource and workflow in the designer.
7676

7777
1. Set up the workflow to create two screenshots: one version that works with a web browser's light theme and another version that works with a web browser's dark theme.
7878

@@ -82,18 +82,22 @@ This guide shows how to create and publish a workflow template in the following
8282

8383
<a name="workflow-best-practices"></a>
8484

85-
## Workflow best practices
85+
## Best practices
8686

87-
- Use the built-in operations as much as possible. For example, the Azure Blob Storage connector has the following versions available for Standard workflows:
88-
89-
- A built-in, service provider version, which appears in the connectors gallery under the **Built-in** filter. This version is hosted and run with the single-tenant Azure Logic Apps runtime, offering better performance, throughput, and other benefits.
90-
91-
- A Microsoft-managed API version, which appears in the connectors gallery with the **Shared** label. This version is hosted and run in multitenant Azure using shared global resources.
87+
This list provides best practices to follow when you create your workflow template:
9288

9389
- Don't use hardcoded properties and their values in trigger and action definitions.
9490

9591
- Provide more context about trigger and action definitions by adding descriptive and helpful comments.
9692

93+
- Standard logic app workflows
94+
95+
- Use the built-in operations as much as possible. For example, the Azure Blob Storage connector has the following versions available for Standard workflows:
96+
97+
- Built-in, service provider operations appear in the connectors gallery under the **Built-in** filter. These versions are hosted and run with the single-tenant Azure Logic Apps runtime, offering better performance, throughput, and other benefits.
98+
99+
- Azure-hosted managed API connector operations appear in the connectors gallery under the **Shared** filter. These versions are hosted and run in multitenant Azure using shared global resources.
100+
97101
## Create a workflow template
98102

99103
Based on whether you want to make your workflow template available only for your organization or for everyone in Azure, follow the corresponding steps:
@@ -133,8 +137,8 @@ Next, choose the source workflow definition to use for your template.
133137
|-----------|----------|-------|-------------|
134138
| **Subscription** | Yes | <*Azure-subscription-name*> | The name for the Azure subscription with the source logic app. |
135139
| **Resource group** | Yes | <*resource-group-name*> | The name for the Azure resource group with the source logic app. |
136-
| **Logic app instance** | Yes | <*source-logic-app*> | The name for the source Standard logic app with the workflow that you want to use. |
137-
| **Workflows** | Yes | <*source-workflows*> | Select at least one workflow to use in your template. |
140+
| **Logic app instance** | Yes | <*source-logic-app*> | The name for the source logic app with the workflow that you want to use. |
141+
| **Workflows** | Yes | <*source-workflows*> | For a Consumption logic app, select the sole existing workflow to use in your template. <br><br>For a Standard logic app, select at least one workflow to use in your template. |
138142

139143
1. When you're done, select **Next**.
140144

0 commit comments

Comments
 (0)