Azure Service Bus Demo

Not Implemented

Azure Service Bus Topics are not available on the free tier.
The planned demo would have done:
  • Send – Send Azure Service Bus Topic messages from this page.
  • Azure Function #1 – Triggered by a Subscription to the Service Bus Topic.
    Pushes a message to a SignalR hub.
  • Azure Function #2 – Triggered by a Subscription to the Service Bus Topic.
    Pushes a message to a SignalR hub.
  • Azure SignalR – This page exposes a SignalR hub.
    The page would list live updates such as:
    • "Message X processed by Function #1"
    • "Message X processed by Function #2"
    • "Message Y processed by Function #1"
    • "Message Y processed by Function #2"