Implement message-based communication workflows with Azure Service Bus

By Dustin Ward

Write C# code in a custom application that sends and receives messages using Azure Service Bus topics and queues. In this module, you will: Choose whether to use Service Bus queues, topics, or relays to communicate in a distributed application Configure an Azure Service Bus namespace in an Azure subscription Create a Service Bus topic…