service · inferred from evidence
App Configuration
A hosted service for storing feature flags, referenced as the storage backend.
- Azure Spring Boot feature flags not refreshed on cache expiration
With cache-expiration configured (e.g. every 1 second for testing), feature flag values toggled in the Azure portal are never refreshed in a Spring Boot app using spring-cloud-azure-feature-management-web. The FeatureManager is autowired an
- Azure App Configuration throttled HTTP 429 even though hourly request count is far below limit
An App Configuration store shows throttling (HTTP 429) while the hourly request total (about 2k) is far below the 30k limit. The expectation was that throttling only happens at the hourly cap.