full-winter-70537
03/08/2021, 10:26 AMglobal
, you can't set any other region such as westus
in the examples
• Unlike the examples, you can't reference the rules engine unless it already exists. Leave it empty and new up a separate one, using the name of the front door you're creating + make the RulesEngine DependsOn
the Frontdoor
Some requests:
• Please get rid of all the circular referencing, this is very painful. I'm having to use convention-based names and I'd prefer to just use stack references.
• I'd like the ability to new up the RuleEngine(s) when creating a front door, as it is technically a child resource
• ^ Ditto for backends
• Also inside ForwardingConfigurationArgs
, why have a property that can only accept one value but make us set it? The comment on the odata
property reads "Expected value is '#Microsoft.Azure.FrontDoor.Models.FrontdoorForwardingConfiguration'.". Please either make it private or readonly.tall-librarian-49374
03/08/2021, 10:42 AMfull-winter-70537
03/09/2021, 4:39 AM