Hi, anyone had any luck with Azure front door and the rules engine. Seems like there's a circular dependency.
I've got a front door created using the Pulumi.Azure provider and have created a RulesEngine using the Nextgen provider but I can't figure out how to associate the rulesengine to the routing rule.
BTW frontdoor was something I had already created with the Pulumi.Azure provider and wasn't looking to move it to nextgen just yet (time constraints).
The only solution I can think of it to use a script using azure cli to do the association but that means it's a separate step outside of Pulumi