Xabaril / AspNetCore.Diagnostics.HealthChecks

Enterprise HealthChecks for ASP.NET Core Diagnostics Package
Apache License 2.0
4.1k stars 798 forks source link

Azure App Configuration Health Check #1416

Open MarcelMichau opened 2 years ago

MarcelMichau commented 2 years ago

What would you like to be added:

Support for Azure App Configuration

Why is this needed:

Azure App Configuration provides a central configuration store for applications. It would be nice to have a health check for App Configuration similar to Azure Key Vault.

I've attempted implementing an App Configuration health check package in this fork which is based heavily on the Key Vault health check. I didn't want to issue a PR unless this is something that would be of interest.

Keen to hear thoughts!

abhinavgalodha commented 1 year ago

I definitely see a value in adding the new package for Azure app configuration similar to the existing Key vault. @MarcelMichau @sungam3r

sungam3r commented 1 year ago

PR is welcome.

pmeems commented 9 months ago

I'm interested in a package for Azure App Configuration as well.