lukeawyatt / azure-table-storage-backup

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C# 100.0%