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
+28-6Lines changed: 28 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,13 @@ This guide shows how to create and publish a workflow template in the following
66
66
67
67
- The deployed Consumption or Standard logic app resource and workflow to use as the source workflow definition for the template.
68
68
69
-
If you don't have this resource, see [Create an example Standard logic app workflow](create-single-tenant-workflows-azure-portal.md). Your logic app resource and workflow must be deployed before you create your template. Also, make sure that any values that the workflow user must provide are correctly parameterized, rather than hardcoded.
69
+
Your logic app resource and workflow must be deployed before you create your template. Make sure that you correctly parameterize any values that the workflow's end-user must provide, rather than hardcode those values.
70
+
71
+
If you don't have this resource and workflow, see the following articles:
72
+
73
+
-[Create an example Consumption logic app workflow](quickstart-create-example-consumption-workflow.md)
74
+
75
+
-[Create an example Standard logic app workflow](create-single-tenant-workflows-azure-portal.md)
70
76
71
77
- Screenshots that show a read-only preview for the workflow template with **.png** file name extension. These preview images for template appear on the template overview pane in the templates gallery.
72
78
@@ -90,7 +96,7 @@ This list provides best practices to follow when you create your workflow templa
90
96
91
97
- Provide more context about trigger and action definitions by adding descriptive and helpful comments.
92
98
93
-
- Standard logic app workflows
99
+
- Standard logic app resource and workflows
94
100
95
101
- 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
102
@@ -162,6 +168,8 @@ Next, choose the source workflow definition to use for your template.
162
168
163
169
1. When you're done, select **Save**.
164
170
171
+
You can save your template anytime during the creation process. Every time that you save your progress, validation automatically runs to determine whether any errors exist, for example, unsupported actions or un-parameterized values. You don't have to immediately fix errors when you find them, but you must fix them before publishing.
172
+
165
173
1. On the **Connections** tab, review and confirm the connections that Azure automatically pulls from the source workflows.
166
174
167
175
You don't have to take any other actions.
@@ -206,15 +214,29 @@ The **Profile** tab specifies information about your template that appears in th
206
214
207
215
#### Publish to testing or production
208
216
209
-
When you're ready to test your template, you can publish your template for testing. The template appears in the template gallery with the **Testing** label.
217
+
When you're ready to test your template, you can publish your template for testing.
210
218
211
219
1. On the **Summary** tab or any other preceding tab, at the tab bottom, select **Save** > **Save + publish for testing**.
212
220
213
-
Azure publishes the template with the **Testing** label to the template gallery.
221
+
Azure publishes the template bearing the **Testing** label to the template gallery.
222
+
223
+
1. To test your new template, choose corresponding steps to create a Consumption or Standard logic app resource and workflow from a template:
224
+
225
+
-[Create a Standard logic app workflow from a prebuilt template](create-single-tenant-workflows-templates.md)
226
+
227
+
-
228
+
229
+
1. In the template gallery, make sure to select the Azure subscription associated with your template.
230
+
231
+
:::image type="content" source="media/create-publish-workflow-templates/org-filter.png" alt-text="Screenshot shows Azure portal, templates gallery, and Subscription filter set to example Azure subscription associated with created template." lightbox="media/create-publish-workflow-templates/org-filter.png":::
232
+
233
+
1. Under the filters row, select **My templates**.
234
+
235
+
Your template appears with the **Testing** label, for example:
214
236
215
-
1. To use your new template, follow the corresponding steps to create a Consumption or Standard logic app resource and workflow.
237
+
:::image type="content" source="media/create-publish-workflow-templates/my-templates.png" alt-text="Screenshot shows Azure portal, templates gallery, and selected tab for My templates." lightbox="media/create-publish-workflow-templates/my-templates.png":::
216
238
217
-
1. After you finish your testing and make any necessary updates, select **Save** > **Save + publish for production**.
239
+
1. After you finish creating your workflow, testing your template, and making any necessary updates, select **Save** > **Save + publish for production**.
218
240
219
241
This step updates the template label from **Testing** to **Production** in the template gallery.
0 commit comments