wangbill
wangbill
### Issue describing the changes in this PR resolves #issue_for_this_pr ### Pull request checklist * [ ] My changes **do not** require documentation changes * [ ] Otherwise: Documentation issue...
## Description Fixes # --- ### PR information - [ ] The title of the PR is clear and informative. - [ ] There are a small number of commits,...
**Announcement**: Azure python function apps pinning protobuf package to v4.x.x directly or indirectly (ex. use another library which requires protobuf v4) malfunction as protobuf v4.x.x introduces breaking changes **Problem:** There...
For TimerTrigger, in bindings.json, runOnStartup and useMonitor are not present but they are present in https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-timer?tabs=csharp Unsure what other bindings may be out of sync with documentation. Please investigate.
## Description Draft PR to show changes to add http v2 support in worker. Tested manually working. Not intended for merge. Fixes # --- ### PR information - [ ]...
Introducing a new flag named **PYTHON_ENABLE_DEPENDENCY_LOG_FILTERING_MODULES** which customers can use to specify list of function app modules(like function_app, or blueprint modules) to receive logs from. The feature is only supported...
fixes https://github.com/Azure/azure-functions-python-worker/issues/1437 asgi encoding reference (https://asgi.readthedocs.io/en/latest/specs/www.html#wsgi-encoding-differences)