Skip to content

Commit b7de48d

Browse files
committed
Edit content
1 parent e5a2f98 commit b7de48d

File tree

5 files changed

+40
-61
lines changed

5 files changed

+40
-61
lines changed

articles/logic-apps/logic-apps-create-logic-apps-from-templates.md

Lines changed: 40 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -23,87 +23,66 @@ Here are some template categories:
2323
| 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. |
2424
| 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. |
2525
| 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. |
2727
| 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. |
2828
|||
2929

30-
3130
## Prerequisites
3231

3332
- 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).
3534

3635
## Create logic apps from templates
3736

38-
1. If you haven't already, sign in to the
39-
[Azure portal](https://portal.azure.com "Azure portal").
40-
41-
2. From the main Azure menu, choose
42-
**Create a resource** > **Enterprise Integration** > **Logic App**.
37+
1. Sign in to the [Azure portal](https://portal.azure.com).
4338

44-
![Azure portal, New, Enterprise Integration, Logic App](./media/logic-apps-create-logic-apps-from-templates/azure-portal-create-logic-app.png)
39+
1. Select **Create a resource** > **Integration** > **Logic App**.
4540

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.":::
4742

48-
![Provide logic app details](./media/logic-apps-create-logic-apps-from-templates/logic-app-settings.png)
43+
1. In the **Create Logic App** page, enter the following values:
4944

5045
| Setting | Value | Description |
5146
| ------- | ----- | ----------- |
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:
7547

76-
![Choose a logic app template](./media/logic-apps-create-logic-apps-from-templates/choose-logic-app-template.png)
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+
||||
7756

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.":::
8058

81-
When you select a prebuilt template,
82-
you can view more information about that template.
83-
For example:
59+
1. Select **Review + Create**.
8460

85-
![Choose a prebuilt template](./media/logic-apps-create-logic-apps-from-templates/logic-app-choose-prebuilt-template.png)
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.":::
8662

87-
6. To continue with the selected template,
88-
choose **Use this template**.
63+
1. Review the values, and then select **Create**.
8964

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

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

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.":::
10070

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

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.":::
10574

106-
![Create connections](./media/logic-apps-create-logic-apps-from-templates/logic-app-create-connection.png)
75+
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.":::
10786

10887
When you're done, your logic app opens
10988
and appears in the Logic Apps Designer.
@@ -113,7 +92,7 @@ you are prompted to perform any of these steps:
11392
> on the designer toolbar. This action discards any unsaved changes,
11493
> so a warning message appears to confirm your request.
11594
116-
8. Continue building your logic app.
95+
1. Continue building your logic app.
11796

11897
> [!NOTE]
11998
> Many templates include connectors that might
@@ -128,15 +107,15 @@ you are prompted to perform any of these steps:
128107
1. In the [Azure portal](https://portal.azure.com "Azure portal"),
129108
find and open your logic app in th Logic App Designer.
130109

131-
2. On the designer toolbar, choose **Templates**.
110+
1. On the designer toolbar, choose **Templates**.
132111
This action discards any unsaved changes,
133112
so a warning message appears so you can confirm
134113
that you want to continue. To confirm, choose **OK**.
135114
For example:
136115

137116
![Choose "Templates"](./media/logic-apps-create-logic-apps-from-templates/logic-app-update-existing-with-template.png)
138117

139-
3. Scroll past the introduction video and common triggers to **Templates**.
118+
1. Scroll past the introduction video and common triggers to **Templates**.
140119
Choose a prebuilt template. For example:
141120

142121
![Choose a logic app template](./media/logic-apps-create-logic-apps-from-templates/choose-logic-app-template.png)
@@ -147,10 +126,10 @@ Choose a prebuilt template. For example:
147126

148127
![Choose a prebuilt template](./media/logic-apps-create-logic-apps-from-templates/logic-app-choose-prebuilt-template.png)
149128

150-
4. To continue with the selected template,
129+
1. To continue with the selected template,
151130
choose **Use this template**.
152131

153-
5. Based on the connectors in the template,
132+
1. Based on the connectors in the template,
154133
you are prompted to perform any of these steps:
155134

156135
* Sign in with your credentials to systems or
@@ -168,7 +147,7 @@ you are prompted to perform any of these steps:
168147

169148
Your logic app now opens and appears in the Logic Apps Designer.
170149

171-
8. Continue building your logic app.
150+
1. Continue building your logic app.
172151

173152
> [!TIP]
174153
> If you haven't saved your changes, you can discard your work
-31 KB
Loading
27.7 KB
Loading
6.46 KB
Loading
57.4 KB
Loading

0 commit comments

Comments
 (0)