Skip to content

Commit 8804f1e

Browse files
Merge pull request #312458 from ecfan/unicode
[Azure Logic Apps] Add info about Unicode characters
2 parents 1c58dd0 + 30f5d57 commit 8804f1e

2 files changed

Lines changed: 31 additions & 11 deletions

File tree

articles/logic-apps/add-trigger-action-workflow.md

Lines changed: 22 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
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.
44
services: logic-apps
55
ms.service: azure-logic-apps
66
ms.suite: integration
7-
ms.reviewer: estfan, azla
7+
ms.reviewers: estfan, azla
88
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.
1111
ms.custom:
1212
- build-2025
1313
---
@@ -24,7 +24,7 @@ This guide shows how to add a trigger and action for Consumption and Standard lo
2424

2525
## Prerequisites
2626

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

2929
- A logic app resource and workflow, based on whether you want to add a trigger or an action:
3030

@@ -33,13 +33,13 @@ This guide shows how to add a trigger and action for Consumption and Standard lo
3333
| Trigger | You have to start with a logic app resource and a blank workflow. |
3434
| 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. |
3535

36-
For more information, see the following documentation:
36+
For more information, see:
3737

3838
- [Create an example Consumption logic app workflow in the Azure portal](quickstart-create-example-consumption-workflow.md)
3939

4040
- [Create an example Standard logic app workflow in the Azure portal](create-single-tenant-workflows-azure-portal.md)
4141

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

4444
- [Create Consumption logic app workflows in Visual Studio Code](quickstart-create-logic-apps-visual-studio-code.md)
4545

@@ -197,6 +197,20 @@ This guide shows how to add a trigger and action for Consumption and Standard lo
197197

198198
---
199199

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.
213+
200214
<a name="connectors-triggers-actions-designer"></a>
201215

202216
## Connectors, triggers, and actions in the designer
@@ -255,4 +269,4 @@ For more information, see the following documentation:
255269

256270
## Related content
257271

258-
[General information about connectors, triggers, and actions](/connectors/connectors)
272+
- [General information about connectors, triggers, and actions](/connectors/connectors)

articles/logic-apps/view-workflow-status-run-history.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Check workflow status, view run history, and set up alerts
33
description: Check your workflow status, view workflow run history, and enable alerts in Azure Logic Apps.
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewer: estfan, azla
6+
ms.reviewers: estfan, azla
77
ms.topic: how-to
8-
ms.date: 02/07/2025
8+
ms.date: 03/02/2026
99
ms.custom: sfi-image-nochange
1010
---
1111

@@ -478,6 +478,12 @@ To set up alerts without using [Azure Monitor](/azure/azure-monitor/logs/log-que
478478

479479
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).
480480

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+
481487
## Related content
482488

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

Comments
 (0)