Skip to content

AdamS-MSFT/Azure-storage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Azure-storage

This repo is meant to provide samples, examples and quick & easy demos for Azure Storage: Files, Blobs etc... using python and the Azure Storage SDK.

Comparing Local files with content of an Azure File Share:Compare__AZFILES_Local.py:

Is a script allowing you to compare the content of a local Directory(ex: “C:\Users\Desktop\test”(Windows) or home/someuser(Linux) etc..) to the content of an Azure File share, then returns the local files that NOT yet in the Azure File Share. In addition, you can also filter the results by using basic string-matching ex “text”.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%