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

As part of the [move to Java 11](https://github.com/Azure/azure-functions-java-worker/issues/120) we should support standard [HttpRequest](https://docs.oracle.com/en/java/javase/11/docs/api/java.net.http/java/net/http/HttpRequest.html)

New Feature
reviewed

Currently it is hard to unit test a function that uses an app setting by reading it from the environment variables. It would be much easier if there was a...

New Feature
reviewed

- Azure CLI creation - Event Hubs and Cosmos DB - Maven deploy - Execute Good to have: - App Insights - DevOps - Link to how to manage secrets

Documentation
reviewed

Functions host will start sending various messages defined under StreamingMessage: https://github.com/Azure/azure-functions-language-worker-protobuf/blob/dev/src/proto/FunctionRpc.proto#L20 To avoid breaking language worker, please implement all of them otherwise grpc will start throwing errors. Note: only dummy...

Enhancement
New Feature
P1
reviewed

Quick start and developer guide Sample code for top triggers and bindings

documentation

Metric: A new Java developer should be able to deploy using Azure functions within 5 minutes -Maven - Should include experiences for creating triggers and bindings - Pick resources in...

new feature
documentation

A [similar issue](https://github.com/Azure/azure-functions-host/issues/85) in function host repository.

New Feature
reviewed