How to get the list of Files and Size from Azure Blob Storage and Save into CSV File by AzCopy

preview_player
Показать описание
How to get the list of Files and Size from Azure Blob Storage and Save into CSV File by AzCopy Command | ADF Tutorial 2022, in this video we are going to learn How to use Surrogate Key Transformation in Mapping Data Flow Activity in Azure Data Factory | ADF Tutorial 2022, Azure Data Factory Step by Step - ADF Tutorial 2022 - ADF Tutorial 2022 Step by Step ADF Tutorial - Azure Data Factory Tutorial 2022

Script:
AzCopy - How to get List of all Files and Size from Azure Blob Storage
--Download Link

Get list of files

Azure Data Factory Tutorial for beginners
Azure Data Factory Tutorial 2022
Step by step Azure Data Factory Tutorial
Real-time Azure Data Factory Tutorial
Scenario-based training on Azure Data Factory
Best ADF Tutorial on youtube

#AzureDataFactory #ADFTutorial2022
Рекомендации по теме
Комментарии
Автор

Very nice directions, was very helpful . Very clear, no oddball links to weird executables or scripts. No ads. Thanks so much for the help, this is exactly what my staff needs to help them find where we've stored files in the archive.

JustAGuyYaKnow
Автор

Thanks a lot for this tutorial! It helped me a long way to the list I wanted to get. I simply added --properties "LastModifiedTime" to also get the file date/time. The other options for --properties are as follows and should be put in a list separated by semicolons: LastModifiedTime, VersionId, BlobType, BlobAccessTier, ContentType, ContentEncoding, LeaseState, LeaseDuration, LeaseStatus.

guuswinkelmolen
Автор

Is there a way to filter files in the output list?
For example only output the files in the container that has a property equal to X?

Khozai
Автор

can you please explain how to. do. the same using blob inventory

sarjun
Автор

Thank you. Can i search/filter for specific type of file for example .csv file

ashokzubrewar
Автор

How can I get just a count of how many items are in the container when it is very large like 8million+?

jeffreyhickman