Comments on: Serverless on Azure Function with Quarkus https://piotrminkowski.com/2024/01/31/serverless-on-azure-function-with-quarkus/ Java, Spring, Kotlin, microservices, Kubernetes, containers Fri, 01 Mar 2024 22:08:18 +0000 hourly 1 https://wordpress.org/?v=6.9.1 By: piotr.minkowski https://piotrminkowski.com/2024/01/31/serverless-on-azure-function-with-quarkus/#comment-2343 Fri, 01 Mar 2024 22:08:18 +0000 https://piotrminkowski.com/?p=14865#comment-2343 In reply to Marc.

Hi. Strange. You what files do you have in the `target/azure-functions` directory after running quarkus:dev?

]]>
By: Marc https://piotrminkowski.com/2024/01/31/serverless-on-azure-function-with-quarkus/#comment-2315 Mon, 26 Feb 2024 12:04:09 +0000 https://piotrminkowski.com/?p=14865#comment-2315 Hi Piotr, good work. Nevertheless, the azure-function file generation (host.json, function.json, …) with Funqy didn’t work for me. The files are generated only if i use Azure Endpoint definition (e.g. like here: https://github.com/azure-samples/azure-functions-samples-java/blob/master/triggers-bindings/src/main/java/com/functions/Function.java#L32). I couldn’t find any hints in your repo regarding the generation with Funqy. Do you have any ideas what i am missing?

]]>