azure-functions-python-worker icon indicating copy to clipboard operation
azure-functions-python-worker copied to clipboard

Python worker for Azure Functions.

Results 217 azure-functions-python-worker issues
Sort by recently updated
recently updated
newest added

Docs update needed for following triggers/bindings: Table Warmup Trigger SB Queue Output ```[tasklist] ### Tasks - [ ] Retry Policy Examples for ProgModelv2 - [ ] WarmUp Trigger Examples for...

documentation

#### Question Ultimately, all I really want to be able to do is something like: ```python root_logger = logger.getLogger() child_logger = logger.getLogger("some_child_module") root_logger.info("a root log") child_logger.info("a child log") ``` and...

needs-attention :wave:

When function is configured with OTEL using: ```python from azure.monitor.opentelemetry import configure_azure_monitor configure_azure_monitor() ``` duplicated (4x) logs are sent to application insights. It seems like using env variable `APPLICATIONINSIGHTS_CONNECTION_STRING` is...

### Investigative information ###### Please provide the following: - Timestamp: 2023-09-17T03:40:59.012Z - Function App name: functionapp - Function name(s) (as appropriate): DaprCronBindingTrigger - Core Tools version: 4.0.5312 ### Repro steps...

### Investigative information ###### Please provide the following: - Timestamp: Nov 22, 2023 - Function App name: running locally (reproduction of a production issue) - Function name(s) (as appropriate): see...

### Investigative information ### Repro steps ###### Provide the steps required to reproduce the problem: Example: 1. Create a FN App with below code:``` ``` import azure.functions as func #import...

needs-triage (functions)

This is a known issue apparently. There is a warning about it in the documentation [here](https://learn.microsoft.com/en-us/azure/azure-functions/disable-function?tabs=portal). > At this time, function names that contain a hyphen (-) can't be disabled...

docs

### Issue Background We've recently identified a critical issue related to the worker environment reload and Azure Function initialization process. This issue has been going on for some time, and...

announcement

### Background Recently, we upgraded [`grpcio`](https://pypi.org/project/grpcio/) and [`grpcio-tools`](https://pypi.org/project/grpcio-tools/) versions to [1.54.2](https://github.com/grpc/grpc/releases/tag/v1.54.2) in the Python worker, which updated the internal [`protobuf`](https://pypi.org/project/protobuf/) to 4.22. This was done to multiple CVEs reported and...

announcement

We are seeing the following issue in the CI runs in the `test_blob_trigger_with_large_content` test. Investigate and fix this. Example run is [here](https://github.com/Azure/azure-functions-python-worker/actions/runs/6500784254/job/17662067189) ```python [gw0] FAILED tests/endtoend/test_blob_functions.py::TestBlobFunctions::test_blob_trigger_with_large_content ____________ TestBlobFunctions.test_blob_trigger_with_large_content ____________ [gw0]...