VividDigital
VividDigital
Is there really no support for native libraries? I'm trying to use the Skiasharp library which works perfectly fine locally but when I deploy to Azure it can't find the...
I've managed to get this working and it seems the issue was what I initially noticed was different in the issue I referenced in my first post. When the app...
I created a basic function that replicates the issue. Publishes runtimes folder inside bin locally but outside when deployed. [FunctionRuntimesExample.zip](https://github.com/Azure/Azure-Functions/files/3860484/FunctionRuntimesExample.zip)
I have what I think is an obvious use case and it's a confirmation email for an order. 2 tables - Order and Line Items. Line Items related back via...