question

APIPointNewbie-3149 avatar image
0 Votes"
APIPointNewbie-3149 asked BrunoLucas-9843 commented

Azure Service Bus with Restful

Hello Community,

I have programmed a webhook daemon service(Graph SDK) to receive notifications about changes in the One-Drive. I now want to realize if I can send it with REST to any number of frontends (CMS programmed in Python). I was thinking of the Observer pattern? But doesn't Microsoft have the Azure Service Bus ? Can I use it to distribute and send the data (RESTful)? If this is possible, can the Service Bus also be integrated with the Webhook Service Daemon?

I would be very happy if I could get some help.

Greetings :-)

microsoft-graph-sdkazure-service-bus
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hi @APIPointNewbie-3149
How do you want to sequence that? Do you want to capture a one-drive event and send to a message bus and have many services consuming it from bus subscriptions?
Look like you may be able to do that with Event Grid:
https://techcommunity.microsoft.com/t5/messaging-on-azure-blog/new-event-sources-for-event-grid-azure-ad-outlook-teams/ba-p/3489471

0 Votes 0 ·

0 Answers