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-8Lines changed: 28 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,14 +189,34 @@ On the **Parameters** tab, add customization for any parameters that you want fo
189
189
190
190
The **Profile** tab specifies information about your template that appears in the template gallery, for example, the template's display name, publisher name, connectors, and other metadata.
191
191
192
-
| Property | Required | Description |
193
-
|----------|----------|-------------|
194
-
|**Display name**| Yes | The workflow template display name that appears in the template gallery. |
195
-
|**By**| Yes | The workflow template publisher name. |
196
-
|**Summary**| Yes | The description for the workflow that the template creates. |
197
-
|**Featured connectors**| Yes | The names for the primary connectors in the workflow template. |
198
-
|**Category**| No | The category where the template belongs. |
199
-
|**Tags**| No | Any tags that you want to use for labeling the workflow. |
192
+
1. On the **Profile** tab, provide the following information about your template:
193
+
194
+
| Property | Required | Description |
195
+
|----------|----------|-------------|
196
+
|**Display name**| Yes | The workflow template display name that appears in the template gallery. |
197
+
|**By**| Yes | The workflow template publisher name. |
198
+
|**Summary**| Yes | The description for the workflow that the template creates. |
199
+
|**Featured connectors**| Yes | Select the primary connector types in the workflow template. |
200
+
|**Category**| No | The category where the template belongs. |
201
+
|**Tags**| No | Any tags that you want to use for labeling the workflow. |
202
+
203
+
1. When you're ready, select **Next**.
204
+
205
+
1. On the **Summary** tab, review and confirm all the provided information.
206
+
207
+
#### Publish to testing or production
208
+
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.
210
+
211
+
1. On the **Summary** tab or any other preceding tab, at the tab bottom, select **Save** > **Save + publish for testing**.
212
+
213
+
Azure publishes the template with the **Testing** label to the template gallery.
214
+
215
+
1. To use your new template, follow the corresponding steps to create a Consumption or Standard logic app resource and workflow.
216
+
217
+
1. After you finish your testing and make any necessary updates, select **Save** > **Save + publish for production**.
218
+
219
+
This step updates the template label from **Testing** to **Production** in the template gallery.
0 commit comments