- The user creates an order in the E-Commerce system.
- The order comes to the Order Function through different channels (Website, Mobile App, etc.).
- Order information is written in the Order Table in Storage Account.
- The message is transmitted to the Service Bus so that the order details can be sent as a notification.
- Subscribers read the message received by Azure Service Bus Topic (SMS Notification and EMail Notification) and send the result of the order as a notification.
- Azure Subscription with Azure Service Bus Queue.
- VS 2019
- Connection string to the Azure Service Bus should have Listen-and-read access role
- You need to create a Topic to send message for Notification.
- You need to create a Table as a "Order" in Storage Account.