Base solution for your next web application
Open Closed

Signal-R send custom messages to Client Side using azure function(Blob Triggered) #9129


User avatar
0
shedspotter created

Hi Team, We are using ASP.net core and Angular Template of ASP.net Zero. We need to create a custom hub, that sends a message to client side when a media(images, videos, audios) are processed from azure function. We have the following scenario

  1. We upload a media to server.
  2. The server uploads this media to azure blob storage.
  3. When a media is uploaded to blob storage, the blob triggers the azure function.
  4. The Azure function then processes this media and generates metadata and thumbnails.
  5. When the media is processed successfully we need to send this message to client side using signal-R.

What is the way to go about implementing this functionality in our application. We have created a hub and service to send the message and also listener to the client side. We need to send the message from the azure function to the Angular client.

Please help us out regarding this.

Thanks


1 Answer(s)