Skip to content

alanta/FunctionHealth

Repository files navigation

Health checks for Azure Functions

Health checks don't work in Azure functions, right? Well they do, kinda. You can use the many Healthchecks available for ASP.NET Core with functions using a little hack and by replacing the HealthCheckMiddleware with a function.

Warranty

None. We're relying on ASP.NET internals to make this work.

About

Standard ASP.NET Core Health Checks for Azure Functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages