Skip to content

Commit d9a63d1

Browse files
committed
final tweaks
1 parent d95150d commit d9a63d1

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

articles/azure-app-configuration/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
href: enable-dynamic-configuration-aspnet-core.md
3636
- name: Enable dynamic configuration in a .NET Core app
3737
href: enable-dynamic-configuration-dotnet-core.md
38-
- name: Enable dynamic configuration in a .NET Framework app
38+
- name: Enable dynamic configuration in .NET Framework
3939
href: enable-dynamic-configuration-dotnet.md
4040
- name: Use feature flags in a .NET Core app
4141
href: use-feature-flags-dotnet-core.md

articles/azure-app-configuration/enable-dynamic-configuration-dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ In this tutorial, you learn how to:
5858
1. In **Configure your new project**, enter a project name. Under **Framework**, select **.NET Framework 4.7.1** or higher. Click **Create**.
5959

6060
## Reload data from App Configuration
61-
1. Right-click your project, and select **Manage NuGet Packages**. On the **Browse** tab, search and add the `Microsoft.Extensions.Configuration.AzureAppConfiguration` NuGet package to your project. If you can't find it, select the **Include prerelease** check box.
61+
1. Right-click your project, and select **Manage NuGet Packages**. On the **Browse** tab, search and add the *Microsoft.Extensions.Configuration.AzureAppConfiguration* NuGet package to your project. If you can't find it, select the **Include prerelease** check box.
6262

6363
1. Open *Program.cs*, and add a reference to the .NET Core App Configuration provider.
6464

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ The .NET Feature Management libraries extend the framework with comprehensive fe
108108
109109
## Next steps
110110
111-
In this quickstart, you created a feature flag in App Configuration and used it with a .NET Framework console app. To learn how to dynamically update feature flags without restarting the application, continue to the next tutorial.
111+
In this quickstart, you created a feature flag in App Configuration and used it with a .NET Framework console app. To learn how to dynamically update feature flags and other configuration values without restarting the application, continue to the next tutorial.
112112
113-
[Enable dynamic configuration](./enable-dynamic-configuration-dotnet.md)
113+
> [!div class="nextstepaction"]
114+
> [Enable dynamic configuration](./enable-dynamic-configuration-dotnet.md)

0 commit comments

Comments
 (0)