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/parse-document-chunk-text.md
+22-5Lines changed: 22 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
---
2
2
title: Parse Documents and Chunk Text in Workflows
3
-
description: Parse documents and chunk text in logic app workflows for Azure Logic Apps.
3
+
description: Parse documents and chunk text to transform content into tokenized strings in workflows for Azure Logic Apps.
4
4
services: azure-logic-apps
5
5
ms.suite: integration
6
6
ms.collection: ce-skilling-ai-copilot
7
7
ms.reviewers: estfan, azla
8
8
ms.topic: how-to
9
9
ms.update-cycle: 180-days
10
-
ms.date: 03/11/2026
11
-
# Customer intent: As an integration developer who uses Azure Logic Apps, I want to parse a document or chunk text for Azure AI Search or Azure OpenAI actions in logic app workflows.
10
+
ms.date: 04/13/2026
11
+
# 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.
12
12
---
13
13
14
-
# Parse documents and chunk text for AI actions in workflows for Azure Logic Apps
14
+
# Parse documents and chunk text as tokenized strings for AI actions in workflows for Azure Logic Apps
@@ -35,7 +35,24 @@ This guide shows how to add and set up actions for parsing documents and chunkin
35
35
36
36
## Known issues and limitations
37
37
38
-
The **Parse a document** and **Chunk text** actions currently don't support host files, for example, mainframe and midrange binary files such as Virtual Storage Access Method (VSAM) files. However, if you're working with Standard workflows, you can use the [**IBM Host File** built-in action named **Parse Host File Contents**](/azure/connectors/integrate-host-files-ibm-mainframe) instead.
38
+
- The **Parse a document** action is available only in the following Azure regions:
39
+
40
+
- Australia East
41
+
- Brazil South
42
+
- East Asia
43
+
- East US
44
+
- East US 2
45
+
- North Europe
46
+
- South Central US
47
+
- Southeast Asia
48
+
- Sweden Central
49
+
- West US 2
50
+
- West US 3
51
+
- UK South
52
+
53
+
These regions provide data source connections, document tracking, document chunking, support for Azure OpenAI embedding models, and built-in indexing support for pulling data. For more information, see [Automate indexing in AI Search with workflows in Azure Logic Apps](/azure/search/search-how-to-index-logic-apps#supported-regions).
54
+
55
+
- The **Parse a document** and **Chunk text** actions currently don't support host files, for example, mainframe and midrange binary files such as Virtual Storage Access Method (VSAM) files. However, if you're working with Standard workflows, you can use the [**IBM Host File** built-in action named **Parse Host File Contents**](/azure/connectors/integrate-host-files-ibm-mainframe) instead.
0 commit comments