azure.mariadb

Azure MariaDB Server Resource

example:

Returns all MariaDB servers

policies:
 - name: basic-logic-app-for-mariadb
   resource: azure.mariadb
   filters:
     - type: value
       key: sku.name
       op: equal
       value: Basic

Filters

advisor-recommendation

Filter resources by Azure Advisor Recommendations

Select all categories with ‘all’

example:

policies:
  - name: disks-with-cost-recommendations
    resource: azure.disk
    filters:
      - type: advisor-recommendation
        category: Cost
        key: '[].properties.recommendationTypeId'
        op: contains
        value: '48eda464-1485-4dcf-a674-d0905df5054a'

Actions