Skip to content

Commit 9422ea7

Browse files
update
1 parent 49affb7 commit 9422ea7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/azure-app-configuration/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
- name: .NET Framework
7171
href: enable-dynamic-configuration-dotnet.md
7272
- name: .NET Background Service
73-
hred: enable-dynamic-configuration-dotnet-background-service.md
73+
href: enable-dynamic-configuration-dotnet-background-service.md
7474
- name: Azure Functions
7575
href: enable-dynamic-configuration-azure-functions-csharp.md
7676
- name: Spring Boot

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ You use the [.NET command-line interface (CLI)](/dotnet/core/tools/) to create a
189189
190190
1. You should see the following outputs in the console.
191191
192-
![Background service](./media/dotnet-background-service-run.png)
192+
![Screenshot of the background service.](./media/dotnet-background-service-run.png)
193193
194194
1. In the Azure portal, navigate to the **Configuration explorer** of your App Configuration store, and update the value of the following key.
195195
@@ -199,7 +199,7 @@ You use the [.NET command-line interface (CLI)](/dotnet/core/tools/) to create a
199199
200200
1. Wait for about 30 seconds. You should see the console outputs changed.
201201
202-
![Background service refresh](./media/dotnet-background-service-refresh.png)
202+
![Screenshot of the refreshed background service.](./media/dotnet-background-service-refresh.png)
203203
204204
## Clean up resources
205205

0 commit comments

Comments
 (0)