diff --git a/src/Microsoft.Health.Dicom.Blob/Utilities/ExternalBlobDataStoreConfiguration.cs b/src/Microsoft.Health.Dicom.Blob/Utilities/ExternalBlobDataStoreConfiguration.cs index d68dcf87a9..f2ebbee7fc 100644 --- a/src/Microsoft.Health.Dicom.Blob/Utilities/ExternalBlobDataStoreConfiguration.cs +++ b/src/Microsoft.Health.Dicom.Blob/Utilities/ExternalBlobDataStoreConfiguration.cs @@ -20,7 +20,7 @@ internal class ExternalBlobDataStoreConfiguration // use for local testing with Azurite public string ContainerName { get; set; } - public string HealthCheckFilePath { get; set; } + public string HealthCheckFilePath { get; set; } = "healthCheck/health"; [Range(typeof(TimeSpan), "00:01:00", "1.00:00:00", ConvertValueInInvariantCulture = true, ParseLimitsInInvariantCulture = true)] public TimeSpan HealthCheckFileExpiry { get; set; } = TimeSpan.FromMinutes(5);