The workspaceSettings resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Security/workspaceSettings resource, add the following JSON to your template.
{
"type": "Microsoft.Security/workspaceSettings",
"apiVersion": "2017-08-01-preview",
"name": "string",
"properties": {
"scope": "string",
"workspaceId": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Security/workspaceSettings' |
apiVersion | The resource api version | '2017-08-01-preview' |
name | The resource name | string (required) |
properties | Workspace setting data | WorkspaceSettingProperties |
Name | Description | Value |
---|---|---|
scope | All the VMs in this scope will send their security data to the mentioned workspace unless overridden by a setting with more specific scope | string (required) |
workspaceId | The full Azure ID of the workspace to save the data in | string (required) |