Forum Discussion
Azure Event Grid Partner (for Graph API)
Full story: I wanna use Azure Event grid to subscript to Graph changes (specific - teams message creations/updates).
If I understand it correctly, I have to create a Microsoft Graph API Partner Topic. Or as it's stated in the documentation -> I have to Authorize Microsoft Graph API to create a partner topic.
My problem is, if I'm following this documentation here: Azure Event Grid - Subscribe to partner events - Azure Event Grid | Microsoft Learn I have no idea what I should put into #4 -> Partner Authorization. Only available optinon is Auth0 for me.
I would appreciate your help to setup such an Event Grid Topic a lot. Thanks in advance.
- PPGMicrosoft1) You need to Authorize Graph API partner by creating a partner configuration and adding a partner authorization with partner registration id "c02e0126-707c-436d-b6a1-175d2748fb58": https://learn.microsoft.com/en-us/azure/event-grid/subscribe-to-partner-events
2) You need to then "Enable Microsoft Graph API events to flow to your partner topic" by following: https://learn.microsoft.com/en-us/azure/event-grid/subscribe-to-graph-api-events#enable-microsoft-graph-api-events-to-flow-to-your-partner-topic
3) Once you see that partner topic is created, after step 2 activate it.- ThomschIron Contributor
Do I have to add the partner authorization only with the Partner Registration ID: c02e0126...
It's not necessary for the Azure Team to whitelist anything for that step right?
- PPGMicrosoft
Thomsch , Make sure your partner configuration is created under same subscription and resource group where you want your Graph related partner topic to be created. Then you need to add partner authorization for partner Id associated with Graph i.e. c02e0126-707c-436d-b6a1-175d2748fb58 under this partner configuration and then you are good to follow next steps.