You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: infra-as-code/bicep/modules/logging/generateddocs/logging.bicep.md
+27-19
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,8 @@ parLogAnalyticsWorkspaceCapacityReservationLevel | No | Log Analytics Work
20
20
parLogAnalyticsWorkspaceLogRetentionInDays | No | Number of days of log retention for Log Analytics Workspace.
21
21
parLogAnalyticsWorkspaceLock | No | Resource Lock Configuration for Log Analytics Workspace. - `kind` - The lock settings of the service which can be CanNotDelete, ReadOnly, or None. - `notes` - Notes about this lock.
22
22
parLogAnalyticsWorkspaceSolutions | No | Solutions that will be added to the Log Analytics Workspace.
23
-
parLogAnalyticsWorkspaceSolutionsLock | No | Resource Lock Configuration for Log Analytics Workspace Solutions. - `kind` - The lock settings of the service which can be CanNotDelete, ReadOnly, or None. - `notes` - Notes about this lock.
23
+
parSecurityInsightsOnboardingLock | No | Resource Lock Configuration for Security Insights solution. - `kind` - The lock settings of the service which can be CanNotDelete, ReadOnly, or None. - `notes` - Notes about this lock.
24
+
parChangeTrackingSolutionLock | No | Resource Lock Configuration for Change Tracking solution. - `kind` - The lock settings of the service which can be CanNotDelete, ReadOnly, or None. - `notes` - Notes about this lock.
24
25
parUserAssignedManagedIdentityName | No | Name of the User Assigned Managed Identity required for authenticating Azure Monitoring Agent to Azure.
25
26
parUserAssignedManagedIdentityLocation | No | User Assigned Managed Identity location.
26
27
parAutomationAccountEnabled | No | Switch to enable/disable Automation Account deployment.
@@ -33,7 +34,6 @@ parAutomationAccountLock | No | Resource Lock Configuration for Automation
33
34
parTags | No | Tags you would like to be applied to all resources in this module.
34
35
parAutomationAccountTags | No | Tags you would like to be applied to Automation Account.
35
36
parLogAnalyticsWorkspaceTags | No | Tags you would like to be applied to Log Analytics Workspace.
36
-
parUseSentinelClassicPricingTiers | No | Set Parameter to true to use Sentinel Classic Pricing Tiers, following changes introduced in July 2023 as documented here: https://learn.microsoft.com/azure/sentinel/enroll-simplified-pricing-tier.
37
37
parLogAnalyticsLinkedServiceAutomationAccountName | No | Log Analytics LinkedService name for Automation Account.
38
38
parTelemetryOptOut | No | Set Parameter to true to Opt-out of deployment telemetry
Set Parameter to true to use Sentinel Classic Pricing Tiers, following changes introduced in July 2023 as documented here: https://learn.microsoft.com/azure/sentinel/enroll-simplified-pricing-tier.
@sys.description('Tags you would like to be applied to Log Analytics Workspace.')
177
190
paramparLogAnalyticsWorkspaceTagsobject = parTags
178
191
179
-
@sys.description('Set Parameter to true to use Sentinel Classic Pricing Tiers, following changes introduced in July 2023 as documented here: https://learn.microsoft.com/azure/sentinel/enroll-simplified-pricing-tier.')
// Create a resource lock for each log analytics workspace solutions in parLogAnalyticsWorkspaceSolutions if parGlobalResourceLock.kind != 'None' or if parLogAnalyticsWorkspaceSolutionsLock.kind != 'None'
resourceresLogAnalyticsLinkedServiceForAutomationAccount'Microsoft.OperationalInsights/workspaces/linkedServices@2023-09-01' = if (parLogAnalyticsWorkspaceLinkAutomationAccount) {
0 commit comments