Home > OS >  How to move the messages from blob to eventhub in azure portal
How to move the messages from blob to eventhub in azure portal

Time:07-08

We designed an eventhub trigger which reads the messages from event hub and inserts the messages into cosmos. During this process if any unhandled exceptions/throttling for cosmos we are moving these messages to blob. Do we have any way we can move the messages back to event hub from blob through azure portal?. This helps azure admin to move the messages to eventhub in the production

CodePudding user response:

No I don't think there is a way to move the message back in the portal UI.

I would use a combination of approaches here. First I would use enter image description here

enter image description here

  • Related