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

### Investigative information ###### Please provide the following: - Timestamp: Tue 20 Sep 2022 16:43:04 IST - Function App name: locally testing in VSCode - Core Tools version: 4.0.4736 ###...

needs-triage (functions)

#### Check for a solution in the Azure portal For issues in production, please check for a solution to common issues in the Azure portal before opening a bug. In...

new feature

## Description Adding support for Python 3.11 Fixes # --- ### PR information - [ ] The title of the PR is clear and informative. - [ ] There are...

I am using azure function for one of our python function. We are using eventloop as described in [document](https://docs.microsoft.com/en-us/azure/azure-functions/python-scale-performance-reference#managing-event-loop). Below is sample of `__init__.py` ``` from typing import List import...

feedback-needed

### Investigative information Investigate Python language worker tests failures in Functions V3 for 9/20/22 Here is the link to the pipeline executions with the test failures: https://azfunc.visualstudio.com/Azure%20Functions/_build/results?buildId=96327&view=ms.vss-test-web.build-test-results-tab ![image](https://user-images.githubusercontent.com/12720858/191634389-d402a4e9-8352-4d89-8a66-4ddc0d4d6e92.png)

needs-triage (functions)

**Announcement:** We have identified an issue with a subset of python functions apps which have imported libraries like python-dotenv are seeing an error with functions runtime 4.9.1 and above. The...

announcement

#### What binding does your question apply to, if any? (e.g. Kafka trigger for event hubs) #### Question Please find below the summary of the issue - What we are...

needs-triage (functions)

Following the [official guide ](https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-event-hubs-trigger?tabs=in-process%2Cfunctionsv2%2Cextensionv5&pivots=programming-language-python), I am creating an event hub trigger in python. Used VSCode azure extension to create a new function app in python with event hub trigger....

event-hub
investigating

Azure FUnction Essentials - Operating System: Linux Runtime version: 4.31.1.1 #### Question I have been working with Azure functions for a while, and they have been working as expected so...

## Description - allows new TypedData object of "model_binding_data" - imports base library & creates sdk bindings registry if needed - checks defined type to see if should assign ClientConverter...