Azure Storage Account - Automate the Archived blob rehydration and copy the files using Azure Data Factory
Introduction I have already posted about copying the data from On-Prem to Azure storage account. This is the continuation of the previous post because this will let you know about how to restore the data from Azure Archived data to Azure or On-Prem with automation. The archived data can't be easily restored because it needs to rehydrated first then only you can copy the data. So i did work on this solution and was able to do with less manual effort. Following tools i have used to achieve this requirement, Azure Storage account - Data stored in Archive Batch Accounts - Used to execute the script which will for Rehydration of Azure blob Azure Data Factory - Copy the data back to On-Prem. Logi Apps - Once this activity completed, mail will be triggered. Azure Data Factory final Activity flow will be: Created a storage account and put some blobs with archive tier. Then, We have a data factory and created all parameters under "Global Parameters" section Ex: Source,...