Skip to content

Commit a705895

Browse files
committed
add reloadOnChange
1 parent e33c51a commit a705895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/quickstart-azure-kubernetes-service.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ In this section, you will create a simple ASP.NET Core web application running i
8585
// ... ...
8686
8787
// Add a JSON configuration source
88-
builder.Configuration.AddJsonFile("config/mysettings.json");
88+
builder.Configuration.AddJsonFile("config/mysettings.json", reloadOnChange: true, optional: false);
8989
9090
var app = builder.Build();
9191

0 commit comments

Comments
 (0)