Skip to content

Instantly share code, notes, and snippets.

@Cyb3rWard0g
Last active September 9, 2020 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cyb3rWard0g/e9366e95a05a40b7740ef4eacf745b26 to your computer and use it in GitHub Desktop.
Save Cyb3rWard0g/e9366e95a05a40b7740ef4eacf745b26 to your computer and use it in GitHub Desktop.
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