Skip to content

Commit 0aa28eb

Browse files
committed
remove combine select statements comment
1 parent f43df80 commit 0aa28eb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

articles/azure-app-configuration/howto-create-snapshots.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ configurationBuilder.AddAzureAppConfiguration(options =>
105105

106106
// Select an existing snapshot by name. This will add all of the key-values from the snapshot to this application's configuration.
107107
options.SelectSnapshot("SnapshotName");
108-
109-
// You can use any combination of Select and SelectSnapshot.
110108

111109
// Other changes to options
112110
});

0 commit comments

Comments
 (0)