azure-appconfig-dataplane-node

explicit azure emits Contains

match (record)

{ "field": "id", "resource_type": "Microsoft.AppConfiguration/configurationStores" }

emit

source typeAdministrativeBoundary
target type*
source<configuration store node (ManagementService)>
target<store data-plane node (class Data — the full key-value set)>

Narrative

{store.name} contains its data plane (all key-values).

Raw rule rules/explicit/azure-appconfig.yaml

id: azure-appconfig-dataplane-node
emits: Contains
applies_to:
- azure
match_record:
  resource_type: Microsoft.AppConfiguration/configurationStores
  field: id
emit:
  source_type: AdministrativeBoundary
  target_type: '*'
  source: <configuration store node (ManagementService)>
  target: "<store data-plane node (class Data \u2014 the full key-value set)>"
  api_source: az appconfig show
  evidence_field: id
  narrative: '{store.name} contains its data plane (all key-values).'
move · open · esc close