azure-functions-java-worker icon indicating copy to clipboard operation
azure-functions-java-worker copied to clipboard

Java runtime and core types for Microsoft Azure Functions

Results 136 azure-functions-java-worker issues
Sort by recently updated
recently updated
newest added

[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]...

triaged

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...

triaged

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...

Needs: Triage (Functions)

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...

Enhancement
New Feature
reviewed

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...

needs-investigation

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...

P1

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...

Enhancement
New Feature
reviewed

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...

Needs: Triage (Functions)
spring-cloud-function

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...

needs-investigation