Thank you for reaching out to Microsoft Q&A forum!
For handling multiple CSV files in Azure Machine Learning (AML), using a URI Folder is the recommended approach instead of creating a DataAsset. An URI Folder points directly to a folder in an Azure Blob container, allowing AML to process multiple files efficiently without the need for manual merging.
Azure ML’s data runtime also supports multi-process (parallel loading) and background data prefetching, reducing computational overhead and improving performance with minimal configuration effort on your end.
While DataAssets are generally used for single files, a URI_Folder is more scalable when dealing with multiple CSVs. You can find more details in the Data concepts in Azure Machine Learning documentation: Azure ML Data Concepts.
I hope you understand. Do let us know if you any further queries.
If this answers your query, do click Accept Answer
and Yes
for was this answer helpful.