Skip to content

Commit d652947

Browse files
authored
Draft PR review feedback (#1)
* Draft PR review feedback * Editorial updates * Update art and steps * Update art and steps * Add next steps
1 parent 71fdd00 commit d652947

17 files changed

+109
-72
lines changed
Lines changed: 109 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Manage logic apps in the Azure portal
3-
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.
44
services: logic-apps
55
ms.suite: integration
66
author: lauradolan
@@ -13,129 +13,166 @@ ms.date: 04/01/2020
1313

1414
# Manage logic apps in the Azure portal
1515

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)?
2217

2318
## Prerequisites
2419

2520
* An Azure subscription. If you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/).
2621

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+
2726
## Find your logic apps
2827

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+
![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.
3037

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:
3439

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
3643

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
4045

41-
## Find logic app properties
46+
1. In the Azure portal, [find and open your logic app](#find-logic-app).
4247

43-
To view the properties for your logic app:
48+
1. From your logic app's menu, under **Settings**, select **Properties**.
4449

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:
4851

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**
6063

6164
## Disable or enable logic apps
6265

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).
6467

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:
6669

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.
6871

69-
### Trigger states for logic apps
72+
* The Logic Apps engine won't create or run new workflow instances.
7073

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.
7275

73-
A logic app trigger's state remembers the point at which it was stopped. A trigger for a re-enabled logic app fires 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.
7477

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:
7679

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+
<a name="disable-enable-single-logic-app"></a>
8189

8290
### Disable or enable single logic app
8391

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+
![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.
85101

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**.
88103

89-
![Enable a single logic app in the Azure portal](./media/manage-logic-apps-with-azure-portal/enable-single-logic-app.jpg)
104+
![Enable single logic app in Azure portal](./media/manage-logic-apps-with-azure-portal/enable-single-logic-app.png)
90105

91-
![Disable a single logic app in the Azure portal](./media/manage-logic-apps-with-azure-portal/disable-single-logic-app.jpg)
106+
If your logic app is already enabled, you only see the **Disable** option.
92107

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+
![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>
94113

95114
### Disable or enable multiple logic apps
96115

97-
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+
![Logic Apps status column](./media/manage-logic-apps-with-azure-portal/view-logic-app-status.png)
98121

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**.
102123

103-
![Enable or disable multiple logic apps in the Azure portal](./media/manage-logic-apps-with-azure-portal/enable-disable-multiple-logic-apps.jpg)
124+
![Turn on preview](./media/manage-logic-apps-with-azure-portal/select-try-preview.png)
104125

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+
![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.
107133

108134
## Delete logic apps
109135

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:
111139

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+
<a name="delete-single-logic-app"></a>
114145

115146
### Delete single logic app
116147

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).
118149

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**.
121151

122-
![Delete button on a logic app's page in the Azure portal](./media/manage-logic-apps-with-azure-portal/delete-button-single-logic-app.jpg)
152+
![On logic app toolbar, select "Delete"](./media/manage-logic-apps-with-azure-portal/delete-single-logic-app.png)
123153

124-
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**.
125155

126-
![Confirmation prompt to delete a logic app](./media/manage-logic-apps-with-azure-portal/delete-confirmation-single-logic-app.jpg)
156+
![Confirm to delete your logic app](./media/manage-logic-apps-with-azure-portal/delete-confirmation-single-logic-app.png)
127157

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+
<a name="delete-multiple-logic-apps"></a>
129161

130162
### Delete multiple logic apps
131163

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**.
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)
133173

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.
137175

138-
![Delete multiple logic apps at once in the Azure portal](./media/manage-logic-apps-with-azure-portal/delete-multiple-logic-apps.jpg)
176+
## Next steps
139177

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.
178+
* [Monitor logic apps](logic-apps/monitor-logic-apps.md)
24.1 KB
Loading
18.2 KB
Loading
41.2 KB
Loading
23.5 KB
Loading
23.5 KB
Loading

0 commit comments

Comments
 (0)