You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to add my Azure Data Factory managed identity user with this provider.
The terraform execution was successful but I've not been able to authenticate from within ADF. So I've tried to run the SQL commands "manually" with SQL Admin account and I've stumbled across this error:
Principal 'adf-cbi-dev-02' could not be created. Only connections established with Active Directory accounts can create other Active Directory users.
Since I'm using the same user in Terraform I was wondering 2 things:
Why does this provider do not fail with the same error?
Is my ADF managed identity correctly assigned these roles?
The text was updated successfully, but these errors were encountered:
I've been trying to add my Azure Data Factory managed identity user with this provider.
The terraform execution was successful but I've not been able to authenticate from within ADF. So I've tried to run the SQL commands "manually" with SQL Admin account and I've stumbled across this error:
Principal 'adf-cbi-dev-02' could not be created. Only connections established with Active Directory accounts can create other Active Directory users.
Since I'm using the same user in Terraform I was wondering 2 things:
The text was updated successfully, but these errors were encountered: