<@U012H5R25PX> Is there any way to get the current...
# golang
c
@important-appointment-55126 Is there any way to get the current azure subscription id for a context ?
Copy code
curr, err := core.GetSubscriptions(ctx, nil, nil)
		if err != nil {
			return err
		}
		ctx.Export("stack", pulumi.String(curr.Id))
This is throwing segmentation fault error
i
I don’t use Azure, so can’t try but if it’s returning nil for both
err
and
curr
i would of thought that is a bug; maybe someone from Pulumi can chime in
c
@lemon-agent-27707 Can you please help here ?
@important-appointment-55126 I thought you're from pulumi 😂
i
hah.. nope; just someone who’s been enjoying the product 🙂
c
Thanks for all the help you've done, mate.
i
happy to help however i can