Can we use conditional feature flag targeting in Azure to disable our features?

delspaig 25 Reputation points
2023-05-16T14:55:40.39+00:00

Just like it says in the title - I know we can use feature filters to selectively enable a feature with its default being "disabled". What I'm looking for is a way to do the inverse - selectively disabling a flag whose default is "enabled". Is that possible with Azure feature flags?

Thanks in advance!

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
0 comments No comments
{count} votes

Answer accepted by question author
  1. AirGordon 7,165 Reputation points
    2023-05-16T16:42:05.8566667+00:00

    Of course. The way you choose to use the feature flag value in your code is up to you! 😎

    https://learn.microsoft.com/en-us/azure/azure-app-configuration/concept-feature-management#using-feature-flags-in-your-code

    In the case of exclusions, this has been added to 2.6.0-preview of the library, please see this comment on GitHub for more information: https://github.com/Azure/AppConfiguration/issues/759#issuecomment-1550347762


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.