How to always load feature flags with No Label in azure app config in Java, Spring
I am using azure app configurations to store my feature flags. By default feature flags are loaded as per the current profile, set in application.yaml like: spring.profile.active Now, my deployment environments has seperate instances of azure app config for dev,…