azure-functions-python-worker
azure-functions-python-worker copied to clipboard
Python worker for Azure Functions.
Describe the request: A clear and concise description. Well, make Azure Functions compatible with Python 3.13 :) Also, see #1397
## 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...
Addressing Limitations in Python Function Execution Model with Asyncio Event Loop in Azure Functions
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...
### 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...
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)....
### 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. ###...
### 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...
### 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...