question

KalimShariff-9337 avatar image
0 Votes"
KalimShariff-9337 asked PramodValavala-MSFT edited

Azure ad trigger

I am looking for a trigger in azure ad where when any new user is added or user details are updated it should send the details to our api/Database.

Could you please guide me how I can achieve this functionality?

azure-functionsazure-logic-appsazure-event-hubs
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.

Samy-7940 avatar image
0 Votes"
Samy-7940 answered
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.

PramodValavala-MSFT avatar image
0 Votes"
PramodValavala-MSFT answered PramodValavala-MSFT edited

@KalimShariff-9337 Microsoft Graph APIs provide ways to keep track of changes and you could choose the one that best suits your requirements

  1. Polling for changes using delta queries

  2. Get notified when there are changes by subscribing to changes

  3. Check Audit Logs for any changes


· 2
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.

But the delta queries is not working with Azure b2c tenant. Is there any other way I can do that?

0 Votes 0 ·

@KalimShariff-9337 that is true for Azure AD B2C. I suppose #3 above would be the other way to go then.

0 Votes 0 ·