This message was deleted.
# general
s
This message was deleted.
w
If, after the error, you do a second
pulumi up
does it complete? If so, I suspect Azure is taking a while to propagate the domain and the request is essentially timing out waiting for the domain to be seen. Regardless, it’s probably worth trying the
customTimeouts
resource option. See: https://www.pulumi.com/docs/intro/concepts/resources/#customtimeouts
1
h
Thanks, i wil try it.