Skip to content

Commit aba4f99

Browse files
remove verbose
1 parent c0aa8d7 commit aba4f99

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

articles/azure-app-configuration/howto-targetingfilter-aspnet-core.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -144,12 +144,6 @@ In this section, you will create a web application that allows users to sign in
144144
145145
At this point, you can use the feature flag to enable or disable the `Beta` feature for all users. To enable the feature flag for some users while disabling it for others, update your code to use `TargetingFilter`. In this example, you use the signed-in user's email address as the user ID, and the domain name portion of the email address as the group. You add the user and group to the `TargetingContext`. The `TargetingFilter` uses this context to determine the state of the feature flag for each request.
146146
147-
1. Update to the latest version of the `Microsoft.FeatureManagement.AspNetCore` package.
148-
149-
```dotnetcli
150-
dotnet add package Microsoft.FeatureManagement.AspNetCore
151-
```
152-
153147
1. Add *ExampleTargetingContextAccessor.cs* file.
154148
155149
```csharp

0 commit comments

Comments
 (0)