Hi, I'm having trouble finding an example of how t...
# azure
f
Hi, I'm having trouble finding an example of how to configure Azure Frontdoor using the new Azure.Native C# libraries. Do you have any examples you can point me to?
b
it does seem that there is an example in the docs: https://www.pulumi.com/docs/reference/pkg/azure-native/network/frontdoor/ Though from what I'm reading of it, the example is as contrived as what I'm doing for AppGW - these self-references are killing azure-native.
f
^ thanks, that explains why I couldn't get it working either. We're expected to use ARM-like reference IDs in Pulumi code? Why would I use Pulumi over ARM then?