https://pulumi.com logo
Title
l

loud-shampoo-49194

01/05/2021, 3:49 PM
Is there a better way to diagnose a hanging/slow update of a stack other than the -d flag on pulumi up? I have a simple stack (rsg,vnet, 3 subnets) and wanted to add a key vault but its stuck on "debug: Registering resource monitor end: t=pulumiđŸ˜›ulumi:Stack, name=tvp-sb, custom=False, remote=False" - since 9 minutes.
c

cool-fireman-90027

01/05/2021, 4:20 PM
Have you tried this:
pulumi up --logtostderr -v9 --debug
That will give you more information. Which azure provider are you using? azure-nextgen?
l

loud-shampoo-49194

01/06/2021, 6:27 AM
Yup, I'm using azure next gen. I'll try it those flags, thanks.