Skip to content

Commit 85bbce5

Browse files
committed
Removing preview from variant docs
1 parent bbf4dfa commit 85bbce5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,7 @@ builder.services
12071207
> [!NOTE]
12081208
> To ensure Application Insights telemetry works as expected, the `TargetingHttpContextMiddleware` should be used.
12091209

1210-
To enable persistance of targeting context in the current activity, you can use the [`TargetingHttpContextMiddleware`](https://github.com/microsoft/FeatureManagement-Dotnet/blob/preview/src/Microsoft.FeatureManagement.AspNetCore/TargetingHttpContextMiddleware.cs).
1210+
To enable persistance of targeting context in the current activity, you can use the [`TargetingHttpContextMiddleware`](https://github.com/microsoft/FeatureManagement-Dotnet/blob/main/src/Microsoft.FeatureManagement.AspNetCore/TargetingHttpContextMiddleware.cs).
12111211

12121212
``` C#
12131213
app.UseMiddleware<TargetingHttpContextMiddleware>();
@@ -1217,7 +1217,7 @@ An example of its usage can be found in the [VariantAndTelemetryDemo](https://gi
12171217

12181218
#### Prerequisite
12191219

1220-
This telemetry publisher depends on Application Insights already being setup registered as an application service. For example, that is done [here](https://github.com/microsoft/FeatureManagement-Dotnet/blob/preview/examples/VariantAndTelemetryDemo/Program.cs#L22-L32) in the example application.
1220+
This telemetry publisher depends on Application Insights already being setup registered as an application service. For example, that is done [here](https://github.com/microsoft/FeatureManagement-Dotnet/blob/main/examples/VariantAndTelemetryDemo/Program.cs#L22-L32) in the example application.
12211221

12221222
This telemetry publisher depends on Application Insights already being [setup](/azure/azure-monitor/app/asp-net-core#enable-application-insights-server-side-telemetry-no-visual-studio) and registered as an application service.
12231223

Diff for: articles/azure-app-configuration/manage-feature-flags.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: "devx-track-csharp, mvc"
1515

1616
# Quickstart: Manage feature flags in Azure App Configuration
1717

18-
Azure App Configuration includes feature flags, which you can use to enable or disable a functionality, and variant feature flags (preview), which allow multiple variations of a feature flag.
18+
Azure App Configuration includes feature flags, which you can use to enable or disable a functionality, and variant feature flags, which allow multiple variations of a feature flag.
1919

2020
The Feature manager in the Azure portal provides a UI for creating and managing the feature flags and the variant feature flags that you use in your applications.
2121

@@ -59,9 +59,9 @@ az appconfig feature set --name <name> --feature Beta
5959

6060
---
6161

62-
## Create a variant feature flag (preview)
62+
## Create a variant feature flag
6363

64-
Add a new variant feature flag (preview) by opening your Azure App Configuration store in the Azure portal and from the **Operations** menu, select **Feature manager** > **Create**. Then select **Variant feature flag (Preview)**.
64+
Add a new variant feature flag by opening your Azure App Configuration store in the Azure portal and from the **Operations** menu, select **Feature manager** > **Create**. Then select **Variant feature flag**.
6565

6666
:::image type="content" source="media\manage-feature-flags\variant-feature-flags-menu.png" alt-text="Screenshot of the Azure platform. Create a variant feature flag.":::
6767

Diff for: articles/azure-app-configuration/use-variant-feature-flags-aspnet-core.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this tutorial, you:
2626

2727
## Create a variant feature flag
2828

29-
Create a variant feature flag called *Greeting* with no label and three variants, *None*, *Simple*, and *Long*. Creating variant flags is described in the [Feature Flag quickstart](./manage-feature-flags.md#create-a-variant-feature-flag-preview).
29+
Create a variant feature flag called *Greeting* with no label and three variants, *None*, *Simple*, and *Long*. Creating variant flags is described in the [Feature Flag quickstart](./manage-feature-flags.md#create-a-variant-feature-flag).
3030

3131
| Variant Name | Variant Configuration Value | Allocation|
3232
|---|---|---|

0 commit comments

Comments
 (0)