GitXplorerGitXplorer
A

azure-functions-host

public
1921 stars
442 forks
1464 issues

Commits

List of commits on branch dev.
Verified
3df057334fb26fe9a9d3f7a87d2b62d107bff2e4

Adding min version requirements for flex consumption (#10290)

ssoninaren committed a day ago
Verified
91e0bf7eca21fb9bb380450cf9d148745b0f4870

Update Node.js Worker Version to 3.10.1 (#10466)

eejizba committed 6 days ago
Verified
f58df65944a2eca87c7ce0e837b2141f4b0a95bf

preventing placeholder hosts from draining worker console logs (#10345)

bbrettsam committed 8 days ago
Verified
04cfe08b2a7cc0b0ef49dd4d40eb40650381f28d

Sanitize exception logs (#10443)

ssurgupta-msft committed 9 days ago
Verified
aa332f6c72c0b87ec83dec5bb7b9ac24d9947229

JIT Trace - 4.1036.2 using DEV as base (#10460)

vv-imohammad committed 10 days ago
Verified
48505fdf5eddcab71e54664f9c95d305ac8f4843

Skip validation of `FUNCTIONS_WORKER_RUNTIME` with function metadata in placeholder mode (#10459)

kkshyju committed 10 days ago

README

The README file for this repository.

Azure Functions Logo

Branch Status
dev Build Status
in-proc Build Status
release/4.x Build Status
release/in-proc Build Status

Azure Functions Host

This repo contains code for the runtime host used by the Azure Functions service. The Azure Functions runtime builds upon the Azure WebJobs SDK to provide a hosting platform for functions written in many different languages and supporting a wide variety of triggers and bindings.

License

This project is under the benevolent umbrella of the .NET Foundation and is licensed under the MIT License

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Questions

See the getting help section in the wiki.