Walerius
Walerius

Reputation: 19

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.

Upvotes: 0

Views: 104

Answers (1)

Leon Yue
Leon Yue

Reputation: 16431

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

Upvotes: 1

Related Questions