https://pulumi.com logo
Title
b

better-rainbow-14549

02/19/2020, 1:13 PM
Resources: + 118 created 710 unchanged Duration: 9m58s
t

tall-librarian-49374

02/19/2020, 1:57 PM
Some Azure resources just take a long time to deploy… E.g. a single Cosmos DB would likely be more than 10 minutes. What kind of resources are in your stack?
b

better-rainbow-14549

02/19/2020, 1:58 PM
quite a lot of things, i can understand the delay in resources being available/ready to use etc
but just refreshing a stack takes ~5mins and the delay seems to be API throttling rather than local CPU
just wondering if there's any subscription limits we could ask azure to bump for us
g

gentle-diamond-70147

02/19/2020, 4:03 PM
Running with
--debug
will show you the Azure API request details so that could help narrow down which of the services/calls are taking a long time or being throttled.
b

better-rainbow-14549

02/19/2020, 4:12 PM
i'll give that a shot thanks