In bicep, I'm trying to create a databricks workspace with CMEK + UserAssignedManagedIdentity.
https://github.com/Azure/bicep-registry-modules/tree/main/avm/res/databricks/workspace
I'm passing the identity in the optional param, but it seems like this param is not hooked up in the workspace deployment.
Has anyone ran into this? I don't see a way to do so from the bicep or the arm templates.
This is causing workspace deployment to fail as I can't set up the permissions before deployment. Any work arounds aside from manually adjusting once deployed?