Oct 13 2022 07:03 AM
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 partne...
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 w...
I would appreciate your help to setup such an Event Grid Topic a lot. Thanks in advance.
Oct 15 2022 04:19 PM
Oct 25 2022 03:01 AM
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?
Oct 25 2022 11:23 AM
@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.
Oct 25 2022 12:31 PM
Oct 25 2022 12:37 PM
Oct 25 2022 12:55 PM
@PPG thanks. Good to hear that I'm on the right track. Just waiting for the whitelist of my App from the Azure team.