Skip to content

Commit 3051de3

Browse files
Merge pull request #109918 from lauradolan/trigger-state-enable-disable
Manage logic apps in the Azure portal
2 parents 2458166 + a4f6e80 commit 3051de3

15 files changed

+182
-0
lines changed
Lines changed: 178 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,178 @@
1+
---
2+
title: Manage logic apps in the Azure portal
3+
description: Edit, enable, disable, or delete logic apps by using the Azure portal.
4+
services: logic-apps
5+
ms.suite: integration
6+
author: lauradolan
7+
ms.author: ladolan
8+
ms.reviewer: estfan, logicappspm
9+
ms.topic: article
10+
ms.custom: mvc
11+
ms.date: 04/06/2020
12+
---
13+
14+
# Manage logic apps in the Azure portal
15+
16+
You can manage logic apps using the [Azure portal](https://portal.azure.com) or [Visual Studio](manage-logic-apps-with-visual-studio.md). This article shows how to edit, disable, enable, or delete logic apps in the Azure portal. If you're new to Azure Logic Apps, see [What is Azure Logic Apps](logic-apps-overview.md)?
17+
18+
## Prerequisites
19+
20+
* An Azure subscription. If you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/).
21+
22+
* An existing logic app. To learn how to create a logic app in the Azure portal, see [Quickstart: Create your first workflow by using Azure Logic Apps - Azure portal](quickstart-create-first-logic-app-workflow.md).
23+
24+
<a name="find-logic-app"></a>
25+
26+
## Find your logic apps
27+
28+
To find and open your logic app, follow these steps:
29+
30+
1. Sign in to the [Azure portal](https://portal.azure.com) with your Azure account.
31+
32+
1. In the Azure search bar, enter `logic apps`, and select **Logic Apps**.
33+
34+
![Find and select "Logic Apps"](./media/manage-logic-apps-with-azure-portal/find-select-logic-apps.png)
35+
36+
1. On the **Logic Apps** page, find and select the logic app that you want to manage.
37+
38+
After the logic app's **Overview** pane opens, you can filter the list that appears on the **Logic Apps** page in these ways:
39+
40+
* Search for logic apps by name
41+
* Filter logic apps by subscription, resource group, location, and tags
42+
* Group logic apps by resource group, type, subscription, and location
43+
44+
## View logic app properties
45+
46+
1. In the Azure portal, [find and open your logic app](#find-logic-app).
47+
48+
1. From your logic app's menu, under **Settings**, select **Properties**.
49+
50+
1. On the **Properties** pane, you can view and copy the following information about your logic app:
51+
52+
* **Name**
53+
* **Resource ID**
54+
* **Resource group**
55+
* **Location**
56+
* **Type**
57+
* **Subscription Name**
58+
* **Subscription ID**
59+
* **Access Endpoint**
60+
* **Runtime outgoing IP addresses**
61+
* **Access endpoint IP addresses**
62+
* **Connector outgoing IP addresses**
63+
64+
## Disable or enable logic apps
65+
66+
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) in the Azure portal. You can also [enable or disable logic apps in Visual Studio](manage-logic-apps-with-visual-studio.md#disable-or-enable-logic-app).
67+
68+
Disabling your logic app affects your workflow instances and runs in these ways:
69+
70+
* All in-progress and pending runs continue until they finish. Depending on the number of these runs, this process might take some time.
71+
72+
* The Logic Apps engine won't create or run new workflow instances.
73+
74+
* The trigger won't fire the next time that its conditions are met.
75+
76+
* The trigger state remembers the point at which the logic app was stopped. So, if you re-enable the logic app, the trigger fires for all the unprocessed items since the last run.
77+
78+
To stop your logic app from firing on unprocessed items since the last run, clear the trigger's state before you re-enable the logic app:
79+
80+
1. In the Azure portal, [find and open your logic app](#find-logic-app).
81+
82+
1. Edit any part of the logic app's trigger.
83+
84+
1. Save your changes. This step resets your trigger's current state.
85+
86+
1. [Re-enable your logic app](#disable-enable-single-logic-app).
87+
88+
<a name="disable-enable-single-logic-app"></a>
89+
90+
### Disable or enable single logic app
91+
92+
1. In the Azure portal, [find and open your logic app](#find-logic-app).
93+
94+
1. In your logic app's menu, select **Overview**. Choose from these options:
95+
96+
* On the toolbar, select **Disable**.
97+
98+
![Disable single logic app in Azure portal](./media/manage-logic-apps-with-azure-portal/disable-single-logic-app.png)
99+
100+
If your logic app is already disabled, you only see the **Enable** option.
101+
102+
* On the toolbar, select **Enable**.
103+
104+
![Enable single logic app in Azure portal](./media/manage-logic-apps-with-azure-portal/enable-single-logic-app.png)
105+
106+
If your logic app is already enabled, you only see the **Disable** option.
107+
108+
The Azure portal shows a notification on the main Azure toolbar that confirms whether your operation succeeded or failed.
109+
110+
![Notification to confirm operation status](./media/manage-logic-apps-with-azure-portal/operation-confirmation-notification.png)
111+
112+
<a name="disable-or-enable-multiple-logic-apps"></a>
113+
114+
### Disable or enable multiple logic apps
115+
116+
1. In the Azure portal, [find the logic apps](#find-logic-app) that you want disable or enable.
117+
118+
1. To check whether a logic app is currently enabled or disabled, on the **Logic Apps** page, review the **Status** column for that logic app.
119+
120+
![Logic Apps status column](./media/manage-logic-apps-with-azure-portal/view-logic-app-status.png)
121+
122+
If the **Status** column isn't visible, on the **Logic Apps** toolbar, select **Try preview**.
123+
124+
![Turn on preview](./media/manage-logic-apps-with-azure-portal/select-try-preview.png)
125+
126+
1. In the checkbox column, select the logic apps that you want to disable or enable. On the toolbar, select **Disable** or **Enable**.
127+
128+
![Enable or disable multiple logic apps in the Azure portal](./media/manage-logic-apps-with-azure-portal/enable-disable-multiple-logic-apps.png)
129+
130+
1. When the confirmation box appears, select **Yes** to continue.
131+
132+
The Azure portal shows a notification on the main Azure toolbar that confirms whether your operation succeeded or failed.
133+
134+
## Delete logic apps
135+
136+
You can [delete a single logic app](#delete-single-logic-app) or [delete multiple logic apps at the same time](#delete-multiple-logic-apps) in the Azure portal. You can also [delete your logic app in Visual Studio](manage-logic-apps-with-visual-studio.md#delete-your-logic-app).
137+
138+
Deleting your logic app affects your workflow instances in these ways:
139+
140+
* All in-progress and pending runs continue until they finish. Depending on the number of these runs, this process might take some time.
141+
142+
* The Logic Apps engine won't create or run new workflow instances.
143+
144+
<a name="delete-single-logic-app"></a>
145+
146+
### Delete single logic app
147+
148+
1. In the Azure portal, [find and open your logic app](#find-logic-app).
149+
150+
1. In your logic app's menu, select **Overview**. On your logic app's toolbar, select **Delete**.
151+
152+
![On logic app toolbar, select "Delete"](./media/manage-logic-apps-with-azure-portal/delete-single-logic-app.png)
153+
154+
1. When the confirmation box appears, enter your logic app's name, and select **Delete**.
155+
156+
![Confirm to delete your logic app](./media/manage-logic-apps-with-azure-portal/delete-confirmation-single-logic-app.png)
157+
158+
The Azure portal shows a notification on the main Azure toolbar that confirms whether your operation succeeded or failed.
159+
160+
<a name="delete-multiple-logic-apps"></a>
161+
162+
### Delete multiple logic apps
163+
164+
1. In the Azure portal, [find the logic apps that you want to delete](#find-logic-app).
165+
166+
1. In the checkbox column, select the logic apps that you want to delete. On the toolbar, select **Delete**.
167+
168+
![Delete multiple logic apps](./media/manage-logic-apps-with-azure-portal/delete-multiple-logic-apps.png)
169+
170+
1. When the confirmation box appears, enter `yes`, and select **Delete**.
171+
172+
![Confirm to delete your logic apps](./media/manage-logic-apps-with-azure-portal/delete-confirmation-multiple-logic-apps.png)
173+
174+
The Azure portal shows a notification on the main Azure toolbar that confirms whether your operation succeeded or failed.
175+
176+
## Next steps
177+
178+
* [Monitor logic apps](monitor-logic-apps.md)

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ ms.date: 10/29/2019
1313

1414
Although you can create, edit, manage, and deploy logic apps in the [Azure portal](https://portal.azure.com), you can also use Visual Studio when you want to add your logic apps to source control, publish different versions, and create [Azure Resource Manager](../azure-resource-manager/management/overview.md) templates for various deployment environments. With Visual Studio Cloud Explorer, you can find and manage your logic apps along with other Azure resources. For example, you can open, download, edit, run, view run history, disable, and enable logic apps that are already deployed in the Azure portal. If you're new to working with Azure Logic Apps in Visual Studio, learn [how to create logic apps with Visual Studio](../logic-apps/quickstart-create-logic-apps-with-visual-studio.md).
1515

16+
You can also [manage your logic apps in the Azure portal](manage-logic-apps-with-azure-portal.md).
17+
1618
> [!IMPORTANT]
1719
> Deploying or publishing a logic app from Visual Studio overwrites the version of that app in the Azure portal.
1820
> So if you make changes in the Azure portal that you want to keep, make sure that you
24.1 KB
Loading
18.2 KB
Loading
88.4 KB
Loading
41.2 KB
Loading
23.5 KB
Loading
23.5 KB
Loading
41.4 KB
Loading
23.6 KB
Loading

0 commit comments

Comments
 (0)