azure-functions-python-worker
azure-functions-python-worker copied to clipboard
Python worker for Azure Functions.
#### Is your question related to a specific version? If so, please specify: #### What binding does your question apply to, if any? (e.g. Blob Trigger, Event Hub Binding, etc)...
## Description Implicit output is now enabled for generic bindings, so the worker needs to support returning the same python types as it did when implicit output wasn't enabled. The...
## Description Separates the E2E test script into 3 different scripts: functions worker process count & threadpool thread count tests, E2E tests, and deferred bindings tests. All the tests will...
Can you make a blob triggered azure function app that only binds the filename, not the whole blob?
#### Is your question related to a specific version? If so, please specify: No #### What binding does your question apply to, if any? (e.g. Blob Trigger, Event Hub Binding,...
### Investigative information ###### Please provide the following: - Timestamp: April 29th - Function App name: functionapp-test-dotenv - Function name(s) (as appropriate): main - Core Tools version: 4.0.5611 ### Repro...
## Description This PR refactors the python worker nuget package targets as follows: 1. Removes current custom targets/properties 1. Properties, items, targets all share the same global namespace. Naming these...
I am looking at the documentation for Web PubSub and more precisely [Tutorial: Create a serverless real-time chat app with Azure Functions and Azure Web PubSub service](https://learn.microsoft.com/en-us/azure/azure-web-pubsub/quickstart-serverless?tabs=javascript-v4). There I want...
My question is the same as #1426, but i want to confirm this use case will be covered: addressing the limitation in this line of code: `b''.join(self._buffer)` https://github.com/Azure/azure-functions-python-library/blob/31f3d426fb0942af256ab4c8b348d580c274134a/azure/functions/_http_wsgi.py#L137-L145 ```python def...
I created new python V2 function Http Trigger using Visual Studio Code. I have not touched the auto generated code, just deployed it. Then from Azure Logic App, i tried...
## Description * Cache pip installed packages in major pipelines which get invalidated if setup.py changes or date is different. * Test run pipelines - on average saved over 1min...