When using Azure Service Bus Topics, how would one ensure that messages sent, containing sensitive data, are secured?
Imagine a microservices scenario where small independent modular services live in Azure and talk to one another via the bus. To add, only interested relevant services should subscribe to the topics too
Thanks