Dan Friedman
Dan Friedman
Grouping by language over cloud seems correct since developers might use multiple clouds, but they'll probably use a single language and individual developers are unlikely to code in multiple languages...
AutoFaq can also [consume Microsoft's DI](https://dev.to/ggmueller/modularize-aspnet-di-configurations-using-autofac-1ab6). I agree that not everything needs to be compile-time.
I think the actual /expected numbers should be the same numbers that the developer /tester is used to working with. Internal values should not be leaked into tests.
OK. Thanks. I guessed that was all I needed, but I was experiencing another issue and couldn't find anything to confirm that that was all I needed. It would be...
I'd also like to know when a file is deleted. When the researchers remove a file, we need to remove it from the DB.
@mathewc Are you referring to [external files](https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-external-file), which only work in V1 and is marked as experimental?
I created [a library](https://github.com/MisinformedDNA/YellowCounter.FileSystemState) that monitors changes in the local file system or on a network drive. Since Azure File Share supports SMB, maybe it can be applied here? You...
How can we get the Storage team involved in this discussion? Or is there a better place to have this discussion?
@glittle Probably the wrong forum as you chose Azure Functions instead of Azure Storage. (Also, your link is reversed.)
At first glance, you might think so, but as @jeffhollan has said above > The path forward to adding new trigger support for Azure Functions is having the service integrate...