Skip to content

Commit 1b4b7cb

Browse files
Merge pull request #314733 from ecfan/patch-1
Clarify region limit for Parse document
2 parents 7d444c4 + 5c7e800 commit 1b4b7cb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/logic-apps/parse-document-chunk-text.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Parse Documents and Chunk Text in Workflows
3-
description: Parse documents and chunk text to transform content into tokenized strings in workflows for Azure Logic Apps.
3+
description: Parse documents and chunk text to transform content into tokenized strings for workflows in Azure Logic Apps.
44
services: azure-logic-apps
55
ms.suite: integration
66
ms.collection: ce-skilling-ai-copilot
@@ -11,11 +11,11 @@ ms.date: 04/13/2026
1111
# Customer intent: As an integration developer who works with Azure Logic Apps, I want to parse a document or chunk text as tokenized strings for Azure AI Search or Azure OpenAI actions in my workflows.
1212
---
1313

14-
# Parse documents and chunk text as tokenized strings for AI actions in workflows for Azure Logic Apps
14+
# Parse documents and chunk text as tokenized strings for workflows in Azure Logic Apps
1515

1616
[!INCLUDE [logic-apps-sku-consumption-standard](../../includes/logic-apps-sku-consumption-standard.md)]
1717

18-
Sometimes you have to convert content into tokens, which are words or chunks of characters, or divide a large document into smaller pieces before you can use this content with some actions. For example, the **Azure AI Search** or **Azure OpenAI** actions expect tokenized input and can handle only a limited number of tokens.
18+
Sometimes you have to convert content into tokens, which are words or chunks of characters, or divide a large document into smaller pieces before you can use this content with specific actions. For example, the **Azure AI Search** or **Azure OpenAI** actions expect tokenized input and can handle only a limited number of tokens.
1919

2020
For these scenarios, use the **Data Operations** actions named **Parse a document** and **Chunk text** in your logic app workflow. These actions respectively transform content, such as a PDF document, CSV file, Excel file, and so on, into tokenized string output and then split the string into pieces, based on the number of tokens. You can then reference and use these outputs with subsequent actions in your workflow.
2121

@@ -35,7 +35,7 @@ This guide shows how to add and set up actions for parsing documents and chunkin
3535

3636
## Known issues and limitations
3737

38-
- The **Parse a document** action is available only in the following Azure regions:
38+
- In Consumption workflows, the **Parse a document** action is available only in the following Azure regions:
3939

4040
- Australia East
4141
- Brazil South

0 commit comments

Comments
 (0)