We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43df80 commit 0aa28ebCopy full SHA for 0aa28eb
articles/azure-app-configuration/howto-create-snapshots.md
@@ -105,8 +105,6 @@ configurationBuilder.AddAzureAppConfiguration(options =>
105
106
// Select an existing snapshot by name. This will add all of the key-values from the snapshot to this application's configuration.
107
options.SelectSnapshot("SnapshotName");
108
-
109
- // You can use any combination of Select and SelectSnapshot.
110
111
// Other changes to options
112
});
0 commit comments