https://pulumi.com logo
a

aloof-spoon-46068

04/03/2019, 6:36 PM
Is there a mechanism for azure to recreate generating a service principle like what you would get if you do
az ad sp create-for-rbac"
? I tried following the example from: https://pulumi.io/reference/pkg/nodejs/@pulumi/azure/ad/#example-usage-1 but I’m not able to pull out a Tenant ID. I also see the warnings about deprecated API, but the links just take me to terraform docs and I don’t see how to use the
azuread
provider from within pulumi. Basically I want to create a SP then grab all the AAD stuff to use.
2 Views