Hi Ujjwal,
maybe it would be an idea to mount your azure blob storage to a different mount point, something like /store/backup/azure. And then run a cron job with
rsync.
This way you can sync all data from /store/Ariel/events to azure on a regular base.
A restore would just be the other way around. But keep in mind that you have to keep an eye on the retention time of the data ;-)
------------------------------
Kind regards
Oliver
------------------------------