diff --git a/provider/notification-azure/src/main/resources/application.properties b/provider/notification-azure/src/main/resources/application.properties
index 8855e8376cd707cc0efbc4413111f0119f03cc50..966a4242f1b746c02a3cc082ffef7d78f6415f21 100644
--- a/provider/notification-azure/src/main/resources/application.properties
+++ b/provider/notification-azure/src/main/resources/application.properties
@@ -84,3 +84,6 @@ azure.eventGridToServiceBus.enabled=${event_grid_to_service_bus_enabled}
 
 # Specifies if Event Grid is enabled. Used to override the non-request scoped beans
 requestScope.enabled=${event_grid_enabled}
+
+management.server.port=8081
+management.endpoints.web.exposure.include=health,info,prometheus