Skip to content

Commit e214dc0

Browse files
update
1 parent d37321c commit e214dc0

File tree

1 file changed

+1
-1
lines changed
  • articles/azure-app-configuration

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ sections:
181181
182182
To select other labels and your Spring profile(s), you can use a label filter like `',${spring.profiles.active}'`, which will select all keys without a label and the ones matching your Spring profiles. The rightmost label(s) take priority when duplicate keys are found.
183183
184-
- question: How to enable Feature Management in Blazor applications or as scoped services in .NET?
184+
- question: How to enable feature management in Blazor applications or as scoped services in .NET applications?
185185
answer: |
186186
Starting with version 3.1.0, the `Microsoft.FeatureManagement` library allows running feature management services, including feature filters, as scoped services in dependency injection-based .NET applications. To take advantage of this feature, you can simply replace the `AddFeatureManagement` call in your code with `AddScopedFeatureManagement`, as shown in the following code snippet:
187187

0 commit comments

Comments
 (0)