Skip to content

Commit 6dba494

Browse files
author
ecfan
committed
Add art
1 parent 74af6ca commit 6dba494

File tree

3 files changed

+28
-6
lines changed

3 files changed

+28
-6
lines changed

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

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,13 @@ This guide shows how to create and publish a workflow template in the following
6666

6767
- The deployed Consumption or Standard logic app resource and workflow to use as the source workflow definition for the template.
6868

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)
7076

7177
- 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.
7278

@@ -90,7 +96,7 @@ This list provides best practices to follow when you create your workflow templa
9096

9197
- Provide more context about trigger and action definitions by adding descriptive and helpful comments.
9298

93-
- Standard logic app workflows
99+
- Standard logic app resource and workflows
94100

95101
- Use the built-in operations as much as possible. For example, the Azure Blob Storage connector has the following versions available for Standard workflows:
96102

@@ -162,6 +168,8 @@ Next, choose the source workflow definition to use for your template.
162168

163169
1. When you're done, select **Save**.
164170

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+
165173
1. On the **Connections** tab, review and confirm the connections that Azure automatically pulls from the source workflows.
166174

167175
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
206214

207215
#### Publish to testing or production
208216

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

211219
1. On the **Summary** tab or any other preceding tab, at the tab bottom, select **Save** > **Save + publish for testing**.
212220

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:
214236

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":::
216238

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**.
218240

219241
This step updates the template label from **Testing** to **Production** in the template gallery.
220242

23.8 KB
Loading
56.6 KB
Loading

0 commit comments

Comments
 (0)