Azure Security Center ARM template enabling Windows Secuirty Events

180 Views Asked by At

I'm creating a ARM template that will enable Azure Security Center for my subscription, but under settings on the subscription in ASC, Security Policy and Data collection, I'm looking to have "Minimal" selected when the template is deployed. I can't find a property for that the same what I was able to find the property for "Auto Provisioning"

    {
        "type": "Microsoft.Security/autoProvisioningSettings",
        "name": "default",
        "apiVersion": "2017-08-01-preview",
        "properties":{
            "autoProvision": "On"
        }
    },

Is there a resource definition for "Windows security events" ?

1

There are 1 best solutions below

0
On

According to the API reference you can only turn it "on" or "off".