Skip to content

Commit 45863ae

Browse files
authored
Merge pull request #99083 from ecfan/metadata
[SEO OKR] Bulk metdata update - Extend short metadata descriptions
2 parents 9344d8b + 33bd724 commit 45863ae

9 files changed

+29
-26
lines changed

articles/connectors/connectors-create-api-db2.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Connect to IBM DB2
3-
description: Manage resources with IBM DB2 REST APIs and Azure Logic Apps
2+
title: Access and manage IBM DB2 resources
3+
description: Read, edit, update, and manage IBM DB2 resources by building automated workflows using Azure Logic Apps
44
services: logic-apps
55
ms.suite: integration
66
ms.reviewer: plarsen, logicappspm
@@ -9,9 +9,10 @@ ms.date: 08/23/2018
99
tags: connectors
1010
---
1111

12-
# Manage IBM DB2 resources with Azure Logic Apps
12+
# Access and manage IBM DB2 resources by using Azure Logic Apps
1313

14-
With Azure Logic Apps and the IBM DB2 connector, you can create automated
14+
With [Azure Logic Apps](../logic-apps/logic-apps-overview.md) and the
15+
[IBM DB2 connector](/connectors/db2/), you can create automated
1516
tasks and workflows based on the resources stored in your DB2 database.
1617
Your workflows can connect to the resources in your database, read and
1718
list your database tables, add rows, change rows, delete rows, and more.

articles/connectors/connectors-create-api-excel.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Connect to Excel Online
3-
description: Manage data with Excel Online REST APIs and Azure Logic Apps
2+
title: Manage data, worksheets, and tables in Excel Online
3+
description: Manage data in worksheets and tables in Excel Online for Business or Excel Online for OneDrive by using Azure Logic Apps
44
services: logic-apps
55
ms.suite: integration
66
ms.reviewer: klam, logicappspm
@@ -11,7 +11,9 @@ tags: connectors
1111

1212
# Manage Excel Online data with Azure Logic Apps
1313

14-
With Azure Logic Apps and the Excel Online connector,
14+
With [Azure Logic Apps](../logic-apps/logic-apps-overview.md) and the
15+
[Excel Online for Business](/connectors/excelonlinebusiness/) connector or
16+
[Excel Online for OneDrive](/connectors/excelonline/) connector,
1517
you can create automated tasks and workflows based
1618
on your data in Excel Online for Business or OneDrive.
1719
This connector provides actions that help you work with

articles/connectors/connectors-create-api-github.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Connect to GitHub
3-
description: Monitor GitHub events with GitHub REST APIs and Azure Logic Apps
2+
title: Access, monitor, and manage your GitHub repo
3+
description: Monitor GitHub events and manage your GitHub repo by creating automated workflows with Azure Logic Apps
44
services: logic-apps
55
ms.suite: integration
66
ms.reviewer: klam, logicappspm
@@ -9,7 +9,7 @@ ms.date: 03/02/2018
99
tags: connectors
1010
---
1111

12-
# Connect to GitHub from Azure Logic Apps
12+
# Monitor and manage your GitHub repo by using Azure Logic Apps
1313

1414
GitHub is a web-based Git repository hosting service that offers all of the distributed
1515
revision control and source code management (SCM) functionality in Git plus other features.

articles/connectors/connectors-create-api-onedrive.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Connect to OneDrive
3-
description: Upload and manage files with OneDrive REST APIs and Azure Logic Apps
2+
title: Access and manage files in Microsoft OneDrive
3+
description: Upload and manage files in OneDrive by creating automated workflows in Azure Logic Apps
44
services: logic-apps
55
ms.suite: integration
66
ms.reviewer: klam, logicappspm
@@ -9,9 +9,9 @@ ms.date: 10/18/2016
99
tags: connectors
1010
---
1111

12-
# Get started with the OneDrive connector
12+
# Access and manage files in OneDrive connector by using Azure Logic Apps
1313

14-
Connect to OneDrive to manage your files, including upload, get, delete files, and more. With OneDrive, you can perform these tasks:
14+
By using [Azure Logic Apps](../logic-apps/logic-apps-overview.md) and the [OneDrive connector](/connectors/onedriveconnector/), you can create automated tasks and workflows to manage your files, including upload, get, delete files, and more. With OneDrive, you can perform these tasks:
1515

1616
* Build your workflow by storing files in OneDrive, or update existing files in OneDrive.
1717
* Use triggers to start your workflow when a file is created or updated within your OneDrive.
@@ -33,7 +33,7 @@ Before your logic app can access any service, you first create a *connection* to
3333

3434
A trigger is an event that can be used to start the workflow defined in a logic app. Triggers "poll" the service at an interval and frequency that you want. [Learn more about triggers](../logic-apps/logic-apps-overview.md#logic-app-concepts).
3535

36-
1. In the logic app, type "onedrive" to get a list of the triggers:
36+
1. In the Logic App Designer, type `onedrive` to get a list of the triggers:
3737

3838
![](./media/connectors-create-api-onedrive/onedrive-1.png)
3939

@@ -61,7 +61,7 @@ An action is an operation carried out by the workflow defined in a logic app. [L
6161

6262
2. Choose **Add an action**.
6363

64-
3. In the text box, type onedrive to get a list of all the available actions.
64+
3. In the search box, type `onedrive` to get a list of all the available actions.
6565

6666
![](./media/connectors-create-api-onedrive/onedrive-actions.png)
6767

articles/logic-apps/logic-apps-add-run-inline-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Add and run code snippets
3-
description: Add and run code snippets with inline code in Azure Logic Apps
2+
title: Add and run code snippets by using inline code
3+
description: Learn how to create and run code snippets by using inline code actions for automated tasks and workflows that you create with Azure Logic Apps
44
services: logic-apps
55
ms.suite: integration
66
ms.reviewer: deli, logicappspm

articles/logic-apps/logic-apps-create-variables-store-values.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create and manage variables for storing values
3-
description: How to store and manage values by using variables in Azure Logic Apps
2+
title: Create and manage variables for storing and passing values
3+
description: Learn how to store, manage, use, and pass values by using variables in your automated tasks and workflow that you create with Azure Logic Apps
44
services: logic-apps
55
ms.suite: integration
66
ms.reviewer: klam, logicappspm

articles/logic-apps/logic-apps-data-operations-code-samples.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Data operation samples
3-
description: Code samples for data operation actions in Azure Logic Apps
2+
title: Code samples for using data operations
3+
description: Try these code samples that show how you can use data operations in automated workflows created with Azure Logic Apps
44
services: logic-apps
55
ms.suite: integration
66
ms.reviewer: klam, logicappspm

articles/logic-apps/logic-apps-exception-handling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Error and exception handling
3-
description: Learn about patterns for error and exception handling in Azure Logic Apps
2+
title: Handling errors and exceptions
3+
description: Learn how to handle errors and exceptions that happen in automated tasks and workflows created by using Azure Logic Apps
44
services: logic-apps
55
ms.suite: integration
66
author: dereklee

articles/logic-apps/logic-apps-handle-large-messages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Handle large messages
3-
description: Learn how to handle large message sizes with chunking in Azure Logic Apps
2+
title: Handle large messages by using chunking
3+
description: Learn how to handle large message sizes by using chunking in automated tasks and workflows that you create with Azure Logic Apps
44
services: logic-apps
55
ms.suite: integration
66
author: shae-hurst

0 commit comments

Comments
 (0)