Skip to content

Commit f52d2d9

Browse files
committed
Switching to connection string code samples
1 parent c8fabfd commit f52d2d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/app/javascript-feature-extensions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const clickPluginConfig = {
4141
};
4242
// Application Insights Configuration
4343
const configObj = {
44-
instrumentationKey: "YOUR INSTRUMENTATION KEY",
44+
connectionString: "YOUR CONNECTION STRING",
4545
extensions: [clickPluginInstance],
4646
extensionConfig: {
4747
[clickPluginInstance.identifier]: clickPluginConfig
@@ -69,7 +69,7 @@ Ignore this setup if you use the npm setup.
6969
}
7070
// Application Insights configuration
7171
var configObj = {
72-
instrumentationKey: "YOUR INSTRUMENTATION KEY",
72+
connectionString: "YOUR CONNECTION STRING",
7373
extensions: [
7474
clickPluginInstance
7575
],

0 commit comments

Comments
 (0)