https://pulumi.com logo
Title
f

full-winter-70537

03/08/2021, 10:26 AM
Some feedback on creating Azure Frontdoor: • Frontdoor location has to be
global
, 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.
t

tall-librarian-49374

03/08/2021, 10:42 AM
Unfortunately, that’s how ARM API is designed. We map it more-or-less 1:1
(except the last point, which is ours. could you file an issue for that?)
f

full-winter-70537

03/09/2021, 4:39 AM