Skip to content

Commit 952568e

Browse files
in progress
1 parent e3782ba commit 952568e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

articles/azure-app-configuration/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@
6969
href: enable-dynamic-configuration-dotnet-core.md
7070
- name: .NET Framework
7171
href: enable-dynamic-configuration-dotnet.md
72+
- name: .NET Background Service
73+
hred: enable-dynamic-configuration-dotnet-background-service.md
7274
- name: Azure Functions
7375
href: enable-dynamic-configuration-azure-functions-csharp.md
7476
- name: Spring Boot

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,12 @@ ms.date: 02/20/2024
1313
ms.author: zhiyuanliang
1414
#Customer intent: I want to dynamically update my .NET background service to use the latest configuration data in App Configuration.
1515
---
16-
# Tutorial: Use dynamic configuration in a .NET background service
16+
# Tutorial: Use dynamic configuration in a .NET background service
17+
18+
Data from App Configuration can be loaded as App Settings in a .NET application. For more information, see the [quickstart](./quickstart-dotnet-core-app.md). However, as is designed by the .NET, the App Settings can only refresh upon application restart. The App Configuration .NET provider is a .NET Standard library. It supports caching and refreshing configuration dynamically without application restart. This tutorial shows how you can implement dynamic configuration updates in a .NET background service.
19+
20+
In this tutorial, you learn how to:
21+
22+
> [!div class="checklist"]
23+
> * Set up your .NET background service to update its configuration in response to changes in an App Configuration store.
24+
> * Consume the latest configuration in your background service.

0 commit comments

Comments
 (0)