Skip to content

Commit

Permalink
fixed formatting on bicep
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-Ross committed Mar 19, 2024
1 parent 129e940 commit a6ef158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/appInsight.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resource logAnalyticsWorkspace 'Microsoft.OperationalInsights/workspaces@2022-10
}
}

resource applicationInsights 'Microsoft.Insights/components@2020-02-02' = {
resource applicationInsights 'Microsoft.Insights/components@2020-02-02' = {
name: appInsightName
location: location
kind: 'web'
Expand All @@ -31,7 +31,7 @@ resource logAnalyticsWorkspace 'Microsoft.OperationalInsights/workspaces@2022-10
Request_Source: 'rest'
WorkspaceResourceId: logAnalyticsWorkspace.id
}
}
}

output applicationInsightsId string = applicationInsights.id
output appInsightConnectionString string = applicationInsights.properties.ConnectionString

0 comments on commit a6ef158

Please sign in to comment.