Skip to content

Commit 6a28e9b

Browse files
Merge pull request #314654 from ecfan/patch-1
[Azure Logic Apps] Parse document action - Add missing regions
2 parents 500fabf + 895e77f commit 6a28e9b

1 file changed

Lines changed: 22 additions & 5 deletions

File tree

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

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
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.
44
services: azure-logic-apps
55
ms.suite: integration
66
ms.collection: ce-skilling-ai-copilot
77
ms.reviewers: estfan, azla
88
ms.topic: how-to
99
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.
1212
---
1313

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
1515

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

@@ -35,7 +35,24 @@ 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** 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.
3956

4057
## Prerequisites
4158

0 commit comments

Comments
 (0)