Hi. Does anyone have a working example of using Ko...
# javascript
d
Hi. Does anyone have a working example of using Kotlin JS to create an Azure Function? I assume it has to be built locally and then published. But I'm not sure how to structure the js to meet the following requirements: https://docs.microsoft.com/en-us/azure/azure-functions/functions-reference-node?tabs=v2#configure-function-entry-point. Thanks for any help/guidance
b
d
Excellent @Big Chungus Thank you very much
b
Have a look at that runFunctions task. It can be modified to run any other func command too (e.g. deploy) so that you'd never need to leave gradle!