azure-functions-java-worker
azure-functions-java-worker copied to clipboard
Java runtime and core types for Microsoft Azure Functions
[3/3/2020 8:59:13 PM] Worker failed to function id cb64c890-0460-4c8a-a505-5abe6eec827d. [3/3/2020 8:59:13 PM] Result: Failure [3/3/2020 8:59:13 PM] Exception: IllegalArgumentException: "" is not a qualified JAR file name [3/3/2020 8:59:13 PM]...
In the process of updating the [documentation for the Event Grid output binding](https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-grid) (see [this PR](https://github.com/MicrosoftDocs/azure-docs-pr/pull/103060)), I discovered that the output binding does not work correctly with Java functions. It...
Hi, I am wondering if there is currently any support for custom AI telemetry properties. I could not find any documentation describing this. A log statement like this: ```java context.getLogger().info("Some...
Currently, HttpRequestMessage only supports query parameters and headers, but no path parameters. When I run a function locally using Azure Functions Core Tools, the implementing [HttpRequestMessageImpl](https://github.com/Azure/azure-functions-java-worker/blob/1.2.6/src/main/java/com/microsoft/azure/functions/worker/binding/RpcHttpRequestDataSource.java#L26) does so, however, I...
Hi All, I'm trying to implement a basic FTP connection using AZURE functions with java and the FTPClient library "org.apache.commons.net" but when executing the azure function locally i get this...
Host has a "RpcHttpBodyOnly" capability where it does not send duplicated data through gRPC. It only sends the "body" property which is either bytes or string. Reference PR: Azure/azure-functions-host#4660 Java...
I've been trying to setup an Azure Function using a dynamic JVM language (Clojure). With Clojure it is possible to put type hints on function arguments which are then present...
Function host can't find the main class of spring cloud functions and report error. Both in azure services and local. #### Investigative information Function core tools **2.7.1948** #### Repro steps...
Node.js client call to Azure Functions Java requires Content-Length header set using 'https' package
When using a Node.js client app with the 'https' package, it requires the 'Content-Length' header to be set, otherwise the Azure Functions Java app will receive a 'null' body. In...