Hello Guys, How get I get a list of subscriptions ...
# general
w
Hello Guys, How get I get a list of subscriptions using Pulumi.AzureNative. I need to retrieve a subscription by a subscription name and get the subscription id.
e
i would do this once with logging into azure and then start the pulumi part with the subscription id. log in with
az login
and then you will get a list of subscriptions with the id's.