Search code examples
azureazure-devopsazure-sql-databaseazure-storageazure-files

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


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.


Solution

  • 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