I need to create a clone of an Azure storage account based on a particular time (not the latest). The source storage account won't be rollbacked to the particular time and make a clone of it. I need the source storage account be remain as it is and make a clone on a previous state of the storage account.
Example:
I need to make a clone of the storage account A which was at the state of yesterday 1.00pm, to storage account B
- Point-in-time restore doesn't work here cause I don't want to rollback my source storage account.