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/manage-logic-apps-with-azure-portal.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.suite: integration
6
6
ms.reviewer: estfan, azla
7
7
ms.topic: how-to
8
8
ms.custom: mvc
9
-
ms.date: 08/06/2024
9
+
ms.date: 01/13/2025
10
10
---
11
11
12
12
# Manage logic app workflows in the Azure portal
@@ -334,15 +334,15 @@ Deleting a Standard workflow affects workflow instances in the following ways:
334
334
335
335
#### Recover deleted Standard logic apps
336
336
337
-
If you use source control, you can seamlessly redeploy a deleted Standard logic app resource to single-tenant Azure Logic Apps. If you're not using source control, try the following steps to recover your deleted logic app:
337
+
Provided that you use source control, you can seamlessly recover a deleted Standard logic app resource that uses the **Workflow Standard** hosting option in single-tenant Azure Logic Apps by redeploying your app. However, to recover a deleted Standard logic app resource that uses the App Service Environment v3 hosting option, before you delete your app, you have to first download the Standard logic app artifacts from the Azure portal. For more information, see [Download Standard logic app artifacts from portal](/azure/logic-apps/set-up-devops-deployment-single-tenant-azure-logic-apps?tabs=github#download-standard-logic-app-artifacts-from-portal).
338
338
339
-
Before you try to recover your deleted logic app, review the following considerations:
340
-
341
-
* You can recover only deleted Standard logic app resources that use the **Workflow Standard** hosting plan.
339
+
Before you try to recover a deleted logic app, review the following considerations:
342
340
343
341
* The run history from the deleted logic app is unavailable in the recovered logic app.
344
342
345
-
* If your workflow starts with the Request trigger, the callback URL for the recovered logic app differs from the URL for the deleted logic app.
343
+
* If your workflow starts with the **Request** trigger, the callback URL for the recovered logic app differs from the URL for the deleted logic app.
344
+
345
+
If you're not using source control, try the following steps to recover a deleted Standard logic app that uses the **Workflow Standard** hosting option in single-tenant Azure Logic Apps:
346
346
347
347
1. Confirm that your logic app's storage account still exists. If the storage account was deleted, you have to [first recover the deleted storage account](../storage/common/storage-account-recover.md).
348
348
@@ -440,7 +440,7 @@ For Consumption logic apps, you can use the Azure portal for version control. Fo
440
440
441
441
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app.
442
442
443
-
1.In the logic app menu, under **Development Tools**, select **Versions**.
443
+
1.On the logic app menu, under **Development Tools**, select **Versions**.
444
444
445
445

0 commit comments