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
description: Create, edit, manage, and deploy logic apps by using the Azure portal.
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
6
author: lauradolan
@@ -13,129 +13,166 @@ ms.date: 04/01/2020
13
13
14
14
# Manage logic apps in the Azure portal
15
15
16
-
You can use the [Microsoft Azure portal](https://portal.azure.com) to create, edit, manage, and deploy logic apps. You can also [manage logic apps in Visual Studio](manage-logic-apps-with-visual-studio.md).
17
-
18
-
For guidance on creating logic apps in the Azure portal, see:
19
-
20
-
*[Quickstart: Create your first workflow by using Azure Logic Apps - Azure portal](quickstart-create-first-logic-app-workflow.md)
21
-
*[Create logic app workflows from prebuilt templates](logic-apps-create-logic-apps-from-templates.md)
16
+
To manage logic apps, such as edit, disable, enable, or delete, you can use the [Azure portal](https://portal.azure.com) or [Visual Studio](manage-logic-apps-with-visual-studio.md). This article shows how to manage logic apps in the Azure portal. If you're new to Azure Logic Apps, see [What is Azure Logic Apps](logic-apps-overview.md)?
22
17
23
18
## Prerequisites
24
19
25
20
* An Azure subscription. If you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/).
26
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
+
<aname="find-logic-app"></a>
25
+
27
26
## Find your logic apps
28
27
29
-
To find and open your logic app:
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 app`, and select **Logic Apps**.
33
+
34
+

35
+
36
+
1. On the **Logic Apps** page, find and select the logic app that you want to manage.
30
37
31
-
1. Sign in to the [Azure portal](https://portal.azure.com) with your Azure subscription credentials.
32
-
2. In the search bar, enter and select **Logic Apps**.
33
-
3. On the **Logic Apps** page, find and select the logic app that you want to manage. The logic app's **Overview** pane will open.
38
+
After the logic app's **Overview** pane opens, you can filter the list that appears on the **Logic Apps** page in these ways:
34
39
35
-
You can refine the list of items shown on the **Logic Apps** page. Use the search boxes and drop-down menus to:
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
36
43
37
-
* Search for logic apps by name
38
-
* Filter logic apps by subscription, resource group, location, and tags
39
-
* Group logic apps by resource group, type, subscription, and location
44
+
## View logic app properties
40
45
41
-
## Find logic app properties
46
+
1. In the Azure portal, [find and open your logic app](#find-logic-app).
42
47
43
-
To view the properties for your logic app:
48
+
1. From your logic app's menu, under **Settings**, select **Properties**.
44
49
45
-
1.[Find and open your logic app](#find-your-logic-apps) in the Azure portal.
46
-
2. In your logic app's menu, under **Settings**, choose **Properties**.
47
-
3. In the **Properties** pane, you can view and copy the following information about your logic app:
50
+
1. On the **Properties** pane, you can view and copy the following information about your logic app:
48
51
49
-
***Name**
50
-
***Resource ID**
51
-
***Resource group**
52
-
***Location**
53
-
***Type**
54
-
***Subscription Name**
55
-
***Subscription ID**
56
-
***Access Endpoint**
57
-
***Runtime outgoing IP addresses**
58
-
***Access endpoint IP addresses**
59
-
***Connector outgoing IP addresses**
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**
60
63
61
64
## Disable or enable logic apps
62
65
63
-
You can enable or disable [a single logic app](#disable-or-enable-single-logic-app), or [multiple logic apps at the same time](#disable-or-enable-multiple-logic-apps).
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).
64
67
65
-
After you disable a logic app, no new runs are instantiated. All in-progress and pending runs will continue until they complete (this process may take some time, depending on the number of runs).
68
+
Disabling your logic app affects your workflow instances and runs in these ways:
66
69
67
-
You can also [enable or disable a logic app in Visual Studio](manage-logic-apps-with-visual-studio.md#disable-or-enable-logic-app).
70
+
* All in-progress and pending runs continue until they finish. Depending on the number of these runs, this process might take some time.
68
71
69
-
### Trigger states for logic apps
72
+
* The Logic Apps engine won't create or run new workflow instances.
70
73
71
-
A trigger for a disabled logic app won't fire the next time its conditions are met. The Logic Apps engine also won't create or run future workflow instances.
74
+
* The trigger won't fire the next time that its conditions are met.
72
75
73
-
A logic app trigger's state remembers the point at which it was stopped. A trigger for a re-enabled logic appfires for all unprocessed items since its last run.
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.
74
77
75
-
To prevent a logic app triggering for items while it was disabled, clear the trigger's state before you re-enable the logic app:
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:
76
79
77
-
1.[Find and open your logic app](#find-your-logic-apps) in the Azure portal.
78
-
2. Edit any part of the logic app's trigger.
79
-
3. Save your changes. This step resets your trigger's current state.
80
-
4.[Re-enable your logic app](#disable-or-enable-single-logic-app).
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
+
<aname="disable-enable-single-logic-app"></a>
81
89
82
90
### Disable or enable single logic app
83
91
84
-
To enable or disable a *single logic app* in the Azure portal:
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
+

99
+
100
+
If your logic app is already disabled, you only see the **Enable** option.
85
101
86
-
1.[Find and open your logic app](#find-your-logic-apps) in the Azure portal.
87
-
2. In your logic app's menu, choose **Enable** or **Disable** (as seen in the following images). If your logic app is already enabled, you'll only see the **Disable** option. If your logic app is already disabled, you'll only see the **Enable** option.
102
+
* On the toolbar, select **Enable**.
88
103
89
-

104
+

90
105
91
-

106
+
If your logic app is already enabled, you only see the **Disable** option.
92
107
93
-
3. You'll receive a notification to confirm that your command **Succeeded**, **Failed**, or was **Canceled** for the selected logic app.
108
+
The Azure portal shows a notification on the main Azure toolbar that confirms whether your operation succeeded or failed.
109
+
110
+

To enable or disable *multiple logic apps* at once in the Azure portal:
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
+

98
121
99
-
1.[Find the logic apps that you want to manage](#find-your-logic-apps) in the Azure portal. You can check if a logic app is currently enabled or disabled in the **Status** column of the **Logic Apps** page.
100
-
2. Select the checkboxes next to the logic apps that you want to enable or disable (step 1 in the following image).
101
-
3. In the menu, choose **Enable** or **Disable** (step 2 in the following image).
122
+
If the **Status** column isn't visible, on the **Logic Apps** toolbar, select **Try preview**.
102
123
103
-

124
+

104
125
105
-
4. You'll receive a prompt asking whether you want to enable or disable all the selected resources. Choose **Yes** to confirm your changes, or choose **No** to abandon your changes.
106
-
5. You'll receive a notification to confirm that your command **Succeeded**, **Failed**, or was **Canceled** for the selected items.
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
+

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.
107
133
108
134
## Delete logic apps
109
135
110
-
You can [delete a single logic app](#delete-single-logic-app) or [delete multiple logic apps](#delete-multiple-logic-apps) in the Azure portal.
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:
111
139
112
-
> [!IMPORTANT]
113
-
> After you delete a logic app (or logic apps), no new runs are instantiated. All in-progress and pending runs will continue until they finish. This process might take some time to complete, depending on the number of runs.
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
+
<aname="delete-single-logic-app"></a>
114
145
115
146
### Delete single logic app
116
147
117
-
To delete a single logic app in the Azure portal:
148
+
1. In the Azure portal, [find and open your logic app](#find-logic-app).
118
149
119
-
1.[Find and open your logic app](#find-your-logic-apps) in the Azure portal.
120
-
2. In your logic app's menu, choose **Delete**.
150
+
1. In your logic app's menu, select **Overview**. On your logic app's toolbar, select **Delete**.
121
151
122
-

3. You'll receive a prompt asking you to confirm that you want to delete your logic app. Enter the name of your logic app in the field **TYPE THE LOGIC APP NAME**. Then, choose **Delete** to delete your logic app, or choose **Cancel** to abandon your changes.
154
+
1. When the confirmation box appears, enter your logic app's name, and select **Delete**.
125
155
126
-

156
+

127
157
128
-
3. You'll receive a notification to confirm that your command **Succeeded**, **Failed**, or was **Canceled** for the selected logic app.
158
+
The Azure portal shows a notification on the main Azure toolbar that confirms whether your operation succeeded or failed.
159
+
160
+
<aname="delete-multiple-logic-apps"></a>
129
161
130
162
### Delete multiple logic apps
131
163
132
-
To delete multiple logic apps at once in the Azure portal:
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**.
1. When the confirmation box appears, enter `yes`, and select **Delete**.
171
+
172
+

133
173
134
-
1.[Find the logic apps that you want to manage](#find-your-logic-apps) in the Azure portal.
135
-
2. Select the checkboxes next to the logic apps that you want to delete (step 1 in the following image).
136
-
3. In the menu, choose **Delete** (step 2 in the following image).
174
+
The Azure portal shows a notification on the main Azure toolbar that confirms whether your operation succeeded or failed.
137
175
138
-

176
+
## Next steps
139
177
140
-
4. You'll receive a prompt asking whether you want to delete all the selected resources. Choose **Yes** to confirm your changes, or choose **No** to abandon your changes.
141
-
5. You'll receive a notification to confirm that your command **Succeeded**, **Failed**, or was **Canceled** for the selected items.
0 commit comments