Skip to content

Commit f665903

Browse files
authored
Clarify recovery guidance for Standard logic apps in an App Service Environment
1 parent fd66e5a commit f665903

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/logic-apps/manage-logic-apps-with-azure-portal.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
88
ms.custom: mvc
9-
ms.date: 08/06/2024
9+
ms.date: 01/13/2025
1010
---
1111

1212
# Manage logic app workflows in the Azure portal
@@ -334,15 +334,15 @@ Deleting a Standard workflow affects workflow instances in the following ways:
334334

335335
#### Recover deleted Standard logic apps
336336

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).
338338

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:
342340

343341
* The run history from the deleted logic app is unavailable in the recovered logic app.
344342

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:
346346

347347
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).
348348

@@ -440,7 +440,7 @@ For Consumption logic apps, you can use the Azure portal for version control. Fo
440440

441441
1. In the [Azure portal](https://portal.azure.com), open your Consumption logic app.
442442

443-
1. In the logic app menu, under **Development Tools**, select **Versions**.
443+
1. On the logic app menu, under **Development Tools**, select **Versions**.
444444

445445
![Screenshot shows Azure portal and Consumption logic app menu with Versions selected, and list of previous logic app versions.](./media/manage-logic-apps-with-azure-portal/logic-apps-menu-versions.png)
446446

0 commit comments

Comments
 (0)