1

I want to create a java function in azure but when I chose 'JAVA' as language in function apps, they only give 3 languages for scripts to create a function (c#, javaScript, F#). How can I code this in java and not javascript?

1 Answer 1

4

Azure Functions support for Java is currently in preview. Find below detailed documentation on how to build Azure Functions in Java:

a) Tutorial: https://learn.microsoft.com/en-us/azure/azure-functions/functions-create-first-java-maven;

b) Developer Guide: https://learn.microsoft.com/en-us/azure/azure-functions/functions-reference-java;

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.