Hi! I see Azure functions are supported in the ser...
# http4k
c
Hi! I see Azure functions are supported in the serverless module, but I can't find any documentation or example on how to use it. Could anybody point me into something I could use? if I get something working I'd be glad to send a PR with an example and update the documentation
d
Looks like we're missing the docs for azure in the serverless reference, but you can use the test project as a guide https://github.com/http4k/http4k/blob/master/http4k-serverless/azure/integration-test/test-function/src/main/kotlin/org/http4k/serverless/azure/TestFunction.kt
c
great! I'll check that later