Skip to content

Commit

Permalink
Update parLogAnalyticsWorkspaceResourceID with empty string default v…
Browse files Browse the repository at this point in the history
…alue (#151)
  • Loading branch information
ejhenry authored Feb 15, 2022
1 parent 62450fe commit e72f11e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ param parTopLevelManagementGroupPrefix string = 'alz'
param parLogAnalyticsWorkSpaceAndAutomationAccountLocation string = 'eastus'

@description('Log Analytics Workspace Resource ID. - DEFAULT VALUE: Empty String ')
param parLogAnalyticsWorkspaceResourceID string = '/subscriptions/8200b669-cbc6-4e6c-b6d8-f4797f924074/resourceGroups/alz-logging/providers/Microsoft.OperationalInsights/workspaces/alz-log-analytics'
param parLogAnalyticsWorkspaceResourceID string = ''

@description('Number of days of log retention for Log Analytics Workspace. - DEFAULT VALUE: 365')
param parLogAnalyticsWorkspaceLogRetentionInDays string = '365'
Expand Down

0 comments on commit e72f11e

Please sign in to comment.