Is there a way to rename an Azure Storage Table programmatically?
I regularly delete Tables with data that's not used anymore but I might start to save it for longer. To avoid messing with a working system (it's checking for those tables to generate data) I would like to just rename them or do some sort of copy instead of just deleting.
Is there a way to do this with Azure Storage Tables?