Skip to content

Instantly share code, notes, and snippets.

@Cyb3rWard0g
Last active September 9, 2020 06:42
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/af7f5d99190321721799e2d0f16f72eb to your computer and use it in GitHub Desktop.
Save Cyb3rWard0g/af7f5d99190321721799e2d0f16f72eb to your computer and use it in GitHub Desktop.
resource workspace 'Microsoft.OperationalInsights/workspaces@2020-03-01-preview' = {
name: 'UniqueWorkspaceName' // must be globally unique
location: 'eastus'
properties: {
sku: {
name: 'PerGB2018'
}
retentionInDays: 30
features: {
immediatePurgeDataOn30Days: true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment