Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit 40bd59b

Browse files
committed
use ai connection string
1 parent 18ddea3 commit 40bd59b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/azuredeploy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,8 +293,8 @@
293293
"alwaysOn": "[variables('webAppAlwaysOn')]",
294294
"appSettings": [
295295
{
296-
"name": "APPINSIGHTS_INSTRUMENTATIONKEY",
297-
"value": "[reference(variables('appInsightsName'), variables('appInsightsApiVersion')).InstrumentationKey]"
296+
"name": "APPLICATIONINSIGHTS_CONNECTION_STRING",
297+
"value": "[reference(variables('appInsightsName'), variables('appInsightsApiVersion')).ConnectionString]"
298298
},
299299
{
300300
"name": "DEVS_KEY_VAULT_NAME",

0 commit comments

Comments
 (0)