TL;DR: Is it possible to have terraform perform the Microsoft Graph steps for SCIM provisioning for Azure AD and Databricks?
I am trying to configure automatic SCIM provisioning for Databricks so that user and group management can be done via Azure Active Directory instead of within Databricks itself. I am trying to figure out how to accomplish this provisioning via terraform.
I see the following Azure databricks document here for configuring SCIM provisioning manually. Looks like it can be done with an enterprise application or using Microsoft Graph.
At the time of writing there is an open pull request on the azuread terraform provider to add provisioning via what looks to be the enterprise application method. Since I don't want to wait for that PR to get merged, I've been trying to figure out if the Microsoft Graph method is achievable via terraform now. If it is, I can't figure out how to do it.
I am using the latest version of the azuread provider which says that as of 2.0 it "exclusively uses Microsoft Graph to connect to Azure Active Directory."
I've been looking at the azuread_application documentation, following the manual config steps and trying to figure out what the terraform equivalent of those steps would be but it's not clear in the first place if this is even possible.