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

## Description Installing dependencies for docker tests. Everything in install_requires will be installed Fixes # --- ### PR information - [ ] The title of the PR is clear and...

Logs show `Customer packages not in sys path. This should never happen!`. This is shown on a new and unmodified Azure Functions project. ``` Installing collected packages: azure-functions Successfully installed...

Needs: Triage (Functions)

Create type v1 or v2: v2 App kind (linux/windows, code/container): linux If code, which runtime stack: python/node Create template: Queue trigger, ServiceBus Queue trigger, ServiceBus Topic trigger, Blob trigger, EventHub...

Needs: Triage (Functions)

On https://learn.microsoft.com/en-us/azure/azure-functions/create-first-function-cli-python?tabs=linux%2Cbash%2Cazure-cli%2Cbrowser#create-a-local-function it is explained that a new function can be created with the command ```func new --name HttpExample --template "HTTP trigger" --authlevel "anonymous"```. However, this executing this command generates...

bug

## Description We are planning to support auto instrumentation of [Azure monitor distro](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-monitor-opentelemetry#azure-monitor-opentelemetry-distro-client-library-for-python) for azure functions. This allows automatic collection of telemetry using OpenTelemetry apis/sdks in users applications in azure...

## Description Python 3.11+ introduced a `context` parameter that can be passed when creating a task. This change enables the `ContextEnabledTask` class to accept this parameter. Since the param is...

### Expected Behavior Hello everyone, I have some azure functions that were working for long time and now they stopped, also locally they work fine, so I tried to investigate...

bug
python

Problem: When FileStorage.save() is called a second time, it saves 0 bytes into a file because its underlying stream is used up. Expected: Raises an error when called more than...

needs-attention :wave:

### Expected Behavior Python 3.11 allows for a named `context` parameter to be passed in when constructing a task (https://github.com/python/cpython/blob/3.11/Lib/asyncio/tasks.py#L106). However, the task factory that creates a `ContextEnabledTask` inside of...

bug
python

### Expected Behavior 1. Triggering an event hub triggered function with cardinality MANY locally via HTTP should pass a list of EventHubEvent to the function. 2. Type hints should not...

bug
python