# azure-functions-host **Repository Path**: mirrors_Azure/azure-functions-host ## Basic Information - **Project Name**: azure-functions-host - **Description**: The host/runtime that powers Azure Functions - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![Azure Functions Logo](https://raw.githubusercontent.com/Azure/azure-functions-cli/main/eng/tools/publish-tools/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 [opencode@microsoft.com](mailto:opencode@microsoft.com) 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.