Azure – Dynamic configuration does not work with spring boot property when it is assigned a value in the application.properties
I have been dealing with an issue for a while. I have a spring boot application which I need to integrate with azure application configuration store to dynamically change the properties without restarting the application. Before I explain the issue,…