Targeted Feature Flags with Azure App Configuration and Custom ITargetingContextAccessor
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.
