Skip to main content

One post tagged with "App Configuration"

View All Tags

Targeted Feature Flags with Azure App Configuration and Custom ITargetingContextAccessor

· 11 min read
Kyle Oettle
Software Engineer

Hi Everyone 👋

We've all had to roll out some form of feature management, whether it was static values in an appsettings.json file or a fully managed service with feature management based on various rules.

In this post we'll be unpacking the Azure App Configuration Feature Management a little bit, using a Targeted filter and creating a custom ITargetingContextAccessor implementation.