[MS-43004] update bean for AzureHealthEndpointWebExtension
With the new update in Spring 6.x, a Duration
parameter has been introduced to AzureHealthEndpointWebExtension
. To accommodate this change, we created a bean(reference) in our services to handle the Duration parameter when the Azure health check feature is enabled.
Since different environments may enable or disable the Azure health check feature, through this change we can handle this in the core-lib-azure-spring6
library. This way, we can handle this issue for all services regardless of the Azure health state (enabled/disabled).
Edited by VidyaDharani Lokam