Join Slack
Powered by
Hi. Does anyone have a working example of using Ko...
# javascript
d
Darren Bell
05/24/2021, 9:29 AM
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
Big Chungus
05/24/2021, 5:05 PM
There you go
https://github.com/mpetuska/azure-functions-kotlin
d
Darren Bell
05/26/2021, 8:57 AM
Excellent
@Big Chungus
Thank you very much
b
Big Chungus
05/26/2021, 8:58 AM
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!
2
Views
Open in Slack
Previous
Next