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/add-trigger-action-workflow.md
+22-8Lines changed: 22 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
title: Add a Trigger or Action to a Workflow
3
-
description: Learn how to add a trigger or an action to create a workflow in Azure Logic Apps.
3
+
description: Add a trigger or action to build an automated integration workflow in Azure Logic Apps.
4
4
services: logic-apps
5
5
ms.service: azure-logic-apps
6
6
ms.suite: integration
7
-
ms.reviewer: estfan, azla
7
+
ms.reviewers: estfan, azla
8
8
ms.topic: how-to
9
-
ms.date: 05/19/2025
10
-
# As an integration solution developer, I want to build an integration workflow by adding a trigger or an action operation in Azure Logic Apps.
9
+
ms.date: 03/02/2026
10
+
# As an integration solution developer who works with Azure Logic Apps, I want to add a trigger or action operation to build my integration workflow.
11
11
ms.custom:
12
12
- build-2025
13
13
---
@@ -24,7 +24,7 @@ This guide shows how to add a trigger and action for Consumption and Standard lo
24
24
25
25
## Prerequisites
26
26
27
-
- An Azure account and subscription. If you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
27
+
- An Azure account and subscription. [Get a free Azure account](https://azure.microsoft.com/pricing/purchase-options/azure-account?cid=msft_learn).
28
28
29
29
- A logic app resource and workflow, based on whether you want to add a trigger or an action:
30
30
@@ -33,13 +33,13 @@ This guide shows how to add a trigger and action for Consumption and Standard lo
33
33
| Trigger | You have to start with a logic app resource and a blank workflow. |
34
34
| Action | You have to start with a logic app resource and a workflow with the trigger at least. You can use any trigger that fits your specific scenario. |
35
35
36
-
For more information, see the following documentation:
36
+
For more information, see:
37
37
38
38
-[Create an example Consumption logic app workflow in the Azure portal](quickstart-create-example-consumption-workflow.md)
39
39
40
40
-[Create an example Standard logic app workflow in the Azure portal](create-single-tenant-workflows-azure-portal.md)
41
41
42
-
Although this guide's examples use the Azure portal, you can also use Visual Studio Code to build a logic app workflow. For more information, see the following documentation:
42
+
Although this guide's examples use the Azure portal, you can also use Visual Studio Code to build a logic app workflow. For more information, see:
43
43
44
44
-[Create Consumption logic app workflows in Visual Studio Code](quickstart-create-logic-apps-visual-studio-code.md)
45
45
@@ -197,6 +197,20 @@ This guide shows how to add a trigger and action for Consumption and Standard lo
197
197
198
198
---
199
199
200
+
## Rename a trigger or action
201
+
202
+
To change the default name for a trigger or action, follow these steps:
203
+
204
+
1. On the designer, select that operation.
205
+
206
+
1. In the information pane that opens, select the name for that operation.
207
+
208
+
1. Change the default name to the name you want.
209
+
210
+
> [!IMPORTANT]
211
+
>
212
+
> Avoid using any Unicode characters in the operation name. These characters can result in dropped logs that you export through the diagnostic settings.
Copy file name to clipboardExpand all lines: articles/logic-apps/view-workflow-status-run-history.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,9 +3,9 @@ title: Check workflow status, view run history, and set up alerts
3
3
description: Check your workflow status, view workflow run history, and enable alerts in Azure Logic Apps.
4
4
services: logic-apps
5
5
ms.suite: integration
6
-
ms.reviewer: estfan, azla
6
+
ms.reviewers: estfan, azla
7
7
ms.topic: how-to
8
-
ms.date: 02/07/2025
8
+
ms.date: 03/02/2026
9
9
ms.custom: sfi-image-nochange
10
10
---
11
11
@@ -478,6 +478,12 @@ To set up alerts without using [Azure Monitor](/azure/azure-monitor/logs/log-que
478
478
479
479
For general information, see [Create an alert rule from a specific resource - Azure Monitor](/azure/azure-monitor/alerts/alerts-create-new-alert-rule#create-or-edit-an-alert-rule-in-the-azure-portal).
480
480
481
+
## Troubleshoot problems
482
+
483
+
### Exported logs are missing or dropped
484
+
485
+
If logs exported through diagnostic settings are missing or dropped, check whether the name for the trigger, action, or workflow run has any Unicode characters, which aren't permitted.
486
+
481
487
## Related content
482
488
483
-
*[Monitor logic apps with Azure Monitor](monitor-workflows-collect-diagnostic-data.md)
489
+
-[Monitor logic apps with Azure Monitor](monitor-workflows-collect-diagnostic-data.md)
0 commit comments