This Python script compares the files in an Azure Blob Storage container with those in a local directory. It identifies files that are missing in the local directory and files that are extra in the local directory but not in the Azure Blob Storage container.
- Python 3.x
- Azure Storage Blob SDK
- Python Dotenv for loading environment variables