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/quickstart-create-example-consumption-workflow.md
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,18 +103,17 @@ To create and manage a Consumption logic app workflow using other tools, see the
103
103
|**Region**| Yes | <*Azure-region*> | The Azure datacenter region for storing your app's information. This example deploys the sample logic app to the **West US** region in Azure. |
104
104
|**Enable log analytics**| Yes |**No**| This option appears and applies only when you select the **Consumption** logic app type. <br><br>Change this option only when you want to enable diagnostic logging. For this quickstart, keep the default selection. |
105
105
106
-
When you're done, your settings look similar to the following example:
107
-
108
-
:::image type="content" source="media/quickstart-create-example-consumption-workflow/create-logic-app-settings.png" alt-text="Screenshot shows Azure portal and logic app resource creation page with details for new logic app." lightbox="media/quickstart-create-example-consumption-workflow/create-logic-app-settings.png":::
109
-
110
106
> [!NOTE]
111
107
>
112
-
> If you selected an Azure region that supports availability zone redundancy, the **Zone redundancy**
113
-
> section is automatically enabled. This preview section offers the choice to enable availability zone
114
-
> redundancy for your logic app. However, currently supported Azure regions don't include **West US**,
115
-
> so you can ignore this section for this example. For more information, see
108
+
> Availability zones are automatically enabled for new and existing Consumption logic app workflows in
109
+
> [Azure regions that support availability zones](../reliability/availability-zones-service-support.md#azure-regions-with-availability-zone-support).
110
+
> For more information, see [Reliability in Azure Functions](../reliability/reliability-functions.md#availability-zone-support) and
116
111
> [Protect logic apps from region failures with zone redundancy and availability zones](set-up-zone-redundancy-availability-zones.md).
117
112
113
+
After you finish, your settings look similar to the following example:
114
+
115
+
:::image type="content" source="media/quickstart-create-example-consumption-workflow/create-logic-app-settings.png" alt-text="Screenshot shows Azure portal and logic app resource creation page with details for new logic app." lightbox="media/quickstart-create-example-consumption-workflow/create-logic-app-settings.png":::
116
+
118
117
1. When you're ready, select **Review + Create**.
119
118
120
119
1. On the validation page that appears, confirm all the provided information, and select **Create**.
@@ -202,7 +201,7 @@ This example uses an Office 365 Outlook action that sends an email each time tha
202
201
203
202
:::image type="content" source="media/quickstart-create-example-consumption-workflow/dynamic-content-see-more.png" alt-text="Screenshot shows open dynamic content list and selected option, See more." lightbox="media/quickstart-create-example-consumption-workflow/dynamic-content-see-more.png":::
204
203
205
-
When you're done, the email subject looks like the following example:
204
+
After you finish, the email subject looks like the following example:
206
205
207
206
:::image type="content" source="media/quickstart-create-example-consumption-workflow/send-email-feed-title.png" alt-text="Screenshot shows action named Send an email, with example email subject and included property named Feed title." lightbox="media/quickstart-create-example-consumption-workflow/send-email-feed-title.png":::
208
207
@@ -232,7 +231,7 @@ This example uses an Office 365 Outlook action that sends an email each time tha
232
231
233
232
## Test your workflow
234
233
235
-
To check that the workflow runs correctly, you can either wait for the trigger to fire based on your specifed schedule, or you can manually run the workflow.
234
+
To check that the workflow runs correctly, you can either wait for the trigger to fire based on your specified schedule, or you can manually run the workflow.
236
235
237
236
* On the designer toolbar, from the **Run** menu, select **Run**.
238
237
@@ -252,7 +251,7 @@ If you don't receive emails from the workflow as expected:
252
251
253
252
## Clean up resources
254
253
255
-
When you're done with this quickstart, delete the sample logic app resource and any related resources by deleting the resource group that you created for this example.
254
+
When you complete this quickstart, delete the sample logic app resource and any related resources by deleting the resource group that you created for this example.
256
255
257
256
1. In the Azure search box, enter **resource groups**, and select **Resource groups**.
In each Azure region, *availability zones* are physically separate locations that are tolerant to local failures. Such failures can range from software and hardware failures to events such as earthquakes, floods, and fires. These zones achieve tolerance through the redundancy and logical isolation of Azure services.
18
18
19
-
To provide resiliency and distributed availability, at least three separate availability zones exist in any Azure region that supports and enables zone redundancy. The Azure Logic Apps platform distributes these zones and logic app workloads across these zones. This capability is a key requirement for enabling resilient architectures and providing high availability if datacenter failures happen in a region. For more information about availability zone redundancy, review [Azure regions and availability zones](../availability-zones/az-overview.md).
19
+
To provide resiliency and distributed availability, at least three separate availability zones exist in any Azure region that supports and enables zone redundancy. The Azure Logic Apps platform distributes these zones and logic app workloads across these zones. This capability is a key requirement for enabling resilient architectures and providing high availability if datacenter failures happen in a region.
20
20
21
-
This article provides a brief overview, considerations, and information about how to enable availability zone redundancy in Azure Logic Apps.
21
+
For more information, see the following documentation:
22
22
23
-
## Considerations
24
-
25
-
### [Standard](#tab/standard)
23
+
*[What are availability zones](../reliability/availability-zones-overview.md)?
24
+
*[Azure regions with availability zone support](../reliability/availability-zones-service-support.md)
26
25
27
-
Availability zone support is available for Standard logic apps, which are powered by Azure Functions extensibility. For more information, see [What is reliability in Azure Functions?](../reliability/reliability-functions.md#availability-zone-support).
26
+
This guide provides a brief overview, considerations, and information about how to enable availability zones in Azure Logic Apps.
28
27
29
-
* You can enable availability zone redundancy *only when you create* Standard logic apps, either in a [supported Azure region](../azure-functions/azure-functions-az-redundancy.md#requirements) or in an [App Service Environment v3 (ASE v3) - Windows plans only](../app-service/environment/overview-zone-redundancy.md). Currently, this capability supports only built-in connector operations, not Azure (managed) connector operations.
30
-
31
-
* You can enable availability zone redundancy *only for new* Standard logic apps with workflows that run in single-tenant Azure Logic Apps. You can't enable availability zone redundancy for existing Standard logic app workflows.
28
+
## Considerations
32
29
33
-
* You can enable availability zone redundancy *only at creation time*. No programmatic tool support, such as Azure PowerShell or Azure CLI, currently exists to enable availability zone redundancy after creation.
30
+
### [Standard](#tab/standard)
34
31
35
-
### [Consumption (preview)](#tab/consumption)
32
+
Availability zones are supported with Standard logic app workflows, which run in single-tenant Azure Logic Apps and are powered by Azure Functions extensibility. For more information, see [Reliability in Azure Functions](../reliability/reliability-functions.md#availability-zone-support).
36
33
37
-
Availability zone redundancy is currently in *preview* for Consumption logic apps, which run in multi-tenant Azure Logic Apps. During preview, the following considerations apply:
34
+
* You can enable this capability only when you create a Standard logic app in a [supported Azure region](../reliability/reliability-functions.md#regional-availability) or in an [App Service Environment v3 (ASE v3) - Windows plans only](../app-service/environment/overview-zone-redundancy.md).
38
35
39
-
* You can enable availability zone redundancy *only for new*Consumption logic app workflows that you create in the following Azure regions, which will expand as available:
36
+
* You can enable this capability *only for new*Standard logic apps. You can't enable availability zone support for existing Standard logic app workflows.
40
37
41
-
* Australia East
42
-
* Brazil South
43
-
* Canada Central
44
-
* Central India
45
-
* Central US
46
-
* East Asia
47
-
* East US
48
-
* East US 2
49
-
* France Central
50
-
* Germany West Central
51
-
* Japan East
52
-
* Korea Central
53
-
* Norway East
54
-
* South Central US
55
-
* UK South
56
-
* West Europe
57
-
* West US 3
38
+
* You can enable this capability *only at creation time*. No programmatic tool support, such as Azure PowerShell or Azure CLI, currently exists to enable availability zone support after creation.
58
39
59
-
You have to create these Consumption logic apps *using the Azure portal*. No programmatic tool support, such as Azure PowerShell or Azure CLI, currently exists to enable availability zone redundancy.
40
+
* This capability supports only built-in connector operations, which directly run with the Azure Logic Apps runtime, not connector operations that are hosted and run in Azure.
60
41
61
-
* You can't enable availability zone redundancy for existing Consumption logic app workflows. Any existing Consumption logic app workflows are unaffected until mid-May 2022.
42
+
### [Consumption](#tab/consumption)
62
43
63
-
However, after this time, the Azure Logic Apps team will gradually start to move existing Consumption logic app workflows towards using availability zone redundancy, several Azure regions at a time. The option to enable availability zone redundancy on new Consumption logic app workflows remains available during this time.
44
+
Availability zones are supported with Consumption logic app workflows, which run in multitenant Azure Logic Apps. This capability is automatically enabled for new and existing Consumption logic app workflows in [Azure regions that support availability zones](../reliability/availability-zones-service-support.md#azure-regions-with-availability-zone-support).
64
45
65
46
---
66
47
@@ -84,48 +65,32 @@ With HTTP-based actions, certificates exported or created with AES256 encryption
84
65
85
66
## Enable availability zones
86
67
87
-
### [Standard](#tab/standard)
68
+
For Standard logic apps only, follow these steps:
88
69
89
70
1. In the [Azure portal](https://portal.azure.com), start creating a Standard logic app. On the **Create Logic App** page, stop after you select **Standard** as the plan type for your logic app.
90
71
91
-

72
+
:::image type="content" source="media/set-up-zone-redundancy-availability-zones/select-standard-plan.png" alt-text="Screenshot shows Azure portal, Create Logic App page, logic app details, and selected Standard plan type." lightbox="media/set-up-zone-redundancy-availability-zones/select-standard-plan.png":::
92
73
93
-
For a tutorial, review[Create Standard logic app workflows with single-tenant Azure Logic Apps in the Azure portal](create-single-tenant-workflows-azure-portal.md).
74
+
For a tutorial, see[Create Standard logic app workflows with single-tenant Azure Logic Apps in the Azure portal](create-single-tenant-workflows-azure-portal.md).
94
75
95
76
After you select **Standard**, the **Zone redundancy** section and options become available.
96
77
97
-
1. Under **Zone redundancy**, select **Enabled**.
98
-
99
-
At this point, your logic app creation experience appears similar to this example:
100
-
101
-

102
-
103
-
1. Finish creating your logic app workflow.
104
-
105
-
1. If you use a firewall and haven't set up access for traffic through the required IP addresses, make sure to complete that [requirement](#prerequisites).
106
-
107
-
### [Consumption (preview)](#tab/consumption)
108
-
109
-
1. In the [Azure portal](https://portal.azure.com), start creating a Consumption logic app. On the **Create Logic App** page, stop after you select **Consumption** as the plan type for your logic app.
110
-
111
-

112
-
113
-
For a quick tutorial, see [Quickstart: Create an example Consumption logic app workflow in multi-tenant Azure Logic Apps using the Azure portal](quickstart-create-example-consumption-workflow.md).
114
-
115
-
After you select **Consumption**, the **Zone redundancy** section and options become available.
78
+
> [!NOTE]
79
+
>
80
+
> The **Zone redundancy** options appear unavailable if you select an unsupported Azure region or an
81
+
> existing Windows plan that created in an unsupported Azure region. Make sure to select a supported
82
+
> Azure region and a Windows plan that was created in a supported Azure region, or create a new Windows plan.
116
83
117
84
1. Under **Zone redundancy**, select **Enabled**.
118
85
119
86
At this point, your logic app creation experience appears similar to this example:
120
87
121
-

88
+
:::image type="content" source="media/set-up-zone-redundancy-availability-zones/enable-zone-redundancy-standard.png" alt-text="Screenshot shows Azure portal, Create Logic App page, Standard logic app details, and the Enabled option selected under Zone redundancy." lightbox="media/set-up-zone-redundancy-availability-zones/enable-zone-redundancy-standard.png":::
122
89
123
90
1. Finish creating your logic app workflow.
124
91
125
92
1. If you use a firewall and haven't set up access for traffic through the required IP addresses, make sure to complete that [requirement](#prerequisites).
126
93
127
-
---
128
-
129
-
## Next steps
94
+
## Related content
130
95
131
96
*[Business continuity and disaster recovery for Azure Logic Apps](business-continuity-disaster-recovery-guidance.md)
0 commit comments