Forum Discussion

shockotechcom's avatar
shockotechcom
Iron Contributor
Apr 07, 2020

Automate AzureAD Operations

What frameworks are available for automating AzureAD? Obviously we have the Graph API but looking for something more Enterprise ready. Can Flow or the like do this?

  • Thijs Lecomte's avatar
    Thijs Lecomte
    Bronze Contributor
    I would recommend the Graph API.

    What do you mean by "it's not enterprise ready'?

    Graph API is an extensive and reliable API.

    Flow can do some automating, but for enterprise level I would recommend looking into LOgic Apps
    • shockotechcom's avatar
      shockotechcom
      Iron Contributor

      Thijs Lecomte OK, 'Enterprise Ready' might not have been a good choice of phrasing 🙂 Some examples:

       

      • Say I wanted to build a workflow for my service desk team that allow them to provision an AzureAD user, add them to several groups and configure other items. Would i have to build this from scratch with Graph API? 
      • Say I wanted to configure AzureAD from scratch. Can every piece of config be deployed via Graph and if not, where do I find documentation on the bits that can/cannot be ??

Resources