An Azure service that provides an event-driven serverless compute platform.
@A A ,
Thanks for reaching out to Q&A.
In order to answer I will need more information such as logs etc.
Initially you can try the following:
-- Upgrade the func core tools to latest V4 : https://learn.microsoft.com/en-us/azure/azure-functions/functions-run-local?tabs=v4%2Cwindows%2Ccsharp%2Cportal%2Cbash%2Ckeda
-- Check pre-requisites here: https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-cli-java?tabs=bash%2Cazure-cli%2Cbrowser#configure-your-local-environment
Please answer the below queries so that I can help you with this issue,
-- After running mvn azure-functions:run command from project root, do they see any log? at which step does it get stuck?
-- Is it getting stuck even with a hello-world app?