An Azure service that provides a hybrid, multi-cloud management platform for APIs.
Using server-sent events (SSE), you can look into using Azure API Management. Follow the guidelines for configuring an API in API Management that implements SSE. SSE is based on the HTML5 EventSource standard for streaming (pushing) data automatically to a client over HTTP after a client has established a connection. Another option is using Azure SignalR Service leverages events which allows applications to react to client connections connected or disconnected using modern serverless architectures. You can also use Azure Relay hybrid connections as event handlers for Azure Event Grid. To learn more about using Azure Event Grid and Azure CLI to publish a topic, and subscribe to that event, see the tutorial on routing custom events to Azure Relay Hybrid Connections with Azure CLI and Event Grid.