Zach Miller
Zach Miller
Thanks for pointing out the `v2` here, saved me some work. I wasn't able to get your code to work exactly, but what's the `VerticiesByQuery` method exactly? Do you mean...
Any updates on this issue?
C# Azure Functions supports DI already. There are a ton of examples of use cases for DI. - https://gunnarpeipman.com/azure-functions-dependency-injection/ - https://medium.com/@therealjordanlee/dependency-injection-in-azure-functions-v3-7148d0574dfc - https://medium.com/hitachisolutions-braintrust/azure-functions-v2-dependency-injection-using-net-core-fccd93b80c0 - https://stackoverflow.com/questions/14301389/why-does-one-use-dependency-injection For me personally, I'd really...