Skip to content

Commit 13a1419

Browse files
committed
Updated connection string value
1 parent 26b6c15 commit 13a1419

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/InfrastructureAsCode/main.bicep

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ resource webApp 'Microsoft.Web/sites@2022-09-01' = {
8686
name: 'APPINSIGHTS_INSTRUMENTATIONKEY'
8787
value: appInsights.properties.InstrumentationKey
8888
}
89+
{
90+
name: 'APPLICATIONINSIGHTS_CONNECTION_STRING'
91+
value: appInsights.properties.ConnectionString
92+
}
8993
]
9094
}
9195
}

0 commit comments

Comments
 (0)