The new Azure Management Portal does not appear to display the data required for the TokenProvider.CreateSharedSecretTokenProvider(
ServiceBusIssuerName, ServiceBusIssuerKey);
The "Developer's Guide to Service Bus" suggests that:
When you create a service namespace, you are automatically assigned a shared secret to use with the Service Bus – navigate to the service namespace page
in the portal and you’ll find it listed under “Default Issuer Name” and “Default Issuer Key”.
You can easily view the"Default Key". The only name listed is namespace's "Name".
Where do you find the "Default Issuer's Name"?
(I've tried my "Subscription Name", "Subscription ID" and "Account Administrator" names)
Edge77