You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#Customer intent: As an ASP.NET Core developer, I want to use feature flags to control feature availability quickly and confidently.
12
12
---
13
13
14
14
# Quickstart: Add feature flags to an ASP.NET Core app
15
15
16
-
In this quickstart, you'll create a feature flag in Azure App Configuration and use it to dynamically control the availability of a new web page in an ASP.NET Core app without restarting or redeploying it.
16
+
In this quickstart, you'll create a feature flag in Azure App Configuration and use it to dynamically control the availability of a new web page in an ASP.NET Core app without restarting or redeploying it.
17
17
18
18
The feature management support extends the dynamic configuration feature in App Configuration. The example in this quickstart builds on the ASP.NET Core app introduced in the dynamic configuration tutorial. Before you continue, finish the [quickstart](./quickstart-aspnet-core-app.md), and the [tutorial](./enable-dynamic-configuration-aspnet-core.md) to create an ASP.NET Core app with dynamic configuration first.
19
19
20
20
## Prerequisites
21
21
22
22
Follow the documents to create an ASP.NET Core app with dynamic configuration.
23
-
*[Quickstart: Create an ASP.NET Core app with App Configuration](./quickstart-aspnet-core-app.md)
24
-
*[Tutorial: Use dynamic configuration in an ASP.NET Core app](./enable-dynamic-configuration-aspnet-core.md)
23
+
-[Quickstart: Create an ASP.NET Core app with App Configuration](./quickstart-aspnet-core-app.md)
24
+
-[Tutorial: Use dynamic configuration in an ASP.NET Core app](./enable-dynamic-configuration-aspnet-core.md)
25
25
26
26
## Create a feature flag
27
27
28
-
Navigate to the Azure App Configuration store you created previously in Azure portal. Under **Operations**section, select **Feature manager**> **Create**to add a feature flag called *Beta*.
28
+
Add a feature flag called *Beta*to the App Configuration store and leave **Label**and **Description**with their default values. For more information about how to add feature flags to a store using the Azure portal or the CLI, go to [Create a feature flag](./quickstart-azure-app-configuration-create.md#create-a-feature-flag).
29
29
30
30
> [!div class="mx-imgBorder"]
31
31
> 
32
32
33
-
Leave the rest of fields empty for now. Select **Apply** to save the new feature flag. To learn more, check out [Manage feature flags in Azure App Configuration](./manage-feature-flags.md).
34
-
35
33
## Use a feature flag
36
34
37
35
1. Navigate into the project's directory, and run the following command to add a reference to the [Microsoft.FeatureManagement.AspNetCore](https://www.nuget.org/packages/Microsoft.FeatureManagement.AspNetCore) NuGet package.
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/quickstart-feature-flag-azure-functions-csharp.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ The .NET Feature Management libraries extend the framework with feature flag sup
25
25
26
26
## Add a feature flag
27
27
28
-
Add a feature flag called *Beta* to the App Configuration store and leave **Label** and **Description** with their default values. For more information about how to add key-values to a store using the Azure portal or the CLI, go to [Add key-values](./quickstart-azure-app-configuration-create.md#create-a-feature-flag).
28
+
Add a feature flag called *Beta* to the App Configuration store and leave **Label** and **Description** with their default values. For more information about how to add feature flags to a store using the Azure portal or the CLI, go to [Create a feature flag](./quickstart-azure-app-configuration-create.md#create-a-feature-flag).
29
29
30
30
> [!div class="mx-imgBorder"]
31
31
> 
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/quickstart-feature-flag-dotnet.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ The .NET Feature Management libraries extend the framework with feature flag sup
31
31
32
32
## Add a feature flag
33
33
34
-
Add a feature flag called *Beta* to the App Configuration store and leave **Label** and **Description** with their default values. For more information about how to add key-values to a store using the Azure portal or the CLI, go to [Add key-values](./quickstart-azure-app-configuration-create.md#create-a-feature-flag).
34
+
Add a feature flag called *Beta* to the App Configuration store and leave **Label** and **Description** with their default values. For more information about how to add feature flags to a store using the Azure portal or the CLI, go to [Create a feature flag](./quickstart-azure-app-configuration-create.md#create-a-feature-flag).
35
35
36
36
> [!div class="mx-imgBorder"]
37
37
> 
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/quickstart-feature-flag-spring-boot.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ The Spring Boot Feature Management libraries extend the framework with comprehen
26
26
27
27
## Add a feature flag
28
28
29
-
Add a feature flag called *Beta* to the App Configuration store and leave **Label** and **Description** with their default values. For more information about how to add key-values to a store using the Azure portal or the CLI, go to [Add key-values](./quickstart-azure-app-configuration-create.md#create-a-feature-flag).
29
+
Add a feature flag called *Beta* to the App Configuration store and leave **Label** and **Description** with their default values. For more information about how to add feature flags to a store using the Azure portal or the CLI, go to [Create a feature flag](./quickstart-azure-app-configuration-create.md#create-a-feature-flag).
30
30
31
31
> [!div class="mx-imgBorder"]
32
32
> 
Copy file name to clipboardExpand all lines: articles/azure-app-configuration/quickstart-python.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,19 +22,16 @@ This document shows examples of how to use the [Azure SDK for Python](https://gi
22
22
23
23
- Azure subscription - [create one for free](https://azure.microsoft.com/free/)
24
24
- Python 3.6 or later - for information on setting up Python on Windows, see the [Python on Windows documentation](/windows/python/)
25
-
- An Azure App Configuration store
25
+
- An App Configuration store. [Create a store](./quickstart-azure-app-configuration-create.md#create-an-app-configuration-store).
26
26
27
27
## Create a key-value
28
28
29
-
1. In the Azure portal, open your App Configuration store and select**Configuration Explorer**>**Create**> **Key-value**to add the following key-value:
29
+
Add the following key-value to the App Configuration store and leave**Label**and**Content Type**with their default values. For more information about how to add key-values to a store using the Azure portal or the CLI, go to [Add key-values](./quickstart-azure-app-configuration-create.md#create-a-key-value).
0 commit comments