Skip to content

Commit 97139c0

Browse files
author
Sergey Kanzhelev
committed
take instrumentation key from the correct place
1 parent 54ad8e6 commit 97139c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azuredeploy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
},
100100
{
101101
"name": "APPINSIGHTS_INSTRUMENTATIONKEY",
102-
"value": "[reference(concat('Microsoft.Web/sites/', parameters('siteName'))).InstrumentationKey]"
102+
"value": "[reference(concat('Microsoft.Insights/components/', parameters('siteName'))).InstrumentationKey]"
103103
}
104104
]
105105
}

0 commit comments

Comments
 (0)