Skip to content

Commit e0760f0

Browse files
authored
Merge pull request #194168 from Clare-Zheng82/0406-Update_Look_up_activity_doc_note
Add Note in Supported capabilities section in Lookup activity doc
2 parents 78810ba + ba61e5d commit e0760f0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/data-factory/control-flow-lookup-activity.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.service: data-factory
88
ms.subservice: orchestration
99
ms.custom: synapse
1010
ms.topic: conceptual
11-
ms.date: 09/09/2021
11+
ms.date: 04/06/2022
1212
---
1313

1414
# Lookup activity in Azure Data Factory and Azure Synapse Analytics
@@ -42,7 +42,9 @@ Note the following:
4242
- The Lookup activity can return up to **5000 rows**; if the result set contains more records, the first 5000 rows will be returned.
4343
- The Lookup activity output supports up to **4 MB** in size, activity will fail if the size exceeds the limit.
4444
- The longest duration for Lookup activity before timeout is **24 hours**.
45-
- When you use query or stored procedure to lookup data, make sure to return one and exact one result set. Otherwise, Lookup activity fails.
45+
46+
> [!Note]
47+
> When you use query or stored procedure to lookup data, make sure to return one and exact one result set. Otherwise, Lookup activity fails.
4648
4749
The following data sources are supported for Lookup activity.
4850

0 commit comments

Comments
 (0)