Skip to content

Scripts and resources for migrating Azure Storage accounts using Python

Notifications You must be signed in to change notification settings

pratikshinde590/azure-storage-migration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Azure Storage Migration

This repository contains Python scripts to migrate Azure Storage Accounts efficiently.

Features

  • Migrates blobs, tables, and files between Azure Storage accounts.
  • Supports SAS tokens and Azure AD authentication.
  • Error handling and logging included.

Prerequisites

  • Python 3.8+
  • Azure CLI

Installation

  1. Clone the repository:

    git clone https://github.com/<your-username>/azure-storage-migration.git
    cd azure-storage-migration
    
  2. Update the (migrate_storage.py) file with your source and target storage account details.

  3. Run the script

    python migrate_storage.py
    

About

Scripts and resources for migrating Azure Storage accounts using Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages