|
| 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 | +  |
| 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 | +  |
| 99 | + |
| 100 | + If your logic app is already disabled, you only see the **Enable** option. |
| 101 | + |
| 102 | + * On the toolbar, select **Enable**. |
| 103 | + |
| 104 | +  |
| 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 | +  |
| 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 | +  |
| 121 | + |
| 122 | + If the **Status** column isn't visible, on the **Logic Apps** toolbar, select **Try preview**. |
| 123 | + |
| 124 | +  |
| 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 | +  |
| 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 | +  |
| 153 | + |
| 154 | +1. When the confirmation box appears, enter your logic app's name, and select **Delete**. |
| 155 | + |
| 156 | +  |
| 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 | +  |
| 169 | + |
| 170 | +1. When the confirmation box appears, enter `yes`, and select **Delete**. |
| 171 | + |
| 172 | +  |
| 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) |
0 commit comments