Skip to content

Commit

Permalink
Update legacy app settings
Browse files Browse the repository at this point in the history
  • Loading branch information
frasermolyneux committed Nov 15, 2024
1 parent 7fb6876 commit 4a0218c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions bicep/modules/webApp.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -106,14 +106,6 @@ resource webApp 'Microsoft.Web/sites@2020-06-01' = {
healthCheckPath: '/api/health'

appSettings: [
{
name: 'READ_ONLY_MODE'
value: (environment == 'prd') ? 'true' : 'false'
}
{
name: 'APPINSIGHTS_INSTRUMENTATIONKEY'
value: appInsights.properties.InstrumentationKey
}
{
name: 'APPLICATIONINSIGHTS_CONNECTION_STRING'
value: appInsights.properties.ConnectionString
Expand Down

0 comments on commit 4a0218c

Please sign in to comment.