Hello team, I'm developing function app on contain...
# azure
q
Hello team, I'm developing function app on container app and want to use pulumi automation API to make managed identity create some resources. I encountered an issue which is described here https://github.com/pulumi/pulumi-azuread/issues/1023 and it is said that
We are, however, planning to migrate to the newer, official azidentity for authentication soon
. I checked azure-native github and I can see that
azidentity
is already imported here https://github.com/pulumi/pulumi-azure-native/blob/master/provider/pkg/provider/auth_azidentity.go#L18. So as I understand it should work? For me it doesn't work and wanted to ask if the issue is not closed on purpose or it's a bug?
Hi @melodic-tomato-39005 can I ping you as it's your response and I guess change is yours too?