Hi,
I’m trying to write an Azure Policy for Application Gateway that audits the diagnostic settings I have. The policy should check to see if it is sending ApplicationGatewayAccessLog and ApplicationGatewayFirewallLog but NOT ApplicationGatewayPerformanceLog or Metrics to an oms workspace.
I can write a policy that will check all logs but I only want 2 out of the 3 being fed into a workspace. Haw can I target those two only?
Any help would be lovely. Thanks.