November 2019
Intermediate to advanced
362 pages
7h 52m
English
Despite the fact that the Azure Functions Runtime supports Java, you cannot create a Java Azure Function using the Azure Function Core Tool in the same way that you created a JavaScript function in the previous section.
To create a Java Azure Function you need the Azure Function Core Tools, but you also must have the following:
The process to create a Java Azure Function is not simple and linear, but in the end, a Java Azure Function is a public method decorated with the @FunctionName annotation (as the FunctionName attribute for the C# ...