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 am trying to figure out what I am doing wrong when I try to create a user from an azure resource system managed identity, I tried using the mssql_azuread_service_principal which says it supports managed identity. It will create the user, but when I test that resources access I get a login failed for principal.
I noticed when I compare the outputs from the azurerm principal_id and the mssql_azuread_service_principal.client_id they do not match. the client_id produces a value that I cannot find on the resource. I also tried the mssql_azuread_user resource, but it produced the same error.
other then that, I love the provider!
please advise.
Thanks.
The text was updated successfully, but these errors were encountered:
I'm having a similar issue, wondering if support for System Managed Identities isn't supported? Basically just trying to cover the first line of the below coding scenario with this provider:
create user [az-resource-name] from external provider
ALTER role db_owner add member [az-resource-name]
I am trying to figure out what I am doing wrong when I try to create a user from an azure resource system managed identity, I tried using the
mssql_azuread_service_principal
which says it supports managed identity. It will create the user, but when I test that resources access I get a login failed for principal.here is the terraform I am using:
I noticed when I compare the outputs from the azurerm principal_id and the mssql_azuread_service_principal.client_id they do not match. the client_id produces a value that I cannot find on the resource. I also tried the
mssql_azuread_user
resource, but it produced the same error.other then that, I love the provider!
please advise.
Thanks.
The text was updated successfully, but these errors were encountered: