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

Python worker for Azure Functions.

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

### Background Python Azure Function apps on runtime version 4.1038 on Linux Consumption that are pinned to `Flask= 3.0`

announcement

I have a blob-triggered Azure function, which is deployed on AKS with keda scaling based on the blob entries. I used Azure/azure-functions-host#10624 to make each function accept only one blob...

needs-attention :wave:

### Binding Type Both ### Expected Behavior Currently Azure Function trigger like Event Hub, Queue trigger, etc, support Connection strings, Managed Identity. However, it does not support Federated Credentials which...

needs-attention :wave:
feature
python

I am experiencing a deployment issue with my Azure Function where the teradatasqlalchemy module is not recognized during deployment, despite working correctly locally. The error messages are as follows: `2025-03-07T09:51:43Z...

### Expected Behavior The event grid output binding should have published the event to the namespace topic. ### Actual Behavior I have created a Namespace Topic in Event Grid and...

bug
Needs: Attention :wave:
python

### Expected Behavior Context should be propagated as soon as possible to make all logs generated by function invocation have a valid _Operation Id_ in Application Insights. Thus: 1. `self.configure_opentelemetry(fi_context)`...

bug
python

### Expected Behavior When using the `start_from_time` and `start_from_beginning` parameters, no typing errors should occur. ### Actual Behavior These fields (`start_from_time` and `start_from_beginning` ) are both typed as `Optional[time]`. It...

bug
needs-attention :wave:
python