Hi @Anonymous Thank you for posting your question on Microsoft Q&A.
You would need to write a custom solution to clean up your resources. You can do it with PowerShell, or with one of the Azure SDKs
Regards,
Oury
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi
We need suggestion on clearing the azure storage table on basis of dates bi-weekly including blobs. I believe we still can use retention policy for storage blobs but that will not be applicable for Azure table scenario. for this cleaning activity we want to keep it cheaper as much as possible and it should be able to run inside the vnet with user managed Identity.
Thanks
Manish
Hi @Anonymous Thank you for posting your question on Microsoft Q&A.
You would need to write a custom solution to clean up your resources. You can do it with PowerShell, or with one of the Azure SDKs
Regards,
Oury
I was also in same situation and finally achieved it with a powershell script.
if you need to cleanup whole table it is possible (and faster especially if table contains a lot of items) to delete this table and recreate it again with the same name