Skip to content

Commit 4a70ecb

Browse files
committed
add existing code comment to sample
1 parent 56c804f commit 4a70ecb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ In the previous code, you're manually saving an instance of `IConfigurationRefre
140140
Add the following code to *Program.cs*.
141141

142142
```csharp
143+
// Existing code in Program.cs
144+
// ... ...
145+
143146
// Add Azure App Configuration services to IServiceCollection
144147
builder.Services.AddAzureAppConfiguration();
145148
```

0 commit comments

Comments
 (0)