azure-functions-python-worker icon indicating copy to clipboard operation
azure-functions-python-worker copied to clipboard

Python worker for Azure Functions.

Results 199 azure-functions-python-worker issues
Sort by recently updated
recently updated
newest added

If you write a python function using the WSGI support and then raise an error from the flask app, the error is not reported correctly. Steps to reproduce: 1. Make...

needs-investigation

**Announcement**: Azure python function apps pinning protobuf package to v4.x.x directly or indirectly (ex. use another library which requires protobuf v4) malfunction as protobuf v4.x.x introduces breaking changes **Problem:** There...

announcement

I'd like to be able to return the result of my kafka event processor and avoid using `func.Out` if possible. I have a `function.json` which is setup like this: ```json...

needs-investigation

## Description Fixes # --- ### PR information - [ ] The title of the PR is clear and informative. - [ ] There are a small number of commits,...

dev-branch

## Description Fixes # --- ### PR information - [ ] The title of the PR is clear and informative. - [ ] There are a small number of commits,...

### Investigative information ###### Please provide the following: In GitHub, azure-functions-python-library 1.11.0 is categorized as Pre-release. https://github.com/Azure/azure-functions-python-library/releases/tag/1.11.0 But, according to [PEP 440](https://peps.python.org/pep-0440/), the version name `1.11.0` doesn't contain [Pre-release separators](https://peps.python.org/pep-0440/#pre-release-separators)...

needs-triage (functions)

https://github.com/Azure/azure-functions-python-worker/blob/dev/azure_functions_worker/dispatcher.py#L41-L47 If Python 3.6 is now dropped. This code should be removed and it will get rid of a redirected global lookup

in-progress

### Investigative information ###### Please provide the following: - Timestamp: 5/6/2020 - Function App name: fa-clipy - Function name(s) (as appropriate): **http** - Core Tools version: ### Repro steps ######...

new feature

My team has created an Azure function and successfully deployed it using VS Code. However, we want to set it up to build and deploy through Azure DevOps, in order...

There are some scenarios when we need to output several files from Azure function into blob storage. In this case, it would be convenient to be able to bind to...

needs-investigation