diff --git a/provider/storage-azure/src/main/resources/application.properties b/provider/storage-azure/src/main/resources/application.properties index 6dbbbf2445f19980ed3bad7a796f79f5ae50c6d6..1a4f054431018e57de99ddbf6b80c337d675a524 100644 --- a/provider/storage-azure/src/main/resources/application.properties +++ b/provider/storage-azure/src/main/resources/application.properties @@ -66,4 +66,7 @@ azure.cosmosdb.tenantinfo.collection=TenantInfo tenantFactoryImpl.required=true #Redis database number -redis.database=${REDIS_DATABASE} \ No newline at end of file +redis.database=${REDIS_DATABASE} + +# Disable keyVault for actuator health check +management.health.azure-key-vault.enabled=false \ No newline at end of file