The host/runtime that powers Azure Functions
Перейти к файлу
Eric Jizba 91e0bf7eca
Update Node.js Worker Version to 3.10.1 (#10466)
2024-09-13 13:33:37 -07:00
.github
.vscode
benchmarks
build
eng
sample
schemas/json
src
test
tools
.editorconfig
.gitattributes
.gitignore
.sscignore
CODEOWNERS
CONTRIBUTING.md
CodeQL.yml
CustomDictionary.xml
Directory.Build.props
Directory.Build.targets
Dockerfile
LICENSE.txt
LICENSE_APACHE.txt
NuGet.config
README.md
SECURITY.md
WebJobs.Script.sln
check.ps1
dotnet-install.sh
global.json
omnisharp.json
release_notes.md
src.ruleset
stylecop.json

README.md

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.