Skip to content

Commit 83671c7

Browse files
authored
Add preview tag
1 parent edf0da5 commit 83671c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-app-configuration/manage-feature-flags.md

Lines changed: 3 additions & 3 deletions
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, 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 (preview), 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
62+
## Create a variant feature flag (preview)
6363

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 (Preview)**.
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)**.
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

0 commit comments

Comments
 (0)