Hei @jeff tucker ,
Thank you for contacting Microsoft community.
As i understand, You have a year worth files and you want to delete them in bulk.
If i generalize a bit to assume you may have the same problem next year and the year after, so you accumulate files every year and after the year is over you do not need them.
Or simply, all files need to go after they have completed a year.
This can be solved and automated via Azure Storage account lifecycle management policy, these policies enable you to manage the lifecycle of each object in a storage account. It possible to delete or archive among other options based on the number of days since the object's creation or access.
It also allows you to filter blobs to specific prefix etc.
Read more about the lifecycle policies and how to implement them here
If this helped you, please mark it as "answer".