Skip to content

Commit 5668a28

Browse files
Merge pull request #224781 from ecfan/export
Azure Logic Apps: Export flow from Power Automate to Azure Logic Apps - Clarity edits
2 parents e4f0d3d + 7d4d165 commit 5668a28

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

articles/logic-apps/export-from-microsoft-flow-logic-app-template.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,26 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, sneshaf, pinath, azla
77
ms.topic: how-to
8-
ms.date: 08/20/2022
8+
ms.date: 01/23/2023
99
---
1010

1111
# Export flows from Power Automate and deploy to Azure Logic Apps
1212

1313
[!INCLUDE [logic-apps-sku-consumption](../../includes/logic-apps-sku-consumption.md)]
1414

15-
To extend and expand your flow's capabilities, you can migrate that flow from [Power Automate](https://flow.microsoft.com) to [Azure Logic Apps](../logic-apps/logic-apps-overview.md). You can export your flow as an Azure Resource Manager template for a logic app, deploy that logic app template to an Azure resource group, and then open that logic app in the Logic App Designer.
15+
To extend and expand your flow's capabilities, you can migrate that flow from [Power Automate](https://flow.microsoft.com) to a Consumption logic app workflow that runs in [multi-tenant Azure Logic Apps](logic-apps-overview.md). You can export your flow as an Azure Resource Manager template for a logic app, deploy that logic app template to an Azure resource group, and then open that logic app in the workflow designer.
1616

1717
> [!IMPORTANT]
18-
> Export to Logic Apps is unavailable for Power Automate flows created after August 2020. In October 2020, Power Automate
18+
> Export to Azure Logic Apps is unavailable for Power Automate flows created after August 2020. In October 2020, Power Automate
1919
> standardized new flow creation on the [OpenAPI 2.0 protocol](https://swagger.io/specification/v2/). New flows based on
20-
> this protocol are incompatible with Logic Apps workflows, so exporting these flows to Logic Apps was disabled. Instead,
21-
> you must manually [create logic apps](quickstart-create-first-logic-app-workflow.md) for these flows.
20+
> this protocol are incompatible with Azure Logic Apps workflows, so exporting these flows to Azure Logic Apps was disabled.
21+
> Instead, you must manually [create a logic app workflow](quickstart-create-first-logic-app-workflow.md) for these flows.
2222
2323
Not all Power Automate connectors are available in Azure Logic Apps. You can migrate only Power Automate flows that have the equivalent connectors in Azure Logic Apps. For example, the Button trigger, the Approval connector, and Notification connector are specific to Power Automate.
2424

25-
* To find which Power Automate connectors don't have Logic Apps equivalents, see [Power Automate connectors](/connectors/connector-reference/connector-reference-powerautomate-connectors).
25+
* To find which Power Automate connectors don't have Azure Logic Apps equivalents, see [Power Automate connectors](/connectors/connector-reference/connector-reference-powerautomate-connectors).
2626

27-
* To find which Logic Apps connectors don't have Power Automate equivalents, see [Logic Apps connectors](/connectors/connector-reference/connector-reference-logicapps-connectors).
27+
* To find which Azure Logic Apps connectors don't have Power Automate equivalents, see [Managed connectors in Azure Logic Apps](/connectors/connector-reference/connector-reference-logicapps-connectors).
2828

2929
## Prerequisites
3030

@@ -168,13 +168,12 @@ If you've set up Visual Studio with the [prerequisites](../logic-apps/quickstart
168168

169169
After deployment finishes, your logic app is published but isn't activated in the Azure portal.
170170

171-
1. When you're ready to activate your logic app in the Azure portal, find and open your logic app in the Logic App Designer. On the logic app's menu, select **Overview**, and then select **Enable**.
171+
1. When you're ready to activate your logic app in the Azure portal, find and open your logic app in the workflow designer. On the logic app's menu, select **Overview**, and then select **Enable**.
172172

173173
1. To avoid running duplicate workflows, make sure that you deactivate or delete your original flow.
174174

175175
For more information about these deployment steps, see [Quickstart: Create automated tasks, processes, and workflows with Azure Logic Apps - Visual Studio](../logic-apps/quickstart-create-logic-apps-with-visual-studio.md#deploy-to-Azure)
176176

177177
## Next steps
178178

179-
* Learn more about [Connectors for Azure Logic Apps](../connectors/apis-list.md)
180-
* Learn more about [Azure Logic Apps](../logic-apps/logic-apps-overview.md)
179+
* [Azure Logic Apps](logic-apps-overview.md)

0 commit comments

Comments
 (0)