The host/runtime that powers Azure Functions
Перейти к файлу
Fabio Cavalcante e3329078f4
Ensuring JobHost restart suppresion aligns with request lifecycle (#10638)
2024-11-18 13:38:59 -08:00
.github Add workflow to review PR dependencies (#10577) 2024-10-30 08:59:57 -07:00
.vscode Regenerate .gitignore via dotnet cli (#10203) 2024-06-04 15:01:33 -07:00
benchmarks Worker termination path update (#10367) 2024-08-13 12:07:40 -07:00
build Add SiteExtension.proj to replace build-extension.ps1 (#10168) 2024-11-14 09:38:18 -08:00
eng Use IsPackable for ZipPublish.targets (#10636) 2024-11-14 11:27:09 -08:00
sample Bump cookie and express in /sample/CustomHandlerRetry (#10525) 2024-10-16 12:10:15 -07:00
schemas/json
src Ensuring JobHost restart suppresion aligns with request lifecycle (#10638) 2024-11-18 13:38:59 -08:00
test Scope ScriptJwtBearerHandler logs to system-only (#10617) 2024-11-14 22:40:02 -08:00
tools
.editorconfig
.gitattributes
.gitignore Regenerate .gitignore via dotnet cli (#10203) 2024-06-04 15:01:33 -07:00
.sscignore
CODEOWNERS Add SiteExtension.proj to replace build-extension.ps1 (#10168) 2024-11-14 09:38:18 -08:00
CONTRIBUTING.md
CodeQL.yml Add CodeQL.yml to ignore worker packages (#10316) 2024-07-25 08:56:58 -07:00
CustomDictionary.xml
Directory.Build.props Use IsPackable for ZipPublish.targets (#10636) 2024-11-14 11:27:09 -08:00
Directory.Build.targets Add SiteExtension.proj to replace build-extension.ps1 (#10168) 2024-11-14 09:38:18 -08:00
Dockerfile
LICENSE.txt
LICENSE_APACHE.txt
NuGet.config
README.md Update build status badges (#10280) 2024-07-24 13:52:52 -07:00
SECURITY.md
WebJobs.Script.sln
check.ps1
dotnet-install.sh
global.json
omnisharp.json
release_notes.md Ensuring JobHost restart suppresion aligns with request lifecycle (#10638) 2024-11-18 13:38:59 -08:00
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.