Summary
In this short chapter, you learned the basic concepts of Azure Service Bus including queues, topics, the SDK, and more advanced features such as dead lettering, sessions, and transactions. In general, it is a great service for both simple and critical scenarios as it gives you enough flexibility to adjust it to most applications, and at the same time, it is quite easy to learn how to get started. Remember—you can use the Basic tier for the simplest use cases, which gives you a cheap and reliable solution and is a much richer option than Azure Queue Storage. In the next chapter, we will focus on monitoring services with Azure Application Insights.