Skip to content

Commit ba61e5d

Browse files
committed
Add Note in Supported capabilities section
1 parent 2d89938 commit ba61e5d

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)