Skip to content

Commit 71b1331

Browse files
update
1 parent 5fdbb80 commit 71b1331

File tree

3 files changed

+10
-48
lines changed

3 files changed

+10
-48
lines changed

articles/azure-app-configuration/feature-management-dotnet-reference.md

Lines changed: 5 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,24 @@ zone_pivot_groups: feature-management
1414
:::zone target="docs" pivot="stable-version"
1515

1616
[![Microsoft.FeatureManagement](https://img.shields.io/nuget/v/Microsoft.FeatureManagement?label=Microsoft.FeatureManagement)](https://www.nuget.org/packages/Microsoft.FeatureManagement)
17+
1718
[![Microsoft.FeatureManagement.AspNetCore](https://img.shields.io/nuget/v/Microsoft.FeatureManagement.AspNetCore?label=Microsoft.FeatureManagement.AspNetCore)](https://www.nuget.org/packages/Microsoft.FeatureManagement.AspNetCore)
1819

1920
:::zone-end
2021

2122
:::zone target="docs" pivot="preview-version"
2223

2324
[![Microsoft.FeatureManagement](https://img.shields.io/nuget/vpre/Microsoft.FeatureManagement?label=Microsoft.FeatureManagement)](https://www.nuget.org/packages/Microsoft.FeatureManagement/4.0.0-preview3)
25+
2426
[![Microsoft.FeatureManagement.AspNetCore](https://img.shields.io/nuget/vpre/Microsoft.FeatureManagement.AspNetCore?label=Microsoft.FeatureManagement.AspNetCore)](https://www.nuget.org/packages/Microsoft.FeatureManagement.AspNetCore/4.0.0-preview3)
27+
2528
[![Microsoft.FeatureManagement.Telemetry.ApplicationInsights](https://img.shields.io/nuget/v/Microsoft.FeatureManagement.Telemetry.ApplicationInsights?label=Microsoft.FeatureManagement.Telemetry.ApplicationInsights)](https://www.nuget.org/packages/Microsoft.FeatureManagement.Telemetry.ApplicationInsights/4.0.0-preview3)
29+
2630
[![Microsoft.FeatureManagement.Telemetry.ApplicationInsights.AspNetCore](https://img.shields.io/nuget/v/Microsoft.FeatureManagement.Telemetry.ApplicationInsights.AspNetCore?label=Microsoft.FeatureManagement.Telemetry.ApplicationInsights.AspNetCore)](https://www.nuget.org/packages/Microsoft.FeatureManagement.Telemetry.ApplicationInsights.AspNetCore/4.0.0-preview3)
2731

2832
:::zone-end
2933

30-
.NET feature management library provides a way to develop and expose application functionality based on features flags. Once a new feature is developed, many applications have special requirements, such as when the feature should be enabled and under what conditions. This library provides a way to define these relationships, and also integrates into common .NET code patterns to make exposing these features possible.
34+
.NET feature management library provides a way to develop and expose application functionality based on feature flags. Once a new feature is developed, many applications have special requirements, such as when the feature should be enabled and under what conditions. This library provides a way to define these relationships, and also integrates into common .NET code patterns to make exposing these features possible.
3135

3236
Feature flags provide a way for .NET and ASP.NET Core applications to turn features on or off dynamically. Developers can use feature flags in simple use cases like conditional statements to more advanced scenarios like conditionally adding routes or MVC filters. Feature flags are built on top of the .NET Core configuration system. Any .NET Core configuration provider is capable of acting as the backbone for feature flags.
3337

@@ -49,48 +53,6 @@ Here are some of the benefits of using .NET feature management library:
4953

5054
The .NET feature management library is open source. For more information, visit the [GitHub repo](https://github.com/microsoft/FeatureManagement-Dotnet).
5155

52-
## Index
53-
54-
:::zone target="docs" pivot="stable-version"
55-
56-
* [Feature Flags](#feature-flags)
57-
* [Feature Filters](#feature-filters)
58-
* [Feature Flag Declaration](#feature-flag-declaration)
59-
* [Consumption](#consumption)
60-
* [ASP.NET Core Integration](#aspnet-core-integration)
61-
* [Implement a Feature Filter](#implementing-a-feature-filter)
62-
* [Provide a Context For Feature Evaluation](#provide-a-context-for-feature-evaluation)
63-
* [Built-in Feature Filters](#built-in-feature-filters)
64-
* [Targeting](#targeting)
65-
* [Targeting Exclusion](#targeting-exclusion)
66-
* [Caching](#caching)
67-
* [Custom Feature Providers](#custom-feature-providers)
68-
69-
:::zone-end
70-
71-
:::zone target="docs" pivot="preview-version"
72-
73-
* [Feature Flags](#feature-flags)
74-
* [Feature Filters](#feature-filters)
75-
* [Feature Flag Declaration](#feature-flag-declaration)
76-
* [Consumption](#consumption)
77-
* [ASP.NET Core Integration](#aspnet-core-integration)
78-
* [Implement a Feature Filter](#implementing-a-feature-filter)
79-
* [Provide a Context For Feature Evaluation](#provide-a-context-for-feature-evaluation)
80-
* [Built-in Feature Filters](#built-in-feature-filters)
81-
* [Targeting](#targeting)
82-
* [Targeting Exclusion](#targeting-exclusion)
83-
* [Variants](#variants)
84-
* [Variants in Dependency Injection](#variants-in-dependency-injection)
85-
* [Telemetry](#telemetry)
86-
* [Enabling Telemetry](#enabling-telemetry)
87-
* [Custom Telemetry Publishers](#custom-telemetry-publishers)
88-
* [Application Insights Telemetry Publisher](#application-insights-telemetry-publisher)
89-
* [Caching](#caching)
90-
* [Custom Feature Providers](#custom-feature-providers)
91-
92-
:::zone-end
93-
9456
## Feature Flags
9557
Feature flags are composed of two parts, a name and a list of feature-filters that are used to turn on the feature.
9658

articles/azure-app-configuration/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,9 @@ landingContent:
158158
links:
159159
- text: .NET feature management
160160
url: feature-management-dotnet-reference.md
161-
- text: .NET feature management library API
161+
- text: .NET feature management API reference
162162
url: /dotnet/api/overview/azure/appconfiguration/featuremanagement
163-
- text: Java Spring feature management library API
163+
- text: Java Spring feature management API reference
164164
url: https://azure.github.io/azure-sdk-for-java/springboot.html
165165

166166
- title: Client libraries and tools

articles/zone-pivot-groups.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2886,7 +2886,7 @@ groups:
28862886
# Owner: mametcal
28872887
- id: appconfig-provider
28882888
title: Client library pivots
2889-
prompt: Choose a c library
2889+
prompt: Choose a client library
28902890
pivots:
28912891
- id: framework-dotnet
28922892
title: .NET
@@ -2898,9 +2898,9 @@ groups:
28982898
prompt: Choose a library version
28992899
pivots:
29002900
- id: stable-version
2901-
title: Version 3.3.0
2901+
title: Stable release
29022902
- id: preview-version
2903-
title: Version 4.0.0-preview
2903+
title: Preview release
29042904
# Owner: nicktrog
29052905
- id: load-testing-config
29062906
title: Experience

0 commit comments

Comments
 (0)