From 02c27616a2fb3480fd85cb80e8448e4937941e64 Mon Sep 17 00:00:00 2001 From: Vibhuti Sharma <vibsharm@microsoft.com> Date: Mon, 25 Oct 2021 21:26:56 +0530 Subject: [PATCH] initial commit # Conflicts: # provider/notification-azure/pom.xml --- .../src/main/resources/application.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/provider/notification-azure/src/main/resources/application.properties b/provider/notification-azure/src/main/resources/application.properties index 8855e8376..966a4242f 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 -- GitLab