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/logic-apps-create-logic-apps-from-templates.md
+40-61Lines changed: 40 additions & 61 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,87 +23,66 @@ Here are some template categories:
23
23
| 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
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
25
| 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 VETER (validate, extract, transform, enrich, route) pipelines, receiving an X12 EDI document over AS2 and transforming to XML, and handling X12, EDIFACT, and AS2 messages. |
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
27
| 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. |
28
28
|||
29
29
30
-
31
30
## Prerequisites
32
31
33
32
- 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).
34
-
- A basic understanding of how to build a logic app workflow. For more information, see [Create a logic app](../logic-apps/quickstart-create-first-logic-app-workflow.md).
33
+
- 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).
1. Select **Create a resource** > **Integration** > **Logic App**.
45
40
46
-
3. Create your logic app with the settings in the table under this image:
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.":::
1. In the **Create Logic App** page, enter the following values:
49
44
50
45
| Setting | Value | Description |
51
46
| ------- | ----- | ----------- |
52
-
|**Name**|*your-logic-app-name*| Provide a unique logic app name. |
53
-
|**Subscription**|*your-Azure-subscription-name*| Select the Azure subscription that you want to use. |
54
-
|**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. |
55
-
|**Location**|*your-Azure-datacenter-region*| Select the datacenter region for deploying your logic app, for example, West US. |
56
-
|**Log Analytics**|**Off** (default) or **On**| 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. |
57
-
||||
58
-
59
-
4. When you're ready, select **Pin to dashboard**.
60
-
That way, your logic app automatically appears on
61
-
your Azure dashboard and opens after deployment.
62
-
Choose **Create**.
63
-
64
-
> [!NOTE]
65
-
> If you don't want to pin your logic app,
66
-
> you must manually find and open your logic app
67
-
> after deployment so you can continue.
68
-
69
-
After Azure deploys your logic app, the Logic Apps Designer
70
-
opens and shows a page with an introduction video.
71
-
Under the video, you can find templates for common logic app patterns.
72
-
73
-
5. Scroll past the introduction video and common triggers to **Templates**.
74
-
Choose a prebuilt template. For example:
75
47
76
-

48
+
|**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. |
51
+
|**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. |
53
+
|**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). |
55
+
||||
77
56
78
-
> [!TIP]
79
-
> To create your logic app from scratch, choose **Blank Logic App**.
57
+
:::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.":::
80
58
81
-
When you select a prebuilt template,
82
-
you can view more information about that template.
83
-
For example:
59
+
1. Select **Review + Create**.
84
60
85
-

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.":::
86
62
87
-
6. To continue with the selected template,
88
-
choose **Use this template**.
63
+
1. Review the values, and then select **Create**.
89
64
90
-
7. Based on the connectors in the template,
91
-
you are prompted to perform any of these steps:
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.
92
66
93
-
* Sign in with your credentials to systems or services
94
-
that are referenced by the template.
67
+
1. Scroll past the introduction video and common triggers to **Templates**. Select a prebuilt template.
95
68
96
-
* Create connections for any services or systems
97
-
referenced by the template. To create a connection,
98
-
provide a name for your connection, and if necessary,
99
-
select the resource that you want to use.
69
+
:::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 called 'Delete old Azure blobs' is highlighted.":::
100
70
101
-
* If you already set up these connections,
102
-
choose **Continue**.
71
+
When you select a prebuilt template, you can view more information about that template.
103
72
104
-
For example:
73
+
:::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, including a description and a diagram that shows a recurring schedule.":::
1. To continue with the selected template, select **Use this template**.
76
+
77
+
1. Based on the connectors in the template, you're prompted to perform any of these steps:
78
+
79
+
* Sign in with your credentials to systems or services that are referenced by the template.
80
+
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.
82
+
83
+
If you already set up these connections, select **Continue**.
84
+
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.":::
107
86
108
87
When you're done, your logic app opens
109
88
and appears in the Logic Apps Designer.
@@ -113,7 +92,7 @@ you are prompted to perform any of these steps:
113
92
> on the designer toolbar. This action discards any unsaved changes,
114
93
> so a warning message appears to confirm your request.
115
94
116
-
8. Continue building your logic app.
95
+
1. Continue building your logic app.
117
96
118
97
> [!NOTE]
119
98
> Many templates include connectors that might
@@ -128,15 +107,15 @@ you are prompted to perform any of these steps:
128
107
1. In the [Azure portal](https://portal.azure.com"Azure portal"),
129
108
find and open your logic app in th Logic App Designer.
130
109
131
-
2. On the designer toolbar, choose **Templates**.
110
+
1. On the designer toolbar, choose **Templates**.
132
111
This action discards any unsaved changes,
133
112
so a warning message appears so you can confirm
134
113
that you want to continue. To confirm, choose **OK**.
0 commit comments