azure-functions-python-worker
azure-functions-python-worker copied to clipboard
Python worker for Azure Functions.
```[tasklist] ### Tasks ```
We have encountered an issue when using version 4 of the azure-functions-python-worker package. The problem occured when the python function crashed during startup, due to an import error, which was...
### Investigative information ###### Please provide the following: - Timestamp: 2023-04-05 10:04 - Function App name: hoiaipocnonprdeuwfacdc - Function name(s) (as appropriate): cdc - Core Tools version: 4.0.5095 ### Repro...
We do not have any public documentation that describes how to fix this error. After we have this new doc, we will create an aka link and update the error...
### Investigative information ###### Please provide the following: - Timestamp: 2023-06-28 08:58:35.849 - Function App name: https://raster.azurewebsites.net - Function name(s) (as appropriate): http_app_func - Core Tools version: 4.0.5095 - Invocation...
### tldr: I am looking for a way to successfully remotely debug a python function running in an azure function app instance ---- I wish to be able to connect...
Input and output bindings are great abstractions for those who want to avoid using clients. Unfortunately, there are still cases where you are forced to use a client. Take for...
We're using Python 3.9 Azure Functions with http-trigger in a premium plan and maximum burst set to 10. This is the host.json file `{ "version": "2.0", "logging": { "applicationInsights": {...