James Tran

Results 3 comments of James Tran

Running into the same issue when using the client_id from azurerm_user_assigned_identity. ``` resource "azurerm_user_assigned_identity" "example" { name = "uami-example" resource_group_name = "rg-example" location = "australiaeast" } resource "azuread_application_federated_identity_credential" "aks_stepcertificates_federatedidentity" {...

Thanks @manicminer, yes I understand there'll be some differences. In my example I managed to get it working by prefixing "/applications/". What I meant to say was using the Managed...

hi @ivelichkovich , I'm looking to do something similar, would be great and very much appreciated to know how you managed to do this if you're happy to share.