Filipe Farinha
Filipe Farinha
**Is your feature request related to a problem? Please describe.** On Azure Function App, the first time a function runs there will be some startup logs coming from "org.springframework.cloud.function.utils.FunctionClassUtils" to...
When using the feature that some functions triggers implement, of allowing to received data as POJO ([like Event Grid trigger ](https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-grid-trigger?tabs=in-process%2Cextensionv3&pivots=programming-language-java#event-grid-trigger-pojo-parameter) ) we found that we cannot deserialize the JSON...
**Issue**: The function execution duration metric currently includes the time taken to receive the HTTP body/payload. In scenarios where the client has a slow network (e.g., sending a large file),...
The following PR aims to provide clarity on the valid timeout values syntax that can be defined to avoid confusion. As an example to set a 24 hours timeout one...