We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1adc71b commit 74a2f9cCopy full SHA for 74a2f9c
infra/main.bicep
@@ -50,7 +50,7 @@ resource appInsights 'Microsoft.Insights/components@2020-02-02' = {
50
Application_Type: 'web'
51
Flow_Type: 'Bluefield'
52
WorkspaceResourceId: workspace.id
53
- RetentionInDays: 14
+ RetentionInDays: 30
54
IngestionMode: 'LogAnalytics'
55
publicNetworkAccessForIngestion: 'Enabled'
56
publicNetworkAccessForQuery: 'Enabled'
0 commit comments