Skip to content

A simple console application written in .NET 6.0 to backup tables from within a single Azure storage account and store them locally.

License

Notifications You must be signed in to change notification settings

lukeawyatt/azure-table-storage-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BackupAzureTableStorageLocally

A simple console application written in DOTNET 6.0 to backup tables from within a single Azure storage account and store them locally.

This project uses TheByteStuff's AzureTableUtilites Nuget Package

Usage

Run the BackupAzureTableStorageLocally utility using the example below.

cd source
dotnet build
dotnet run "{1}" "{2}" "{3}"

# WHERE PARAMETERS EQUAL
# 1: Azure Storage Connection String
# 2: Local Backup Directory
# 3: Table Names, Delimited by pipes ('|')

About

A simple console application written in .NET 6.0 to backup tables from within a single Azure storage account and store them locally.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages