Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Azure/azure-functions-host
The host/runtime that powers Azure Functions
https://github.com/Azure/azure-functions-host
azure azure-functions azure-webjobs-sdk serverless
Last synced: about 2 months ago
JSON representation
The host/runtime that powers Azure Functions
- Host: GitHub
- URL: https://github.com/Azure/azure-functions-host
- Owner: Azure
- License: mit
- Created: 2015-09-15T21:48:19.000Z (over 9 years ago)
- Default Branch: dev
- Last Pushed: 2024-10-28T23:17:27.000Z (2 months ago)
- Last Synced: 2024-10-29T15:07:03.535Z (2 months ago)
- Topics: azure, azure-functions, azure-webjobs-sdk, serverless
- Language: C#
- Homepage: https://functions.azure.com
- Size: 95.9 MB
- Stars: 1,939
- Watchers: 180
- Forks: 441
- Open Issues: 1,475
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
![Azure Functions Logo](https://raw.githubusercontent.com/Azure/azure-functions-cli/master/src/Azure.Functions.Cli/npm/assets/azure-functions-logo-color-raster.png)
|Branch|Status|
|---|---|
|dev|[![Build Status](https://dev.azure.com/azfunc/public/_apis/build/status%2Fazure%2Fazure-functions-host%2Fhost.public?repoName=Azure%2Fazure-functions-host&branchName=dev)](https://dev.azure.com/azfunc/public/_build/latest?definitionId=377&repoName=Azure%2Fazure-functions-host&branchName=dev)|
|in-proc|[![Build Status](https://dev.azure.com/azfunc/public/_apis/build/status%2Fazure%2Fazure-functions-host%2Fhost.public?repoName=Azure%2Fazure-functions-host&branchName=in-proc)](https://dev.azure.com/azfunc/public/_build/latest?definitionId=377&repoName=Azure%2Fazure-functions-host&branchName=in-proc)|
|release/4.x|[![Build Status](https://dev.azure.com/azfunc/public/_apis/build/status%2Fazure%2Fazure-functions-host%2Fhost.public?repoName=Azure%2Fazure-functions-host&branchName=release%2F4.x)](https://dev.azure.com/azfunc/public/_build/latest?definitionId=377&repoName=Azure%2Fazure-functions-host&branchName=release%2F4.x)|
|release/in-proc|[![Build Status](https://dev.azure.com/azfunc/public/_apis/build/status%2Fazure%2Fazure-functions-host%2Fhost.public?repoName=Azure%2Fazure-functions-host&branchName=release%2Fin-proc)](https://dev.azure.com/azfunc/public/_build/latest?definitionId=377&repoName=Azure%2Fazure-functions-host&branchName=release%2Fin-proc)|Azure Functions Host
===This repo contains code for the runtime host used by the [Azure Functions](https://docs.microsoft.com/en-us/azure/azure-functions/) service. The Azure Functions runtime builds upon the [Azure WebJobs SDK](https://github.com/Azure/azure-webjobs-sdk) to provide a hosting platform for functions written in many different [languages](https://docs.microsoft.com/en-us/azure/azure-functions/supported-languages) and supporting a wide variety of [triggers and bindings](https://docs.microsoft.com/en-us/azure/azure-functions/functions-triggers-bindings?tabs=csharp#supported-bindings).
### License
This project is under the benevolent umbrella of the [.NET Foundation](http://www.dotnetfoundation.org/) and is licensed under [the MIT License](LICENSE.txt)
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
### Questions
See the [getting help](https://github.com/Azure/azure-webjobs-sdk-script/wiki#getting-help) section in the wiki.