azure-functions-python-worker
azure-functions-python-worker copied to clipboard
Python worker for Azure Functions.
### Investigative information ###### Please provide the following: - Timestamp: started around may 10 20:43 UTC - Function App name: prd-modelo-preditivo(staging) hml-modelo-preditivo(staging) ### Repro steps ###### Provide the steps required...
### Investigative information ###### Please provide the following: Functions with the same defined function name can be created and deployed. This should not be supported. ### Repro steps ###### Provide...
### Expected Behavior When using identity-based connection settings it should use the managed identity auth method. ### Actual Behavior It tries to use the connection string method and fails because...
### Expected Behavior add func.Context as argument to http trigger blueprint function Context has invocation_id to identify the request ### Actual Behavior Exception is thrown System.Private.CoreLib: Exception while executing function:...
### Expected Behavior When creating a python azure function with a timer trigger, I suspect that it will run on schedule. VS Code extension version: 1.15.4 Local azure-functions version: 1.21.3...
## Description Testing improvements / fixes: - Pinning to extension versions while running tests. This ensures that we're running our tests using the latest extension versions, regardless of if it's...
### Expected Behavior If you want to use [managed identity](https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-hubs-trigger?tabs=python-v2%2Cisolated-process%2Cnodejs-v4%2Cfunctionsv2%2Cextensionv5&pivots=programming-language-python#identity-based-connections) for a function to have a trigger binding for event hub you can do: Python ```Python bp = func.Blueprint() consumergroup...
## Description Converts blob, table, queue, generic, and event hub tests to run using emulators. Updates CODEOWNERS file, adds retries for flaky unit tests. - Adds a new workflow for...
## Description Fixes # --- ### PR information - [ ] The title of the PR is clear and informative. - [ ] There are a small number of commits,...
## Description This adds new app settings to enable customers to see worker eventloop debug logs and warnings will be logged from eventloop to report any "slow" tasks running over...