How to monitor the daily incoming Datafiles in Azure Files and save them in SQL Database

84 Views Asked by At

I would like to log all files that are loaded into Azure storage on daily base. Is it possible to access this information as a summary?

I need Information such as file name and upload time. And how can I read them out and save them in the database, is there any provided service ?

Thanks.

1

There are 1 best solutions below

2
On BEST ANSWER

You can use Data Factory Get Metadata active, it can get the output you want.

Please ref: https://learn.microsoft.com/en-us/azure/data-factory/control-flow-get-metadata-activity