Rmauro.dev

Adding Health Checks UI

The source code of the last article can be found at (https://github.com/ricardodemauro/Health-Check-Series) - branch article-1. In the last blog post we … See more

Actived: 3 days ago

URL: https://rmauro.dev/adding-health-checks-ui/

Health Checks on your ASP.NET Core Application

WEBHealth Check in .NET 5 is very simple. With just a few lines of code, you can set up everything to monitor the Health of our Application. Implement functional checks in an application that external tools can access through exposed endpoints at regular intervals. This can help to verify that applications and services are performing correctly.

Category:  Health Go Health

Endpoint Monitoring with Azure Application Insights

WEBWhen asked for the Resource Mode choose the Classic. Creating the AI. Once the Application Insights it's created, go to the Availability section. This is where the monitoring tool is configured to watch our endpoint. Go to Availability. Now click on the +Add Test button. Adding Test. Fill in the required information. Test name: AI-Ping …

Category:  Health Go Health

Create a Minimal API with .NET 6

WEBRun the following code in your terminal. dotnet new web -o URLShortnerMinimalApi. Once run and completed, open it with Visual Studio or Visual Studio Code. You will come across only one file called Program.cs with the following content: var builder = WebApplication.CreateBuilder(args); var app = builder.Build();

Category:  Health Go Health

rmauro.dev {blog} Yet Another Developer Blog

WEBDiscover the technical prowess of Oracle's PIVOT command, a robust feature that efficiently converts rows into columns. This blog post delves into the syntax, use cases, and practical examples to illustrate how PIVOT simplifies data analysis and reporting in Oracle databases. Understanding the PIVOT Command The PIVOT command is an.

Category:  Health Go Health