J0hnniemac / blobrepl

Basic Blob Copy and Delete between Azure Storage Accounts using Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blobrepl

There are not enough Python examples out there to do stuff on Azure. So here is one fairly simple class which can be used to replicate a blobs from one storage account to another storage account.

This type of copy, can be hooked up to a Storage Event using Azure Functions. Then if an add or delete is triggered on a primary account, you can replicate into a second storage account.

The settings.json file is where you add your storage account connection strings.

Be very careful with the storage account connection strings, don't upload your string to the www

#Todo Error Checking Turn into Event Driven Fuction - ?? Possibly

20200809 - Initial Basic Version.

About

Basic Blob Copy and Delete between Azure Storage Accounts using Python


Languages

Language:Python 100.0%