azure-functions-python-library
azure-functions-python-library copied to clipboard
Azure Functions Python SDK
### Investigative information ###### Please provide the following: IcM: 283549053 has an impacted function app with relevant detail ### Repro steps 1. Create a Function App that triggers off a...
The standard library `json` module is the slowest of the json encoders. ujson is 10-20x faster at encoding and decoding, especially for large datasets. This PR moves the `json` imports...
### Description `InputStream` inherits from `BufferedIOBase` which defines a `read1` method to return an arbitrary amount of bytes instead of everything till EOF. libraries like `pandas` provide functions to read...
I'm attempting write a simple Azure Function that reads an XML file sent in using multipart/form-data as seen in the below curl sample (the file is about 7.5MB). ``` curl...
I am not sure if this is intentional but if a message contains an "Id" field it seems to be used as the `id` property in `QueueMessage`. I assume that...
We're using this diff to work with a [stac-fastapi](https://github.com/stac-utils/stac-fastapi) app that needs to set up and tear down a DB connection for each request. I'm not sure how generic this...
**Please report the issue to Azure/azure-functions-python-worker via the following link: https://github.com/Azure/azure-functions-python-worker/issues/new?assignees=&labels=&template=bug_report.md&title=%5BBUG%5D+Bug+Title** I have successfully created Azure Python Function V2, I am able to successfully launch the Azure Function from Terminal...
fixes https://github.com/Azure/azure-functions-python-worker/issues/1437 asgi encoding reference (https://asgi.readthedocs.io/en/latest/specs/www.html#wsgi-encoding-differences)