This message was deleted.
# azure
s
This message was deleted.
t
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
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
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
i'll give that a shot thanks