The Microsoft IT Windows Azure Service Bus Management Pack provides a new template to use with System Center Operations Manager 2012 R2 to monitor Azure Service Bus
In the discovery scripts, the SharedAccessKeyName is fixed at RootManageSharedAccessKey
($conn = "Endpoint=sb://" + $namespaceName + "/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=" + $password)
It would be nice to be able to supply a custom Access Key Name, as we created one specially for monitoring tooling. The name can be derived from the name supplied in the AccountName field in the Simple Authentication account which is created in SCOM
In the discovery scripts, the SharedAccessKeyName is fixed at RootManageSharedAccessKey ($conn = "Endpoint=sb://" + $namespaceName + "/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=" + $password)
It would be nice to be able to supply a custom Access Key Name, as we created one specially for monitoring tooling. The name can be derived from the name supplied in the AccountName field in the Simple Authentication account which is created in SCOM