Skip to content

Commit 945efb0

Browse files
authored
Merge pull request #105531 from lisaguthrie/issue48629-outdatedcreate
Addressing customer feedback on NETFX FF quickstart
2 parents cf6472f + e2e25b7 commit 945efb0

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

articles/azure-app-configuration/quickstart-feature-flag-dotnet.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,13 @@ The .NET Feature Management libraries extend the framework with comprehensive fe
3434

3535
[!INCLUDE [azure-app-configuration-create](../../includes/azure-app-configuration-create.md)]
3636

37+
6. Select **Feature Manager** > **+Add** to add a feature flag called `Beta`.
38+
39+
> [!div class="mx-imgBorder"]
40+
> ![Enable feature flag named Beta](media/add-beta-feature-flag.png)
41+
42+
Leave `label` undefined for now.
43+
3744
## Create a .NET console app
3845

3946
1. Start Visual Studio, and select **File** > **New** > **Project**.

includes/azure-app-configuration-create.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ ms.date: 1/31/2020
2222
| **Subscription** | Your subscription | Select the Azure subscription that you want to use to test App Configuration. If your account has only one subscription, it's automatically selected and the **Subscription** list isn't displayed. |
2323
| **Resource group** | *AppConfigTestResources* | Select or create a resource group for your App Configuration store resource. This group is useful for organizing multiple resources that you might want to delete at the same time by deleting the resource group. For more information, see [Use resource groups to manage your Azure resources](/azure/azure-resource-manager/resource-group-overview). |
2424
| **Location** | *Central US* | Use **Location** to specify the geographic location in which your app configuration store is hosted. For the best performance, create the resource in the same region as other components of your application. |
25+
| **Pricing tier** | *Free* | Select the desired pricing tier. For more details, please see the [App Configuration pricing page](https://azure.microsoft.com/pricing/details/app-configuration/).
2526

2627
![Create an App Configuration store resource](media/azure-app-configuration-create/azure-portal-app-configuration-create-settings.png)
2728

0 Bytes
Loading

0 commit comments

Comments
 (0)