Automation
Using Logic Apps to delete files older than X number of days from Azure Blob Storage
Reading Time: 4 minutes Recently I have had to the need to clean up some of my blob storage and keep it clean. This can be done using an Azure PowerShell Runbook, but I wanted to see if it could be done with little to no code. Azure Logic Apps are perfect for this. Read more…