Skip to content

Commit 14a59d5

Browse files
authored
1 parent ce25449 commit 14a59d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ A *sentinel key* is a key that you update after you complete the change of all o
4343
// Load configuration from Azure App Configuration
4444
builder.Configuration.AddAzureAppConfiguration(options =>
4545
{
46-
options.Connect(new Uri(endpoint), new DefaultAzureCredential());
46+
options.Connect(new Uri(endpoint), new DefaultAzureCredential())
4747
// Load all keys that start with `TestApp:` and have no label
4848
.Select("TestApp:*", LabelFilter.Null)
4949
// Configure to reload configuration if the registered sentinel key is modified

0 commit comments

Comments
 (0)