This isn't directly a Pulumi issue, but down to th...
# azure
m
This isn't directly a Pulumi issue, but down to the terrible design of the Front Door API. There is a circular reference when trying to use the rules engine, where the rules engine depends on front door being created, but front door needs to reference the rules engine ID when it is created, any found a workaround for this? The MS workaround was to create the FD first, then run again to create the rules engine, which obviously won't work for a Pulumi project