Azure Table Utilities
Tool available on
NuGet for backup of Azure Tables to a local file or to Azure Blob storage file,
copying an Azure Table within the same account or to another account,
deleting Azure Table information
as well as restoring from a local file or Azure Blob storage file to a specified Azure Table.
The backup & copy processes will dynamically query table element information.
The restore process will create the table if it does not exist. The restore process does not delete existing table entries, if any, however existing entries may be overwritten if input file has the same keyed data.
The delete process allows for deletion of the entire table definition (including the name) as well as for deleting all or some rows based on passed filter criteria.
Documentation generated from source code comments is available here
Git Hub Docs.
A command line reference implementation of the tool is available on
Git Hub and includes a DockerFile reference as well.
Is there functionality you'd like to see or do you have a question about how it works? Send a
note and let me know.
Do you find this tool useful? Don't be bashful use the "Donate" button on the footer 🤑. No amount is too small.