Azure Functions
The host/runtime that powers Azure Functions observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 86
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 1.5
- age_days: 4005
- days_rel: 12
- days_push: 7
- n_releases_24m: 95
Adoption not part of the score
2020 stars · 483 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Azure Functions is Microsoft's serverless, event-driven compute platform, and this repo contains the open-source runtime host that executes functions in many languages. It builds on the Azure WebJobs SDK to provide triggers and bindings for events like HTTP requests, timers, queues, and blobs.
Use cases
- run serverless functions on azure
- build event-driven http apis without managing servers
- process queue and blob events with functions
- run scheduled cron jobs in the cloud
- host functions locally for development and testing
- extend the azure functions runtime with custom triggers
When to choose
- you want event-driven, pay-per-execution compute on Azure
- you need multi-language function support with rich triggers and bindings
- you want to self-host or debug the functions runtime locally
- you are already invested in the Azure ecosystem
When to avoid
- you need a cloud-agnostic or fully self-hosted serverless platform like Knative or OpenFaaS
- you want long-running, always-on workloads better suited to VMs or containers
- you prefer a non-Azure cloud such as AWS Lambda or Google Cloud Functions
Facets
framework · maturity active
serverless http-server workflow-automation scheduling webhook sdk cloud-computing backend apis cloud cross-platform dotnet self-hosted azure functions-as-a-service event-driven triggers-and-bindings webjobs-sdk microsoft faas devops automation docker
10 sources
- readme: https://github.com/Azure/azure-functions-host · fetched 2026-08-28 · 375a9282561e
- homepage: https://functions.azure.com · fetched 2026-08-29 · 99449b133d7e
- site_page: https://azure.microsoft.com/en-us/pricing · fetched 2026-08-29 · 5c0ba059fc5c
- site_page: https://azure.microsoft.com/en-us/pricing/purchase-options/azure-account · fetched 2026-08-29 · 159454721c0e
- site_page: https://azure.microsoft.com/en-us/pricing/free-services · fetched 2026-08-29 · 5048ccf63380
- site_page: https://azure.microsoft.com/en-us/pricing/purchase-options · fetched 2026-08-29 · bfb047f6ea26
- site_page: https://azure.microsoft.com/en-us/pricing/offers/savings-plans · fetched 2026-08-29 · 6e9672fd6940
- site_page: https://azure.microsoft.com/en-us/pricing/offers/reservations · fetched 2026-08-29 · 8216650b2d5f
- site_page: https://azure.microsoft.com/en-us/pricing/calculator · fetched 2026-08-29 · 73898700cc14
- site_page: https://azure.microsoft.com/en-us/pricing/offers/hybrid-benefit · fetched 2026-08-29 · 838763facee0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Azure/azure-functions-host | main | 95 |
| Azure/azure-functions-core-tools | plugin | 99 |
| Azure/Azure-Functions | docs | 32 |
For agents
markdown · JSON · MCP: product_card(name="Azure/azure-functions-host")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem