ASP.NET API Health Check – How to make sure your APIs are up and running



ASP.NET API Health Check – How to make sure your APIs are up and running

ASP.NET API Health Check - How to make sure your APIs are up and running

ASP.NET Core offers Health Checks Middleware and libraries for reporting the health of app infrastructure components. Health checks are exposed by an app as HTTP endpoints. Health check endpoints can be configured for various real-time monitoring scenarios:

In this video we review
0:00 How to Create a New .NET 6 API Project
0:55 Understanding the Program.cs File
3:05 How to Add Health Checks to the API
6:03 Testing Health Check Endpoint
7:57 Adding SQL Server Health Checks
14:09 Adding Health Check Dashboard
20:37 Conclusion

Full Course: https://www.udemy.com/course/ultimate-aspnet-5-web-api-development-guide/?referralCode=354D04A638A9196767B3
___________________________________________________________________

I am a Software Engineer and Instructor. I can provide professional development services or private code coaching sessions to help you to accomplish your professional or personal IT goals.

Check out my content on Social Media

Website: https://www.trevoirwilliams.com/
Instagram: https://www.instagram.com/trevthetrevwill
Facebook: https://www.facebook.com/trevoirwilliams
LinkedIn: https://www.linkedin.com/in/trevoirwilliams/

Check out some free courses below:
Microsoft SQL Server 2017 for Everyone! – Database Development Course
https://www.youtube.com/playlist?list=PLUl9BcvgsrKYMINjbHr-1Qw02R8ZkPspY

PHP Bootstrap 4, Heroku and MySQL Course
https://www.youtube.com/playlist?list=PLUl9BcvgsrKaJkOqseJO27O7xBiUOKY_5

PHP Development with Bootstrap, GitHub and Heroku
https://www.youtube.com/playlist?list=PLUl9BcvgsrKbSHIeFqIDk9zK3S08g8nDZ

Modern PHP Web Development with MySQL, GitHub and Bootstrap 4
https://www.youtube.com/playlist?list=PLUl9BcvgsrKYL-61JiVmh4vSqy6YAGkdi

C# – Basics Uncovered
https://www.youtube.com/playlist?list=PLUl9BcvgsrKbUHWHC5f16zQGBpY-krSbA

Enterprise C# Winforms Application Development
https://www.youtube.com/playlist?list=PLUl9BcvgsrKatRXM8ddJ4QDhZWRNd8ydJ

Introduction To Website Technologies
https://www.youtube.com/playlist?list=PLUl9BcvgsrKZ8gHG4mArlFlYT8KykRHN_
Full Source Code: https://github.com/trevoirwilliams/HotelListing-API-dotnet5

Comments are closed.