As Azure Service Bus is described as an enterprise-level cloud service designed for integrating different services, there are serious expectations regarding the security features it offers. Besides shared access tokens, there are new features in the preview, which allow much more flexible access management.
Azure Service Bus security
Managed Service Identity
Managed Service Identity (MSI) is a feature in Azure Cloud, which eases authentication between services, without storing credentials in your code. The whole description can be found in the link in the Further reading section. When it comes to using it with Azure Service Bus, there is no additional blade available—what you need is just to find an identity in the...