Skip to content

Commit 8107778

Browse files
authored
Merge pull request #113266 from lauradolan/resave-parent-child
Recreating child logic apps
2 parents d74daa7 + 245ce19 commit 8107778

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

articles/logic-apps/ise-manage-integration-service-environment.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Manage integration service environments in Azure Logic Apps
33
description: Check network health and manage logic apps, connections, custom connectors, and integration accounts in your integration service environment (ISE) for Azure Logic Apps
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewer: klam, logicappspm
6+
ms.reviewer: estfan, jonfan, logicappspm
77
ms.topic: conceptual
8-
ms.date: 03/11/2020
8+
ms.date: 04/29/2020
99
---
1010

1111
# Manage your integration service environment (ISE) in Azure Logic Apps
@@ -50,6 +50,10 @@ You can view and manage the logic apps that are in your ISE.
5050

5151
1. To remove logic apps that you no longer need in your ISE, select those logic apps, and then select **Delete**. To confirm that you want to delete, select **Yes**.
5252

53+
> [!NOTE]
54+
> If you delete and recreate a child logic app, you must resave the parent logic app. The recreated child app will have different metadata.
55+
> If you don't resave the parent logic app after recreating its child, your calls to the child logic app will fail with an error of "unauthorized." This behavior applies to parent-child logic apps, for example, those that use artifacts in integration accounts or call Azure functions.
56+
5357
<a name="find-api-connections"></a>
5458

5559
## Manage API connections

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ services: logic-apps
55
ms.suite: integration
66
author: lauradolan
77
ms.author: ladolan
8-
ms.reviewer: estfan, logicappspm
8+
ms.reviewer: estfan, jonfan, logicappspm
99
ms.topic: article
1010
ms.custom: mvc
11-
ms.date: 04/13/2020
11+
ms.date: 04/29/2020
1212
---
1313

1414
# Manage logic apps in the Azure portal
@@ -141,6 +141,10 @@ Deleting your logic app affects your workflow instances in these ways:
141141

142142
* The Logic Apps engine won't create or run new workflow instances.
143143

144+
> [!NOTE]
145+
> If you delete and recreate a child logic app, you must resave the parent logic app. The recreated child app will have different metadata.
146+
> If you don't resave the parent logic app after recreating its child, your calls to the child logic app will fail with an error of "unauthorized." This behavior applies to parent-child logic apps, for example, those that use artifacts in integration accounts or call Azure functions.
147+
144148
<a name="delete-single-logic-app"></a>
145149

146150
### Delete single logic app

articles/logic-apps/manage-logic-apps-with-visual-studio.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ title: Edit and manage logic apps by using Visual Studio with Cloud Explorer
33
description: Edit, update, manage, add to source control, and deploy logic apps by using Visual Studio with Cloud Explorer
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewer: klam, logicappspm
6+
ms.reviewer: estfan, jonfan, logicappspm
77
ms.topic: article
88
ms.custom: mvc
9-
ms.date: 10/29/2019
9+
ms.date: 04/29/2020
1010
---
1111

1212
# Manage logic apps with Visual Studio
@@ -262,7 +262,11 @@ To delete your logic app from the Azure portal, in Cloud Explorer, open your log
262262

263263
> [!NOTE]
264264
> When you delete a logic app, no new runs are instantiated. All in-progress and pending runs are canceled.
265-
> If you have thousands of runs, cancellation might take significant time to complete.
265+
> If you have thousands of runs, cancellation might take significant time to complete.
266+
267+
> [!NOTE]
268+
> If you delete and recreate a child logic app, you must resave the parent logic app. The recreated child app will have different metadata.
269+
> If you don't resave the parent logic app after recreating its child, your calls to the child logic app will fail with an error of "unauthorized." This behavior applies to parent-child logic apps, for example, those that use artifacts in integration accounts or call Azure functions.
266270
267271
## Troubleshooting
268272

0 commit comments

Comments
 (0)