This repository contains Python scripts to migrate Azure Storage Accounts efficiently.
- Migrates blobs, tables, and files between Azure Storage accounts.
- Supports SAS tokens and Azure AD authentication.
- Error handling and logging included.
- Python 3.8+
- Azure CLI
-
Clone the repository:
git clone https://github.com/<your-username>/azure-storage-migration.git cd azure-storage-migration
-
Update the (migrate_storage.py) file with your source and target storage account details.
-
Run the script
python migrate_storage.py