Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Bicep resource definition
The recommendations resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.SecurityInsights/recommendations resource, add the following Bicep to your template.
resource symbolicname 'Microsoft.SecurityInsights/recommendations@2025-07-01-preview' = {
name: 'string'
}
Property Values
Microsoft.SecurityInsights/recommendations
| Name | Description | Value |
|---|---|---|
| name | The resource name | string Constraints: Min length = 36 Max length = 36 Pattern = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ (required) |
ARM template resource definition
The recommendations resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.SecurityInsights/recommendations resource, add the following JSON to your template.
{
"type": "Microsoft.SecurityInsights/recommendations",
"apiVersion": "2025-07-01-preview",
"name": "string"
}
Property Values
Microsoft.SecurityInsights/recommendations
| Name | Description | Value |
|---|---|---|
| apiVersion | The api version | '2025-07-01-preview' |
| name | The resource name | string Constraints: Min length = 36 Max length = 36 Pattern = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ (required) |
| type | The resource type | 'Microsoft.SecurityInsights/recommendations' |
Usage Examples
Terraform (AzAPI provider) resource definition
The recommendations resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
Resource format
To create a Microsoft.SecurityInsights/recommendations resource, add the following Terraform to your template.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.SecurityInsights/recommendations@2025-07-01-preview"
name = "string"
parent_id = "string"
}
Property Values
Microsoft.SecurityInsights/recommendations
| Name | Description | Value |
|---|---|---|
| name | The resource name | string Constraints: Min length = 36 Max length = 36 Pattern = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ (required) |
| type | The resource type | "Microsoft.SecurityInsights/recommendations@2025-07-01-preview" |