Last active
September 9, 2020 07:09
-
-
Save Cyb3rWard0g/e9366e95a05a40b7740ef4eacf745b26 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resource azureSentinel 'Microsoft.OperationsManagement/solutions@2015-11-01-preview' = { | |
name: concat('SecurityInsights(',workspace.name,')') // Implicit Dependency | |
location: 'eastus' | |
properties: { | |
workspaceResourceId: workspace.id | |
} | |
plan: { | |
name: concat('SecurityInsights(',workspace.name,')') // Implicit Dependency | |
product: 'OMSGallery/SecurityInsights' | |
publisher: 'Microsoft' | |
promotionCode: '' | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment