I just found that there is not Life Cycle Management support for a file share in a blob storage. What is a good way to regularly delete files from a file share? Logic App? Azure function? It should be also cost sensitive.
Asked
Active
Viewed 3,833 times
4
-
Charbel Nemnom has a blog post one implementing this: https://charbelnemnom.com/move-files-between-azure-file-share-tiers/ – David Cobb May 23 '23 at 17:04
1 Answers
1
I´d say both Function or Logic Apps are proper solutions.
Cost for functions depends on the number of executions and the execution time. You get 1 million free executions per month and the first 400GB/s are also free. But you have to code.

Jesús Hernández
- 364
- 2
- 6