Forum Discussion
shockotechcom
Apr 07, 2020Iron Contributor
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?
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 ??
Thijs Lecomte
Apr 09, 2020Bronze Contributor
You could use Powershell for some parts.
But the Graph API is the most complete API there is for AAD.
I highly recommend this blog series for an intro into Graph: https://developer.microsoft.com/en-us/graph/blogs/announcing-30-days-of-microsoft-graph-blog-series/
But the Graph API is the most complete API there is for AAD.
I highly recommend this blog series for an intro into Graph: https://developer.microsoft.com/en-us/graph/blogs/announcing-30-days-of-microsoft-graph-blog-series/