Skip to content

Commit adf0cb0

Browse files
authored
Update frequently-asked-questions.yml
1 parent 30e7e6d commit adf0cb0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/data-factory/frequently-asked-questions.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,6 @@ sections:
225225
### How do I gracefully handle null values in an activity output?
226226
227227
You can use the `@coalesce` construct in the expressions to handle null values gracefully.
228-
229-
### How many pipeline activities can be executed simultaneously?
230-
231-
A maximum of 50 concurrent pipeline activities is allowed. The 51st pipeline activity will be queued until a free slot is opened up. A maximum of 800 concurrent external activities will be allowed, after which they will be queued in the same way.
232228
233229
- question: |
234230
Mapping data flows
@@ -238,6 +234,10 @@ sections:
238234
When Microsoft provides help or troubleshooting with data flows, please provide the ADF pipeline support files.
239235
This Zip file contains the code-behind script from your data flow graph. From the ADF UI, select **...** next to pipeline, and then select **Download support files**.
240236
237+
### How many concurrent mapping data flow pipeline activities can be executed simultaneously?
238+
239+
A maximum of 50 concurrent mapping data flow pipeline activities is allowed.
240+
241241
### How do I access data by using the other 90 dataset types in Data Factory?
242242
243243
The mapping data flow feature currently allows Azure SQL Database, Azure Synapse Analytics, delimited text files from Azure Blob storage or Azure Data Lake Storage Gen2, and Parquet files from Blob storage or Data Lake Storage Gen2 natively for source and sink.

0 commit comments

Comments
 (0)