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/create-single-tenant-workflows-azure-portal.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, azla
7
7
ms.topic: how-to
8
-
ms.date: 10/05/2021
8
+
ms.date: 01/28/2022
9
9
ms.custom: ignite-fall-2021
10
10
---
11
11
@@ -175,7 +175,7 @@ Before you can add a trigger to a blank workflow, make sure that the workflow de
175
175
176
176
1. To save your work, on the designer toolbar, select **Save**.
177
177
178
-
When you save a workflow for the first time, and that workflow starts with a Request trigger, the Logic Apps service automatically generates a URL for an endpoint that's created by the Request trigger. Later, when you test your workflow, you send a request to this URL, which fires the trigger and starts the workflow run.
178
+
When you save a workflow for the first time, and that workflow starts with a Request trigger, Azure Logic Apps automatically generates a URL for an endpoint that's created by the Request trigger. Later, when you test your workflow, you send a request to this URL, which fires the trigger and starts the workflow run.
179
179
180
180
### Add the Office 365 Outlook action
181
181
@@ -267,7 +267,7 @@ To find the fully qualified domain names (FQDNs) for connections, follow these s
267
267
268
268
## Trigger the workflow
269
269
270
-
In this example, the workflow runs when the Request trigger receives an inbound request, which is sent to the URL for the endpoint that's created by the trigger. When you saved the workflow for the first time, the Logic Apps service automatically generated this URL. So, before you can send this request to trigger the workflow, you need to find this URL.
270
+
In this example, the workflow runs when the Request trigger receives an inbound request, which is sent to the URL for the endpoint that's created by the trigger. When you saved the workflow for the first time, Azure Logic Apps automatically generated this URL. So, before you can send this request to trigger the workflow, you need to find this URL.
271
271
272
272
1. On the workflow designer, select the Request trigger that's named **When an HTTP request is received**.
273
273
@@ -547,6 +547,8 @@ To stop the trigger from firing the next time when the trigger condition is met,
547
547
1. Save your changes. This step resets your trigger's current state.
548
548
1.[Reactivate your workflow](#disable-enable-workflows).
549
549
550
+
* When a workflow is disabled, you can still resubmit runs.
551
+
550
552
> [!NOTE]
551
553
> The disable workflow and stop logic app operations have different effects. For more information, review
552
554
> [Considerations for stopping logic apps](#considerations-stop-logic-apps).
Copy file name to clipboardExpand all lines: articles/logic-apps/create-single-tenant-workflows-visual-studio-code.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: logic-apps
5
5
ms.suite: integration
6
6
ms.reviewer: estfan, azla
7
7
ms.topic: how-to
8
-
ms.date: 09/13/2021
8
+
ms.date: 01/28/2022
9
9
ms.custom: ignite-fall-2021
10
10
---
11
11
@@ -974,15 +974,15 @@ In Visual Studio Code, you can view all the deployed logic apps in your Azure su
974
974
975
975
Stopping a logic app affects workflow instances in the following ways:
976
976
977
-
* The Logic Apps service cancels all in-progress and pending runs immediately.
977
+
* Azure Logic Apps cancels all in-progress and pending runs immediately.
978
978
979
-
* The Logic Apps service doesn't create or run new workflow instances.
979
+
* Azure Logic Apps doesn't create or run new workflow instances.
980
980
981
981
* Triggers won't fire the next time that their conditions are met. However, trigger states remember the points where the logic app was stopped. So, if you restart the logic app, the triggers fire for all unprocessed items since the last run.
982
982
983
983
To stop a trigger from firing on unprocessed items since the last run, clear the trigger state before you restart the logic app:
984
984
985
-
1. In Visual Studio Code, on the left toolbar, select the Azure icon.
985
+
1. In Visual Studio Code, on the left toolbar, select the Azure icon.
986
986
1. In the **Azure: Logic Apps (Standard)** pane, expand your subscription, which shows all the deployed logic apps for that subscription.
987
987
1. Expand your logic app, and then expand the node that's named **Workflows**.
988
988
1. Open a workflow, and edit any part of that workflow's trigger.
@@ -996,9 +996,9 @@ Stopping a logic app affects workflow instances in the following ways:
996
996
997
997
Deleting a logic app affects workflow instances in the following ways:
998
998
999
-
* The Logic Apps service cancels in-progress and pending runs immediately, but doesn't run cleanup tasks on the storage used by the app.
999
+
* Azure Logic Apps cancels in-progress and pending runs immediately, but doesn't run cleanup tasks on the storage used by the app.
1000
1000
1001
-
* The Logic Apps service doesn't create or run new workflow instances.
1001
+
* Azure Logic Apps doesn't create or run new workflow instances.
1002
1002
1003
1003
* If you delete a workflow and then recreate the same workflow, the recreated workflow won't have the same metadata as the deleted workflow. To refresh the metadata, you have to resave any workflow that called the deleted workflow. That way, the caller gets the correct information for the recreated workflow. Otherwise, calls to the recreated workflow fail with an `Unauthorized` error. This behavior also applies to workflows that use artifacts in integration accounts and workflows that call Azure functions.
Copy file name to clipboardExpand all lines: articles/logic-apps/manage-logic-apps-with-azure-portal.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,10 @@ title: Manage logic apps in the Azure portal
3
3
description: Edit, enable, disable, or delete logic apps by using the Azure portal.
4
4
services: logic-apps
5
5
ms.suite: integration
6
-
author: lauradolan
7
-
ms.author: ladolan
8
-
ms.reviewer: estfan, jonfan, logicappspm
9
-
ms.topic: conceptual
6
+
ms.reviewer: estfan, azla
7
+
ms.topic: how-to
10
8
ms.custom: mvc
11
-
ms.date: 04/23/2021
9
+
ms.date: 01/28/2022
12
10
---
13
11
14
12
# Manage logic apps in the Azure portal
@@ -59,9 +57,9 @@ You can manage logic apps using the [Azure portal](https://portal.azure.com) or
59
57
60
58
To stop the trigger from firing the next time when the trigger condition is met, disable your logic app. In the Azure portal, you can enable or disable a [single logic app](#disable-enable-single-logic-app) or [multiple logic apps at the same time](#disable-or-enable-multiple-logic-apps). Disabling a logic app affects workflow instances in the following ways:
61
59
62
-
*The Logic Apps services continues all in-progress and pending runs until they finish. Based on the volume or backlog, this process might take time to complete.
60
+
*Azure Logic Apps continues all in-progress and pending runs until they finish. Based on the volume or backlog, this process might take time to complete.
63
61
64
-
*The Logic Apps service doesn't create or run new workflow instances.
62
+
*Azure Logic Apps doesn't create or run new workflow instances.
65
63
66
64
* The trigger won't fire the next time that its conditions are met. However, the trigger state remembers the point at which the logic app was stopped. So, if you reactivate the logic app, the trigger fires for all the unprocessed items since the last run.
67
65
@@ -88,6 +86,9 @@ To stop the trigger from firing the next time when the trigger condition is met,
88
86
89
87
1. To confirm whether your operation succeeded or failed, on the main Azure toolbar, open the **Notifications** list (bell icon).
90
88
89
+
> [!NOTE]
90
+
> When a logic app workflow is disabled, you can still resubmit runs.
@@ -112,11 +113,11 @@ To stop the trigger from firing the next time when the trigger condition is met,
112
113
113
114
You can delete a single logic app or multiple logic apps at the same time. Deleting a logic app affects workflow instances in the following ways:
114
115
115
-
*The Logic Apps service makes a best effort to cancel any in-progress and pending runs.
116
+
*Azure Logic Apps makes a best effort to cancel any in-progress and pending runs.
116
117
117
118
Even with a large volume or backlog, most runs are canceled before they finish or start. However, the cancellation process might take time to complete. Meanwhile, some runs might get picked up for execution while the service works through the cancellation process.
118
119
119
-
*The Logic Apps service doesn't create or run new workflow instances.
120
+
*Azure Logic Apps doesn't create or run new workflow instances.
120
121
121
122
* If you delete a workflow and then recreate the same workflow, the recreated workflow won't have the same metadata as the deleted workflow. You have to resave any workflow that called the deleted workflow. That way, the caller gets the correct information for the recreated workflow. Otherwise, calls to the recreated workflow fail with an `Unauthorized` error. This behavior also applies to workflows that use artifacts in integration accounts and workflows that call Azure functions.
Copy file name to clipboardExpand all lines: articles/logic-apps/manage-logic-apps-with-visual-studio.md
+8-5Lines changed: 8 additions & 5 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, jonfan, logicappspm
7
7
ms.topic: conceptual
8
8
ms.custom: mvc
9
-
ms.date: 04/23/2021
9
+
ms.date: 01/28/2022
10
10
---
11
11
12
12
# Manage logic apps with Visual Studio
@@ -248,9 +248,9 @@ To check the status and diagnose problems with logic app runs, you can review th
248
248
249
249
To stop the trigger from firing the next time when the trigger condition is met, disable your logic app. Disabling a logic app affects workflow instances in the following ways:
250
250
251
-
*The Logic Apps service continues all in-progress and pending runs until they finish. Based on the volume or backlog, this process might take time to complete.
251
+
*Azure Logic Apps continues all in-progress and pending runs until they finish. Based on the volume or backlog, this process might take time to complete.
252
252
253
-
*The Logic Apps service doesn't create or run new workflow instances.
253
+
*Azure Logic Apps doesn't create or run new workflow instances.
254
254
255
255
* The trigger won't fire the next time that its conditions are met.
256
256
@@ -270,6 +270,9 @@ In Cloud Explorer, open your logic app's shortcut menu, and select **Disable**.
270
270
271
271

272
272
273
+
> [!NOTE]
274
+
> When a logic app workflow is disabled, you can still resubmit runs.
275
+
273
276
<aname="enable-logic-apps"></a>
274
277
275
278
### Enable logic apps
@@ -284,11 +287,11 @@ In Cloud Explorer, open your logic app's shortcut menu, and select **Enable**.
284
287
285
288
Deleting a logic app affects workflow instances in following ways:
286
289
287
-
*The Logic Apps service makes a best effort to cancel any in-progress and pending runs.
290
+
*Azure Logic Apps makes a best effort to cancel any in-progress and pending runs.
288
291
289
292
Even with a large volume or backlog, most runs are canceled before they finish or start. However, the cancellation process might take time to complete. Meanwhile, some runs might get picked up for execution while the runtime works through the cancellation process.
290
293
291
-
*The Logic Apps service doesn't create or run new workflow instances.
294
+
*Azure Logic Apps doesn't create or run new workflow instances.
292
295
293
296
* If you delete a workflow and then recreate the same workflow, the recreated workflow won't have the same metadata as the deleted workflow. You have to resave any workflow that called the deleted workflow. That way, the caller gets the correct information for the recreated workflow. Otherwise, calls to the recreated workflow fail with an `Unauthorized` error. This behavior also applies to workflows that use artifacts in integration accounts and workflows that call Azure functions.
0 commit comments