Skip to content

Commit 6264448

Browse files
authored
Merge pull request #189971 from ecfan/metadata-cleanup
Azure Logic Apps: Clean up metadata
2 parents 8541608 + add3e34 commit 6264448

10 files changed

+61
-61
lines changed

articles/logic-apps/create-serverless-apps-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Create an example serverless app with Visual Studio
3-
description: Using an Azure quickstart template, create, deploy, and manage an example serverless app with Azure Logic Apps and Azure Functions in Visual Studio
3+
description: Create, deploy, and manage an example serverless app with an Azure quickstart template, Azure Logic Apps and Azure Functions in Visual Studio.
44
services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla

articles/logic-apps/logic-apps-author-definitions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Create, edit, or extend logic app JSON workflow definitions
3-
description: How to write, edit, and extend your logic app's JSON workflow definitions in Azure Logic Apps
3+
description: Write, edit, and extend your logic app's JSON workflow definitions in Azure Logic Apps.
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewer: klam, logicappspm
7-
ms.topic: article
6+
ms.reviewer: estfan, azla
7+
ms.topic: how-to
88
ms.date: 01/01/2018
99
---
1010

articles/logic-apps/logic-apps-azure-resource-manager-templates-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
title: Overview - Automate deployment for Azure Logic Apps
2+
title: Azure Resource Manager templates for Azure Logic Apps
33
description: Learn about Azure Resource Manager templates to automate deployment for Azure Logic Apps
44
services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
7-
ms.topic: article
7+
ms.topic: conceptual
88
ms.date: 12/08/2021
99
---
1010

articles/logic-apps/logic-apps-batch-process-send-receive-messages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Batch process messages as a group
3-
description: Send and receive messages in groups between your workflows by using batch processing in Azure Logic Apps
3+
description: Send and receive messages in groups between your workflows by using batch processing in Azure Logic Apps.
44
services: logic-apps
55
ms.suite: integration
66
author: divyaswarnkar
77
ms.author: divswa
8-
ms.reviewer: estfan, jonfan, logicappspm
9-
ms.topic: article
8+
ms.reviewer: estfan, azla
9+
ms.topic: how-to
1010
ms.date: 07/31/2020
1111
---
1212

articles/logic-apps/logic-apps-content-type.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Handle content types
3-
description: Learn how to handle various content types in workflows during design time and run time in Azure Logic Apps
3+
description: Learn how to handle various content types in workflows during design time and run time in Azure Logic Apps.
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewer: klam, logicappspm
7-
ms.topic: conceptual
6+
ms.reviewer: estfan, azla
7+
ms.topic: how-to
88
ms.date: 07/20/2018
99
---
1010

articles/logic-apps/logic-apps-control-flow-branches.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Create or join parallel branches for actions in workflows
3-
description: Learn how to create or merge parallel running branches for independent workflow actions in Azure Logic Apps
3+
description: Learn how to create or merge parallel running branches for independent workflow actions in Azure Logic Apps.
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewer: klam, logicappspm
7-
ms.topic: article
6+
ms.reviewer: estfan, azla
7+
ms.topic: how-to
88
ms.date: 10/10/2018
99
---
1010

@@ -212,7 +212,7 @@ structure in your logic app's JSON definition instead, for example:
212212

213213
## Next steps
214214

215-
* [Run steps based on a condition (conditional statements)](../logic-apps/logic-apps-control-flow-conditional-statement.md)
216-
* [Run steps based on different values (switch statements)](../logic-apps/logic-apps-control-flow-switch-statement.md)
215+
* [Run steps based on a condition (condition action)](../logic-apps/logic-apps-control-flow-conditional-statement.md)
216+
* [Run steps based on different values (switch action)](../logic-apps/logic-apps-control-flow-switch-statement.md)
217217
* [Run and repeat steps (loops)](../logic-apps/logic-apps-control-flow-loops.md)
218218
* [Run steps based on grouped action status (scopes)](../logic-apps/logic-apps-control-flow-run-steps-group-scopes.md)

articles/logic-apps/logic-apps-control-flow-conditional-statement.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
---
2-
title: Add conditional statements to workflows
3-
description: How to create conditions that control actions in workflows in Azure Logic Apps
2+
title: Add conditions to workflows
3+
description: Create conditions that control actions in workflows in Azure Logic Apps.
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewer: klam, logicappspm
7-
ms.topic: article
6+
ms.reviewer: estfan, azla
7+
ms.topic: how-to
88
ms.date: 10/09/2018
99
---
1010

11-
# Create conditional statements that control workflow actions in Azure Logic Apps
11+
# Add conditions to control workflow actions in Azure Logic Apps
1212

1313
To run specific actions in your logic app only after passing a specified condition,
14-
add a *conditional statement*. This control structure compares the data in your
14+
add a *condition action*. This control structure compares the data in your
1515
workflow against specific values or fields. You can then specify different actions
1616
that run based on whether or not the data meets the condition.
1717
You can nest conditions inside each other.
1818

1919
For example, suppose you have a logic app that sends too
2020
many emails when new items appear on a website's RSS feed.
21-
You can add a conditional statement to send email only
21+
You can add a condition action to send email only
2222
when the new item includes a specific string.
2323

2424
> [!TIP]
@@ -97,7 +97,7 @@ This logic app now sends mail only when the new items in the RSS feed meet your
9797

9898
## JSON definition
9999

100-
Here's the high-level code definition behind a conditional statement:
100+
Here's the high-level code definition behind a condition action:
101101

102102
``` json
103103
"actions": {
@@ -131,7 +131,7 @@ Here's the high-level code definition behind a conditional statement:
131131

132132
## Next steps
133133

134-
* [Run steps based on different values (switch statements)](../logic-apps/logic-apps-control-flow-switch-statement.md)
134+
* [Run steps based on different values (switch actions)](../logic-apps/logic-apps-control-flow-switch-statement.md)
135135
* [Run and repeat steps (loops)](../logic-apps/logic-apps-control-flow-loops.md)
136136
* [Run or merge parallel steps (branches)](../logic-apps/logic-apps-control-flow-branches.md)
137137
* [Run steps based on grouped action status (scopes)](../logic-apps/logic-apps-control-flow-run-steps-group-scopes.md)

articles/logic-apps/logic-apps-control-flow-loops.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: Add loops to repeat actions
3-
description: Create loops that repeat workflow actions or process arrays in Azure Logic Apps
3+
description: Create loops that repeat workflow actions or process arrays in Azure Logic Apps.
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewer: klam, logicappspm
7-
ms.topic: article
6+
ms.reviewer: estfan, azla
7+
ms.topic: how-to
88
ms.date: 01/05/2019
99
---
1010

@@ -394,7 +394,7 @@ The default is one hour.
394394

395395
## Next steps
396396

397-
* [Run steps based on a condition (conditional statements)](../logic-apps/logic-apps-control-flow-conditional-statement.md)
398-
* [Run steps based on different values (switch statements)](../logic-apps/logic-apps-control-flow-switch-statement.md)
397+
* [Run steps based on a condition (condition action)](../logic-apps/logic-apps-control-flow-conditional-statement.md)
398+
* [Run steps based on different values (switch action)](../logic-apps/logic-apps-control-flow-switch-statement.md)
399399
* [Run or merge parallel steps (branches)](../logic-apps/logic-apps-control-flow-branches.md)
400400
* [Run steps based on grouped action status (scopes)](../logic-apps/logic-apps-control-flow-run-steps-group-scopes.md)

articles/logic-apps/logic-apps-control-flow-run-steps-group-scopes.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: Group and run actions by scope
3-
description: Create scoped actions that run based on group status in Azure Logic Apps
3+
description: Create scoped actions that run based on group status in Azure Logic Apps.
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewer: klam, logicappspm
6+
ms.reviewer: estfan, azla
7+
ms.topic: how-to
78
ms.date: 10/03/2018
8-
ms.topic: article
99
---
1010

1111
# Run actions based on group status by using scopes in Azure Logic Apps
@@ -65,7 +65,7 @@ First, create this sample logic app so that you can add a scope later:
6565
Bing Maps service at an interval that you specify
6666
* A **Bing Maps - Get route** action that checks the
6767
travel time between two locations
68-
* A conditional statement that checks whether the
68+
* A condition action that checks whether the
6969
travel time exceeds your specified travel time
7070
* An action that sends you email that current
7171
travel time exceeds your specified time
@@ -85,7 +85,7 @@ so save your work often.
8585
> To visually simplify your view and hide each action's details in the designer,
8686
> collapse each action's shape as you progress through these steps.
8787
88-
1. Add the **Bing Maps - Get route** action.
88+
1. Add the **Bing Maps - Get route** action.
8989

9090
1. If you don't already have a Bing Maps connection,
9191
you're asked to create a connection.
@@ -455,7 +455,7 @@ visit the [Azure Logic Apps user feedback site](https://aka.ms/logicapps-wish).
455455

456456
## Next steps
457457

458-
* [Run steps based on a condition (conditional statements)](../logic-apps/logic-apps-control-flow-conditional-statement.md)
459-
* [Run steps based on different values (switch statements)](../logic-apps/logic-apps-control-flow-switch-statement.md)
458+
* [Run steps based on a condition (condition action)](../logic-apps/logic-apps-control-flow-conditional-statement.md)
459+
* [Run steps based on different values (switch action)](../logic-apps/logic-apps-control-flow-switch-statement.md)
460460
* [Run and repeat steps (loops)](../logic-apps/logic-apps-control-flow-loops.md)
461461
* [Run or merge parallel steps (branches)](../logic-apps/logic-apps-control-flow-branches.md)

articles/logic-apps/logic-apps-control-flow-switch-statement.md

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: Add switch statements to workflows
3-
description: How to create switch statements that control workflow actions based on specific values in Azure Logic Apps
2+
title: Add switch actions to workflows
3+
description: Create switch actions that control workflow actions based on specific values in Azure Logic Apps.
44
services: logic-apps
55
ms.suite: integration
6-
ms.reviewer: klam, logicappspm
7-
ms.topic: article
6+
ms.reviewer: estfan, azla
7+
ms.topic: how-to
88
ms.date: 10/08/2018
99
---
1010

11-
# Create switch statements that run workflow actions based on specific values in Azure Logic Apps
11+
# Create switch actions that run workflow actions based on specific values in Azure Logic Apps
1212

1313
To run specific actions based on the values of objects, expressions,
14-
or tokens, add a *switch* statement. This structure evaluates the object,
14+
or tokens, add a *switch* action. This structure evaluates the object,
1515
expression, or token, chooses the case that matches the result,
16-
and runs specific actions only for that case. When the switch statement runs,
16+
and runs specific actions only for that case. When the switch action runs,
1717
only one case should match the result.
1818

1919
For example, suppose you want a logic app that takes different
@@ -24,10 +24,10 @@ email to an approver. Based on whether the approver selects
2424
"Approve" or "Reject", the logic app follows different steps.
2525

2626
> [!TIP]
27-
> Like all programming languages, switch statements
27+
> Like all programming languages, switch actions
2828
> support only equality operators. If you need other
2929
> relational operators, such as "greater than", use a
30-
> [conditional statement](../logic-apps/logic-apps-control-flow-conditional-statement.md).
30+
> [condition action](../logic-apps/logic-apps-control-flow-conditional-statement.md).
3131
> To ensure deterministic execution behavior,
3232
> cases must contain a unique and static value
3333
> instead of dynamic tokens or expressions.
@@ -53,25 +53,25 @@ with an Outlook.com account or a work or school account.
5353

5454
![Enter email details](./media/logic-apps-control-flow-switch-statement/send-approval-email-details.png)
5555

56-
## Add switch statement
56+
## Add a switch action
5757

58-
1. For this example, add a switch statement at the end
58+
1. For this example, add a switch action at the end
5959
your sample workflow. After the last step, choose **New step**.
6060

61-
When you want to add a switch statement between steps,
61+
When you want to add a switch action between steps,
6262
move the pointer over the arrow where you want to add
63-
the switch statement. Choose the **plus sign** (**+**)
63+
the switch action. Choose the **plus sign** (**+**)
6464
that appears, then choose **Add an action**.
6565

6666
1. In the search box, enter "switch" as your filter.
6767
Select this action: **Switch - Control**
6868

6969
![Add switch](./media/logic-apps-control-flow-switch-statement/add-switch-statement.png)
7070

71-
A switch statement appears with one case and a default case.
72-
By default, a switch statement requires at least one case plus the default case.
71+
A switch action appears with one case and a default case.
72+
By default, a switch action requires at least one case plus the default case.
7373

74-
![Empty default switch statement](./media/logic-apps-control-flow-switch-statement/empty-switch.png)
74+
![Empty default switch action](./media/logic-apps-control-flow-switch-statement/empty-switch.png)
7575

7676
1. Click inside the **On** box so that the dynamic content list appears.
7777
From that list, select the **SelectedOption** field whose output
@@ -93,7 +93,7 @@ add another case between **Case** and **Default**.
9393
| Default | None | No action necessary. In this example, the **Default** case is empty because **SelectedOption** has only two options. |
9494
|||
9595

96-
![Finished switch statement](./media/logic-apps-control-flow-switch-statement/finished-switch.png)
96+
![Finished switch action](./media/logic-apps-control-flow-switch-statement/finished-switch.png)
9797

9898
1. Save your logic app.
9999

@@ -103,8 +103,8 @@ add another case between **Case** and **Default**.
103103

104104
## JSON definition
105105

106-
Now that you created a logic app using a switch statement,
107-
let's look at the high-level code definition behind the switch statement.
106+
Now that you created a logic app using a switch action,
107+
let's look at the high-level code definition behind the switch action.
108108

109109
``` json
110110
"Switch": {
@@ -137,11 +137,11 @@ let's look at the high-level code definition behind the switch statement.
137137

138138
| Label | Description |
139139
|-------|-------------|
140-
| `"Switch"` | The name of the switch statement, which you can rename for readability |
141-
| `"type": "Switch"` | Specifies that the action is a switch statement |
140+
| `"Switch"` | The name of the switch action, which you can rename for readability |
141+
| `"type": "Switch"` | Specifies that the action is a switch action |
142142
| `"expression"` | In this example, specifies the approver's selected option that's evaluated against each case as declared later in the definition |
143143
| `"cases"` | Defines any number of cases. For each case, `"Case_*"` is the default name for that case, which you can rename for readability |
144-
| `"case"` | Specifies the case's value, which must be a constant and unique value that the switch statement uses for comparison. If no cases match the switch expression result, the actions in the `"default"` section are run. |
144+
| `"case"` | Specifies the case's value, which must be a constant and unique value that the switch action uses for comparison. If no cases match the switch expression result, the actions in the `"default"` section are run. |
145145
| | |
146146

147147
## Get support
@@ -153,7 +153,7 @@ let's look at the high-level code definition behind the switch statement.
153153

154154
## Next steps
155155

156-
* [Run steps based on a condition (conditional statements)](../logic-apps/logic-apps-control-flow-conditional-statement.md)
156+
* [Run steps based on a condition (condition action)](../logic-apps/logic-apps-control-flow-conditional-statement.md)
157157
* [Run and repeat steps (loops)](../logic-apps/logic-apps-control-flow-loops.md)
158158
* [Run or merge parallel steps (branches)](../logic-apps/logic-apps-control-flow-branches.md)
159159
* [Run steps based on grouped action status (scopes)](../logic-apps/logic-apps-control-flow-run-steps-group-scopes.md)

0 commit comments

Comments
 (0)