I'm struggling to setup a reverseFqdn for a public IP address in Azure due to required order of operations.
I want an IP address to point to a "vanity" domain FQDN, and the domain to be an A record. To do that I appear to need to
1) Create the IP address,
2) Setup the A record to point to the IP address, then finally
3) update the IP address with the FQDN.
Of course, given declarative nature of Pulumi I cannot update the same resource in multiple places. How do I work around this? If it matters, I'm using the Terraform-based Azure provider