Skip to content
This repository has been archived by the owner on May 13, 2023. It is now read-only.
/ azure-migrate Public archive

Migrations between Azure Storage Table and CosmosDB

License

Notifications You must be signed in to change notification settings

m-rom/azure-migrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Migrate/copy/restruct data stored in Azure

How to?

  1. Clone the project
  2. Go to Program.cs
  3. Change SourceModel to fit your needs
  4. Change TargetModel to fit your needs
  5. [optional] Add AutoMapper configurations at the top of the file if needed
  6. Add the connection settings directly to the file (like it was done in the comments)
  7. Run it! (No warrenty. It's a simple mostly helpful tool done in 2 hours) 😊

Supported

Source Target
Azure Storage Table Azure Storage Table
Azure Storage Table Azure CosmosDB Collection
Azure CosmosDB Collection Azure Storage Table
Azure CosmosDB Collection Azure CosmosDB Collection

About

Migrations between Azure Storage Table and CosmosDB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages