Quantcast
Channel: Service Bus forum
Viewing all articles
Browse latest Browse all 1916

Problem with Azure service bus policy alias

$
0
0

Hi All,

I am trying to audit if the partition is enabled or not using azure policy. But it is not listing the resources either in compliance or Non-compliance.

Policy Rule :

"policyRule": {"if": {"allOf": [
        {"field": "type","equals": "Microsoft.ServiceBus/namespaces/topics"
        },
        {"anyOf": [
            {"field": "Microsoft.ServiceBus/namespaces/topics/enablePartitioning","exists": "false"
            },
            {"field": "Microsoft.ServiceBus/namespaces/topics/enablePartitioning","equals": "false"
            }
          ]
        }
      ]
    },"then": {"effect": "audit"
    }
  }


Viewing all articles
Browse latest Browse all 1916

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>