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
@@ -21,9 +22,9 @@ Here are some template categories:
21
22
| Template type | Description |
22
23
| ------------- | ----------- |
23
24
| 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 userapproval 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. |
25
26
| 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. |
27
28
| 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
29
|||
29
30
@@ -32,37 +33,36 @@ Here are some template categories:
32
33
- 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).
33
34
- 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).
34
35
35
-
## Create logic apps from templates
36
+
## Create a logic app workflow from a template
36
37
37
38
1. Sign in to the [Azure portal](https://portal.azure.com).
38
39
39
40
1. Select **Create a resource** > **Integration** > **Logic App**.
40
41
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.":::
42
43
43
44
1. In the **Create Logic App** page, enter the following values:
44
45
45
46
| Setting | Value | Description |
46
47
| ------- | ----- | ----------- |
47
-
48
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. |
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. |
51
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. |
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. |
53
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). |
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). |
55
55
||||
56
56
57
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.":::
58
58
59
59
1. Select **Review + Create**.
60
60
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
-
63
61
1. Review the values, and then select **Create**.
64
62
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.
66
66
67
67
1. Scroll past the introduction video and common triggers to **Templates**. Select a prebuilt template.
68
68
@@ -78,109 +78,78 @@ Here are some template categories:
78
78
79
79
* Sign in with your credentials to systems or services that are referenced by the template.
80
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.
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.
82
85
83
-
If you already set up these connections, select **Continue**.
86
+
1. After you set up any required connections, select **Continue**.
84
87
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.":::
86
89
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.
89
91
90
92
> [!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.
94
94
95
-
1. Continue building your logic app.
95
+
1. Continue building your logic app workflow.
96
96
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
104
98
105
-
## Update logic apps with templates
99
+
1. In the [Azure portal](https://portal.azure.com), go to your logic app resource.
106
100
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**.
109
102
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**.
:::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.":::
117
106
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.
120
108
121
-

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.":::
122
110
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.
126
112
127
-

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.":::
128
114
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**.
131
116
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:
134
118
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.
137
120
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.
142
122
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.
1. After you set up any required connections, select **Continue**.
147
127
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.":::
149
129
150
-
1. Continue building your logic app.
130
+
The designer opens and displays your logic app workflow.
151
131
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.
156
133
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**.
164
136
165
-
## Deploy logic apps built from templates
137
+
## Deploy a logic app workflow built from a template
166
138
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.
170
140
171
-
On the designer toolbar, choose**Save**.
141
+
On the designer toolbar, select**Save**.
172
142
173
-

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.":::
174
144
175
145
## Get support
176
146
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).
179
149
180
150
## Next steps
181
151
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.
184
153
185
154
> [!div class="nextstepaction"]
186
155
> [Review logic app examples, scenarios, and walkthroughs](../logic-apps/logic-apps-examples-and-scenarios.md)
0 commit comments