Andreas Motl
Andreas Motl
Hi again, I believe I should share some more background where we are aiming at. Originally, I've misplaced that within https://github.com/Azure/azure-functions-host/pull/6603#issuecomment-707946805 and https://github.com/Azure/azure-functions-host/pull/6603#issuecomment-708034127. We are currently looking into running full...
Hi again, despite learning that the `endtoend` integration tests within this repository indirectly invoke an Event Hubs Trigger using a HTTP Trigger, I would like to share some resources where...
Dear Tadas, > I think that I found the "magic" format that needs to be submitted through the POST call. > The escaped JSON string must include a `"SystemProperties":{}` object....
Dear Tadas, we translated the `curl` request to an invocation using [HTTPie](https://httpie.org/) and it works like a treat (this saves us from having to escape the JSON payload on the...
Dear @stefanushinardi, @anirudhgarg, @anthonychu and @Hazhzeng, may I humbly suggest to add the outcome of this research by @kepalas to the aforementioned documentation at [Passing test data to a function...
Hi there, it would also be nice to see **output binding** templates all across the board, if that actually makes sense. In order to outline more details about what we...
Hi again, as a followup to #764, we are trying to figure out how to submit a **list of events**, reflected by a binding attribute **`"cardinality": "many"`** within `function.json` like...
> one would have to somehow submit data of type `collection_bytes` or `collection_string` instead of `string`, `bytes` or `json` According to [`EventHubTriggerConverter.decode_multiple_events()`](https://github.com/Azure/azure-functions-python-library/blob/1.3.0/azure/functions/eventhub.py#L148-L150), it should be possible to submit data of...
Thank you René! So let's keep this issue open as a reminder to improve the documentation correspondingly?
Hi again, we also submitted this patch to https://github.com/onegreyonewhite/pytimeparse2/pull/1, where @onegreyonewhite seems to have taken over maintenance of this fine package. With kind regards, Andreas.