azure.mgmt.containerservice resources

azure.aks

Azure Kubernetes Service Resource

example

Returns all aks clusters that did not provision successfully

policies:
  - name: broken-aks
    resource: azure.aks
    filters:
      - type: value
        key: properties.provisioningState
        op: not-equal
        value_type: normalize
        value: succeeded

azure.containerservice

Container Service Resource

example

Returns all container services that did not provision successfully

policies:
- name: broken-containerservices
  resource: azure.containerservice
  filters:
    - type: value
      key: properties.provisioningState
      op: not-equal
      value_type: normalize
      value: succeeded