ericmattingly / msit-azure-service-bus-mp

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
MIT License
4 stars 4 forks source link

Usage of RootManageSharedAccessKey #5

Open LaurencevBilderbeek opened 7 years ago

LaurencevBilderbeek commented 7 years ago

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

clarkd commented 6 years ago

We also experienced this issue - ideally it would just use the Username supplied via the RunAs account.