Azure Service Bus is a cloud-based Publish/Subscribe messaging service from Microsoft. Messaging has many use-cases, including:
Azure Service Bus is serverless and managed. When using it, you don't need to worry about storing logs, handling backups, patching servers, or failover strategies. All these things are taken care of for you by Microsoft Azure.
In this hands-on lab, you will create a simple web application in NodeJS that sends and receives messages to and from an Azure Service Bus topic.
Upon completion of this beginner-level lab, you will be able to:
Familiarity with the following will be beneficial but is not required:
The following courses and labs can be used to fulfill the prerequisites:
April 24th, 2024 - Updated the lab to use a newer version of NodeJS
October 13th, 2023 - Updated the screenshots and instructions to reflect the latest UI