rangers-bnc

Results 2 issues of rangers-bnc

Azure Function V3 is out of support since December 2022. REF: [Azure Functions runtime versions overview](https://learn.microsoft.com/en-us/azure/azure-functions/functions-versions?pivots=programming-language-csharp&tabs=v4) Are there any plans to update to V4 ? **host.json** ```csharp "version": "[2.*, 3.0.0)"...

How to handle the fact that the blob input get updated once every minute, so 59-62 times per hour. Then a rollover file is created. Doesn't it create duplicate entries...