Consider adding an API so data from App Configuration can be reloaded periodically at custom intervals regardless of whether the registered keys have been modified or have refreshAll=true. This helps to reload values of Key Vault references, so App Config is more useful in "secret/cert rotation" scenarios.
- We may want to restrict the minimum reload time to, for example, 12~24 hours.
- This basically forces to invalidate all caches. We shouldn't use a timer, so dormant apps won't send requests endlessly.
- We probably should consider adding jitter to avoid all app instances reloading configuration at the same time.
cc: Jimmy Campbell (@jimmyca15) Avani Gupta (@avanigupta) AA (@abhilasharora) Drago Draganov (@drago-draganov)
Consider adding an API so data from App Configuration can be reloaded periodically at custom intervals regardless of whether the registered keys have been modified or have refreshAll=true. This helps to reload values of Key Vault references, so App Config is more useful in "secret/cert rotation" scenarios.
cc: Jimmy Campbell (@jimmyca15) Avani Gupta (@avanigupta) AA (@abhilasharora) Drago Draganov (@drago-draganov)