ASP.Net Core health check – checking external integrated system
Last post, I showed how to add simple health check for your own system in ASP.Net Core. However, if your system integrates with a third party system, you might want to also check if their system is healthy. ASP.Net Core makes it simple to add more complex health check such as checking external system by … [Read more…]