Skip to content

Commit 3677fb8

Browse files
committed
Edit content
1 parent b7de48d commit 3677fb8

File tree

7 files changed

+51
-82
lines changed

7 files changed

+51
-82
lines changed
Lines changed: 51 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
---
22
title: Create logic app workflows faster with prebuilt templates
3-
description: Quickly build logic app workflows with prebuilt templates in Azure Logic Apps.
3+
description: Quickly build logic app workflows with prebuilt templates in Azure Logic Apps, and find out about available templates.
44
services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
88
ms.date: 08/01/2022
9+
#Customer intent: As an Azure Logic Apps developer, I want to build a logic app workflow from a template so that I can reduce development time.
910
---
1011

11-
# Create logic app workflows from prebuilt templates
12+
# Create a logic app workflow from a prebuilt template
1213

1314
[!INCLUDE [logic-apps-sku-consumption](../../includes/logic-apps-sku-consumption.md)]
1415

@@ -21,9 +22,9 @@ Here are some template categories:
2122
| Template type | Description |
2223
| ------------- | ----------- |
2324
| Enterprise cloud templates | For integrating Azure Blob Storage, Dynamics CRM, Salesforce, and Box. Also includes other connectors for your enterprise cloud needs. For example, you can use these templates to organize business leads or back up your corporate file data. |
24-
| Personal productivity templates | For improving personal productivity by setting daily reminders, turning important work items into to-do lists, and automating lengthy tasks down to a single user approval step. |
25+
| Personal productivity templates | For improving personal productivity. You can use these templates to set daily reminders, turn important work items into to-do lists, and automate lengthy tasks down to a single user-approval step. |
2526
| Consumer cloud templates | For integrating social media services such as Twitter, Slack, and email. Useful for strengthening social media marketing initiatives. These templates also include tasks such as cloud copying, which increases productivity by saving time on traditionally repetitive tasks. |
26-
| Enterprise integration pack templates | For configuring validate, extract, transform, enrich, and route (VETER) pipelines, receiving an X12 EDI document over AS2 and transforming to XML, and handling X12, EDIFACT, and AS2 messages. |
27+
| Enterprise integration pack templates | For configuring validate, extract, transform, enrich, and route (VETER) pipelines. Also for receiving an X12 EDI document over AS2 and transforming it to XML, and for handling X12, EDIFACT, and AS2 messages. |
2728
| Protocol pattern templates | For implementing protocol patterns such as request-response over HTTP and integrations across FTP and SFTP. Use these templates as provided, or build on them for complex protocol patterns. |
2829
|||
2930

@@ -32,37 +33,36 @@ Here are some template categories:
3233
- An Azure account and subscription. If you don't have a subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
3334
- A basic understanding of how to build a logic app workflow. For more information, see [Create a Consumption logic app workflow](../logic-apps/quickstart-create-first-logic-app-workflow.md).
3435

35-
## Create logic apps from templates
36+
## Create a logic app workflow from a template
3637

3738
1. Sign in to the [Azure portal](https://portal.azure.com).
3839

3940
1. Select **Create a resource** > **Integration** > **Logic App**.
4041

41-
:::image type="content" source="./media/logic-apps-create-logic-apps-from-templates/azure-portal-create-logic-app.png" alt-text="Screenshot of the Azure portal. Under 'Popular Azure services,' 'Logic App' is highlighted. In the navigation menu, 'Integration' is highlighted.":::
42+
:::image type="content" source="./media/logic-apps-create-logic-apps-from-templates/azure-portal-create-logic-app.png" alt-text="Screenshot of the Azure portal. Under 'Popular Azure services,' 'Logic App' is highlighted. On the navigation menu, 'Integration' is highlighted.":::
4243

4344
1. In the **Create Logic App** page, enter the following values:
4445

4546
| Setting | Value | Description |
4647
| ------- | ----- | ----------- |
47-
4848
| **Subscription** | <*your-Azure-subscription-name*> | Select the Azure subscription that you want to use. |
49-
| **Resource Group** | <*your-Azure-resource-group-name*> | Create or select an [Azure resource group](../azure-resource-manager/management/overview.md) for this logic app and to organize all resources associated with this app. |
50-
| **Logic App name** | <*your-logic-app-name*> | Provide a unique logic app name. |
49+
| **Resource Group** | <*your-Azure-resource-group-name*> | Create or select an [Azure resource group](../azure-resource-manager/management/overview.md) for this logic app resource and its associated resources. |
50+
| **Logic App name** | <*your-logic-app-name*> | Provide a unique logic app resource name. |
5151
| **Region** | <*your-Azure-datacenter-region*> | Select the datacenter region for deploying your logic app, for example, **West US**. |
52-
| **Enable log analytics** | **No** (default) or **Yes** | Set up [diagnostic logging](../logic-apps/monitor-logic-apps-log-analytics.md) for your logic app by using [Azure Monitor logs](../azure-monitor/logs/log-query-overview.md). Requires that you already have a Log Analytics workspace. |
52+
| **Enable log analytics** | **No** (default) or **Yes** | To set up [diagnostic logging](../logic-apps/monitor-logic-apps-log-analytics.md) for your logic app resource by using [Azure Monitor logs](../azure-monitor/logs/log-query-overview.md), select **Yes**. This selection requires that you already have a Log Analytics workspace. |
5353
| **Plan type** | **Consumption** or **Standard** | Select **Consumption** to create a Consumption logic app workflow. |
54-
| **Zone redundancy** | **Disabled** (default) or **Enabled** | If this option is available, select **Enabled** if you want to protect your logic app from a regional failure. But first [check that zone redundancy is available in your Azure region](/azure/logic-apps/set-up-zone-redundancy-availability-zones?tabs=consumption#considerations). |
54+
| **Zone redundancy** | **Disabled** (default) or **Enabled** | If this option is available, select **Enabled** if you want to protect your logic app resource from a regional failure. But first [check that zone redundancy is available in your Azure region](/azure/logic-apps/set-up-zone-redundancy-availability-zones?tabs=consumption#considerations). |
5555
||||
5656

5757
:::image type="content" source="./media/logic-apps-create-logic-apps-from-templates/logic-app-settings.png" alt-text="Screenshot of the 'Create Logic App' page. The 'Consumption' plan type is selected, and values are visible in other input fields.":::
5858

5959
1. Select **Review + Create**.
6060

61-
:::image type="content" source="./media/logic-apps-create-logic-apps-from-templates/create-logic-app.png" alt-text="Screenshot of the 'Create Logic App' page. The name, subscription, and other values are visible, and the 'Create' button is highlighted.":::
62-
6361
1. Review the values, and then select **Create**.
6462

65-
1. After deployment is complete, select **Go to resource**. The designer opens and shows a page with an introduction video. Under the video, you can find templates for common logic app patterns.
63+
:::image type="content" source="./media/logic-apps-create-logic-apps-from-templates/create-logic-app.png" alt-text="Screenshot of the 'Create Logic App' page. The name, subscription, and other values are visible, and the 'Create' button is highlighted.":::
64+
65+
1. When deployment is complete, select **Go to resource**. The designer opens and shows a page with an introduction video. Under the video, you can find templates for common logic app workflow patterns.
6666

6767
1. Scroll past the introduction video and common triggers to **Templates**. Select a prebuilt template.
6868

@@ -78,109 +78,78 @@ Here are some template categories:
7878

7979
* Sign in with your credentials to systems or services that are referenced by the template.
8080

81-
* Create connections for any services or systems that are referenced by the template. To create a connection, provide a name for your connection, and if necessary, select the resource that you want to use.
81+
* Create connections for any systems or services that are referenced by the template. To create a connection, provide a name for your connection, and if necessary, select the resource that you want to use.
82+
83+
> [!NOTE]
84+
> Many templates include connectors that have required properties that are prepopulated. Other templates require that you provide values before you can properly deploy the logic app workflow. If you try to deploy without completing the missing property fields, you get an error message.
8285
83-
If you already set up these connections, select **Continue**.
86+
1. After you set up any required connections, select **Continue**.
8487

85-
:::image type="content" source="./media/logic-apps-create-logic-apps-from-templates/logic-app-create-connection.png" alt-text="Screenshot that shows information about the 'Delete old Azure blobs' template, including a description and a diagram that shows a recurring schedule.":::
88+
:::image type="content" source="./media/logic-apps-create-logic-apps-from-templates/logic-app-create-connection.png" alt-text="Screenshot of the designer. A connection for Azure Blob Storage is visible, and the 'Continue' button is highlighted.":::
8689

87-
When you're done, your logic app opens
88-
and appears in the Logic Apps Designer.
90+
The designer opens and displays your logic app workflow.
8991

9092
> [!TIP]
91-
> To return to the template viewer, choose **Templates**
92-
> on the designer toolbar. This action discards any unsaved changes,
93-
> so a warning message appears to confirm your request.
93+
> To return to the template viewer, select **Templates** on the designer toolbar. This action discards any unsaved changes, so a warning message appears to confirm your request.
9494
95-
1. Continue building your logic app.
95+
1. Continue building your logic app workflow.
9696

97-
> [!NOTE]
98-
> Many templates include connectors that might
99-
> already have prepopulated required properties.
100-
> However, some templates might still require that you provide
101-
> values before you can properly deploy the logic app.
102-
> If you try to deploy without completing the missing property fields,
103-
> you get an error message.
97+
## Update a logic app workflow with a template
10498

105-
## Update logic apps with templates
99+
1. In the [Azure portal](https://portal.azure.com), go to your logic app resource.
106100

107-
1. In the [Azure portal](https://portal.azure.com "Azure portal"),
108-
find and open your logic app in th Logic App Designer.
101+
1. On the logic app navigation menu, select **Logic app designer**.
109102

110-
1. On the designer toolbar, choose **Templates**.
111-
This action discards any unsaved changes,
112-
so a warning message appears so you can confirm
113-
that you want to continue. To confirm, choose **OK**.
114-
For example:
103+
1. On the designer toolbar, select **Templates**. This action discards any unsaved changes, so a warning message appears. To confirm that you want to continue, select **OK**.
115104

116-
![Choose "Templates"](./media/logic-apps-create-logic-apps-from-templates/logic-app-update-existing-with-template.png)
105+
:::image type="content" source="./media/logic-apps-create-logic-apps-from-templates/logic-app-update-existing-with-template.png" alt-text="Screenshot of the designer. The top part of a logic app workflow is visible. On the toolbar, 'Templates' is highlighted.":::
117106

118-
1. Scroll past the introduction video and common triggers to **Templates**.
119-
Choose a prebuilt template. For example:
107+
1. Scroll past the introduction video and common triggers to **Templates**. Select a prebuilt template.
120108

121-
![Choose a logic app template](./media/logic-apps-create-logic-apps-from-templates/choose-logic-app-template.png)
109+
:::image type="content" source="./media/logic-apps-create-logic-apps-from-templates/choose-logic-app-template.png" alt-text="Screenshot of the designer. Under 'Templates,' three templates are visible. One template called 'Delete old Azure blobs' is highlighted.":::
122110

123-
When you select a prebuilt template,
124-
you can view more information about that template.
125-
For example:
111+
When you select a prebuilt template, you can view more information about that template.
126112

127-
![Choose a prebuilt template](./media/logic-apps-create-logic-apps-from-templates/logic-app-choose-prebuilt-template.png)
113+
:::image type="content" source="./media/logic-apps-create-logic-apps-from-templates/logic-app-choose-prebuilt-template.png" alt-text="Screenshot that shows information about the 'Delete old Azure blobs' template. A description and diagram that shows a recurring schedule are visible.":::
128114

129-
1. To continue with the selected template,
130-
choose **Use this template**.
115+
1. To continue with the selected template, select **Use this template**.
131116

132-
1. Based on the connectors in the template,
133-
you are prompted to perform any of these steps:
117+
1. Based on the connectors in the template, you're prompted to perform any of these steps:
134118

135-
* Sign in with your credentials to systems or
136-
services that are referenced by the template.
119+
* Sign in with your credentials to systems or services that are referenced by the template.
137120

138-
* Create connections for any services or systems
139-
referenced by the template. To create a connection,
140-
provide a name for your connection, and if necessary,
141-
select the resource that you want to use.
121+
* Create connections for any systems or services that are referenced by the template. To create a connection, provide a name for your connection, and if necessary, select the resource that you want to use.
142122

143-
* If you already set up these connections,
144-
choose **Continue**.
123+
> [!NOTE]
124+
> Many templates include connectors that have required properties that are prepopulated. Other templates require that you provide values before you can properly deploy the logic app workflow. If you try to deploy without completing the missing property fields, you get an error message.
145125
146-
![Create connections](./media/logic-apps-create-logic-apps-from-templates/logic-app-create-connection.png)
126+
1. After you set up any required connections, select **Continue**.
147127

148-
Your logic app now opens and appears in the Logic Apps Designer.
128+
:::image type="content" source="./media/logic-apps-create-logic-apps-from-templates/logic-app-create-connection-designer.png" alt-text="Screenshot of the designer, with a connection for Azure Blob Storage. The 'Continue' button is highlighted.":::
149129

150-
1. Continue building your logic app.
130+
The designer opens and displays your logic app workflow.
151131

152-
> [!TIP]
153-
> If you haven't saved your changes, you can discard your work
154-
> and return to your previous logic app. On the designer toolbar,
155-
> choose **Discard**.
132+
1. Continue building your logic app workflow.
156133

157-
> [!NOTE]
158-
> Many templates include connectors that might have
159-
> already pre-populated required properties.
160-
> However, some templates might still require that you provide
161-
> values before you can properly deploy the logic app.
162-
> If you try to deploy without completing the missing property fields,
163-
> you get an error message.
134+
> [!TIP]
135+
> If you haven't saved your changes, you can discard your work and return to your previous workflow. On the designer toolbar, select **Discard**.
164136
165-
## Deploy logic apps built from templates
137+
## Deploy a logic app workflow built from a template
166138

167-
After you make your changes to the template,
168-
you can save your changes. This action also
169-
automatically publishes your logic app.
139+
After you make your changes to the template, you can save your changes. This action automatically publishes your logic app workflow.
170140

171-
On the designer toolbar, choose **Save**.
141+
On the designer toolbar, select **Save**.
172142

173-
![Save and publish your logic app](./media/logic-apps-create-logic-apps-from-templates/logic-app-save.png)
143+
:::image type="content" source="./media/logic-apps-create-logic-apps-from-templates/logic-app-save.png" alt-text="Screenshot of the designer. The top part of a logic app workflow is visible. On the toolbar, the 'Save' button is highlighted.":::
174144

175145
## Get support
176146

177-
* For questions, visit the [Microsoft Q&A question page for Azure Logic Apps](/answers/topics/azure-logic-apps.html).
178-
* To submit or vote on feature ideas, visit the [Logic Apps user feedback site](https://aka.ms/logicapps-wish).
147+
* For questions, go to the [Microsoft Q&A question page for Azure Logic Apps](/answers/topics/azure-logic-apps.html).
148+
* To submit or vote on feature ideas, go to the [Logic Apps user feedback site](https://aka.ms/logicapps-wish).
179149

180150
## Next steps
181151

182-
Learn about building logic apps through examples,
183-
scenarios, customer stories, and walkthroughs.
152+
Learn about building logic app workflows through examples, scenarios, customer stories, and walkthroughs.
184153

185154
> [!div class="nextstepaction"]
186155
> [Review logic app examples, scenarios, and walkthroughs](../logic-apps/logic-apps-examples-and-scenarios.md)
-158 Bytes
Loading
22.4 KB
Loading
1.61 KB
Loading
10.4 KB
Loading
-388 Bytes
Loading
11.3 KB
Loading

0 commit comments

Comments
 (0)