microsoft / storage-as-a-service

MIT License
12 stars 9 forks source link

Use .NET Health Checks for dependencies #162

Open SvenAelterman opened 1 year ago

SvenAelterman commented 1 year ago

https://learn.microsoft.com/aspnet/core/host-and-deploy/health-checks?view=aspnetcore-6.0

Basic Sample: builder.Services.AddHealthChecks(); and app.MapHealthChecks("/health");

Third-party library for dependencies: https://github.com/Xabaril/AspNetCore.Diagnostics.HealthChecks

SvenAelterman commented 1 year ago

Tutorial video (Nick Chapsas): https://www.youtube.com/watch?v=p2faw9DCSsY