Azure storage has the ability to click a button and generate SAS keys for storage accounts, however the portal does not have that same ability on the service bus. Is this even possible to do, outside of developing an application?
I have this link, which looks like maybe this is possible but requires some c# coding development. https://code.msdn.microsoft.com/Shared-Access-Signature-0a88adf8 and https://code.msdn.microsoft.com/Using-Shared-Access-e605b37c
If anyone knows of a way to do this using the portal or powershell, please advise.