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
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.
16
16
17
17
> [!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
19
19
> 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.
22
22
23
23
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.
24
24
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).
26
26
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).
28
28
29
29
## Prerequisites
30
30
@@ -168,13 +168,12 @@ If you've set up Visual Studio with the [prerequisites](../logic-apps/quickstart
168
168
169
169
After deployment finishes, your logic app is published but isn't activated in the Azure portal.
170
170
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**.
172
172
173
173
1. To avoid running duplicate workflows, make sure that you deactivate or delete your original flow.
174
174
175
175
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)
176
176
177
177
## Next steps
178
178
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)
0 commit comments