This message was deleted.
# general
s
This message was deleted.
b
I believe so - @tall-librarian-49374 can you confirm?
r
FYI: pulumi up produces this error message:
Copy code
error: an unhandled error occurred: Program exited with non-zero exit code: 139
wondering how I might go about debugging the issue.
r
ah so the secret is to use the Pulumi.AzureNextGen package?
t
This shouldn’t matter, AFAIK, there’s nothing specific in AzureNextGen. As you see, the example uses a bunch of other providers too.
r
I'm trying to get the starter Azure example working with net5.0 i.e. setting up a resource group and storage acc but failing miserably 😥. I guess it's early day for the net5.0 as it was only released a few days back.
t
Try running with
--logtostderr -v=9
to see debug messages?