CDN¶
Filters¶
- Standard Value Filter (see Generic Filters)
 Model: Profile
- ARM Resource Filters (see Generic Filters)
 Tag Filter - Filter on tag presence and/or values
Marked-For-Op Filter - Filter on tag that indicates a scheduled operation for a resource
Actions¶
ARM Resource Actions (see Generic Actions)
Example Policies¶
Returns all CDNs with Standard_Verizon sku
policies:
  - name: standard-verizon
    resource: azure.cdnprofile
    filters:
      - type: value
        key: sku
        op: in
        value_type: normalize
        value: Standard_Verizon