From 704d5fc22acfcb68fc7e9504425603878e9d803e Mon Sep 17 00:00:00 2001
From: aalekhj <aaljain@microsoft.com>
Date: Fri, 8 Oct 2021 16:54:15 +0530
Subject: [PATCH] Updated comment

---
 .../indexer-azure/src/main/resources/application.properties     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/provider/indexer-azure/src/main/resources/application.properties b/provider/indexer-azure/src/main/resources/application.properties
index e0049afd0..6f65e89ec 100644
--- a/provider/indexer-azure/src/main/resources/application.properties
+++ b/provider/indexer-azure/src/main/resources/application.properties
@@ -86,7 +86,7 @@ logging.ignore.servlet.paths=/swagger-ui.html
 # core-lib-azure configuration
 tenantFactoryImpl.required=true
 
-# Disable keyVault for actuator health check
+# Configuration for health checks
 management.server.port=8081
 management.health.azure-key-vault.enabled=false
 management.health.elasticsearch.enabled=false
-- 
GitLab