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

Describe the request: A clear and concise description. Well, make Azure Functions compatible with Python 3.13 :) Also, see #1397

feature
python

## Description this adds the sigterm handler to gracefully shutdown the python worker and exit with successful code(0). Context can be traced in https://teams.microsoft.com/l/message/19:[email protected]/1726245777081?tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47&groupId=201c2bb2-812d-4986-ac92-9bfad0d6cc59&parentMessageId=1726245777081&teamName=Azure%20Functions%20Team&channelName=Servicing%20-%20Sev2s%2C%20CRIs%20and%20general%20guidance&createdTime=1726245777081 --- ### PR information - [...

### Expected Behavior I'm using Azure Functions to deploy a Python 3.11 function app on Linux environment in Europe West. The function app works flawlessly when running on consumption service...

bug
python

Description: We have identified foundational limitations in the Python function execution model within the Azure Functions Python Worker that have impacted multiple durable Python customers. The current model runs all...

feature
python

### Expected Behavior The ASGI Spec states that contents of the lifespan startup's `scope.state` dict is stored by the ASGI server, and the state is added to any subsequent ASGI...

bug
python

Issue originally posted in https://github.com/Azure/azure-sdk-for-python/issues/36442 by @will-0. ### Type of issue Typo ### Description There's no documentation for attributes of the HTTPRequest file attributes (or other attributes, for that matter)....

docs

### Expected Behavior We need to deploy a custom cert in the root bundle. REQUESTS_CA_BUNDLE works locally but when deployed on Azure Environment, the custom bundle is not loaded. ###...

bug
python

### Version 4.0.5801 ### Description Building Azure Functions packages fails when using packages that rely on cffi (e.g. azure-identity). I am trying to deploy code to function apps through Bicep...

Needs: Attention :wave:

### Binding Type _No response_ ### Expected Behavior I am looking for a place to centralize the exception handling. For example, to log all exceptions with the invocation id and...

needs-attention :wave:
feature
python