azure-functions-java-worker
azure-functions-java-worker copied to clipboard
Java runtime and core types for Microsoft Azure Functions
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)
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...
- Azure CLI creation - Event Hubs and Cosmos DB - Maven deploy - Execute Good to have: - App Insights - DevOps - Link to how to manage secrets
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...
Quick start and developer guide Sample code for top triggers and bindings
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...
A [similar issue](https://github.com/Azure/azure-functions-host/issues/85) in function host repository.