Posts by this author

Jun 12, 2025
Post comments count0
Post likes count0

Monitor your Quarkus native application on Azure

Introduction Quarkus is a general-purpose Java framework focused on efficient use of resources, fast startup, and rapid development. It allows developers to create and run services in the Java Virtual Machine (JVM) or native binary executables (native mode). In this blog post we are going to focus on using Quarkus to create and monitor a native...

Java
Feb 19, 2024
Post comments count0
Post likes count3

Monitor your Spring Boot native image application on Azure

You have just developed your Spring Boot native image application. You want to deploy it on Azure. How can you determine if your application is running well, detect errors in HTTP requests, or identify slow SQL queries? We are going to show you how to monitor a Spring Boot native image application on Azure. Monitoring set-up Add the Azure starter...

Java