Forum Discussion
Thomsch
Oct 13, 2022Iron Contributor
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 T...
PPG
Oct 15, 2022Microsoft
1) 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.
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.
- ThomschOct 25, 2022Iron 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?
- PPGOct 25, 2022Microsoft
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.
- ThomschOct 25, 2022Iron ContributorI did that. Feels pretty weird for me that you have to select "non verified partner"?! And also that this partner authorization is listed as "Unknown"... But I guess that's correct?!