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

## Description Draft PR to show changes to add http v2 support in worker. Tested manually working. Not intended for merge. Fixes # --- ### PR information - [ ]...

### Investigative information ###### Please provide the following: - Timestamp: 2023-08-28T22:49:33+00:00 - Function App name: - Function name(s) (as appropriate): - Core Tools version: 4.0.5274 ### Repro steps ###### Provide...

Needs: Triage :mag:

Refer this SO Thread and my answer - https://stackoverflow.com/questions/76458717/why-is-the-functions-runtime-not-finding-my-functions-when-i-import-certain-pack/76463210?noredirect=1#> The Azure python Function with V2 programming model including external packages and imports in function_app.py works locally, But when I deploy...

needs-attention :wave:

### Investigative information Func version: 4.0.5390 Python version: 3.10.11 Extension bundle: v4 Repros with both programming model V1 & V2 ### Repro steps 1. Create a Python Functions project 2....

Needs: Triage (Functions)

Hi I am facing the below error when attempting to run an azure function locally and I'm unsure how to proceed. Have seen other threads where the error has gone...

Needs: Triage (Functions)

### Investigative information - Timestamp: 2024-03-05 11:00:00 - Core Tools version: 4.0.5455 ### Repro steps 1 - Define a function using the V2 python model and blueprints: ``` import azure.functions...

needs-attention :wave:

### Investigative information **EDIT: See comment after this one but I also observe high memory locally, not just in K8s.** This is a bit of an odd one but I...

## Description Fixes https://github.com/Azure/azure-functions-sql-extension/issues/936 Adding a test for sql input, output, and trigger. --- ### PR information - [ ] The title of the PR is clear and informative. -...

If `environment.yaml` is present, `conda install` the dependencies instead of pip install-ing them.

feature

### Investigative information - Timestamp: 2024-02-05T08:28:51.887Z - Core Tools version: 4.0.5455 ### Repro steps 1. Create Azure Functions Python V2 docker template 2. Create AsgiFunctionApp using FastAPI 3. Add any...

pending-release