This message was deleted.
# azure
s
This message was deleted.
a
It's a known problem – there's a cyclic dependency in the Azure API itself so this isn't possible in a single run without some kind of hacks. Cert creation depends on custom domain to be deployed and to update the SSL binding on the custom domain it needs to know the cert thumbprint.
Pulumi has explored some possible solutions that might be implemented in the future: https://www.pulumi.com/blog/exploring-circular-dependencies/
t
Thank you for the detailed info!