This message was deleted.
# general
s
This message was deleted.
a
That's how I did it in TypeScript: https://gist.github.com/igstan/7bed390f5d5bbb478167ca7b6f2c939b A word of warning, I'm still learning both Pulumi and Azure.
n
azuread!!! Stupid me was trying to find it in azure.* Thanks a 10e6!
a
I had the same problem when figuring this out 🙂 Glad it helped.
n
Have you tried to actually deploy that succesfully e2e? If yes, which pulumi version are you using? I'm hitting
error: unrecognized resource type (Check): azuread:index/servicePrincipal:ServicePrincipal
Found my mistake, I was trying to create azuread.ServicePrinicpal using azure.Provider instead of azureid.Provider, no wonder I got this error.