Skip to content

Commit 10e081b

Browse files
Merge pull request #294458 from ecfan/patch-1
Add limitation for host files
2 parents c0a38c4 + 3d4c67a commit 10e081b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.suite: integration
66
ms.collection: ce-skilling-ai-copilot
77
ms.reviewer: estfan, azla
88
ms.topic: how-to
9-
ms.date: 12/18/2024
9+
ms.date: 02/11/2025
1010
# Customer intent: As a developer using Azure Logic Apps, I want to parse a document or chunk text that I want to use with Azure AI operations for my workflow in Azure Logic Apps.
1111
---
1212

@@ -36,6 +36,10 @@ For these scenarios, use the **Data Operations** actions named **Parse a documen
3636
3737
This how-to guide shows how to add and set up these operations in your workflow.
3838

39+
## Known issues and limitations
40+
41+
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.
42+
3943
## Prerequisites
4044

4145
* An Azure account and subscription. If you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).

0 commit comments

Comments
 (0)