This message was deleted.
# azure
s
This message was deleted.
s
Did you take a look at the examples for frontdoor here? https://www.pulumi.com/docs/reference/pkg/azure-native/network/frontdoor/ We do have a couple of known bugs with that example but it does seem to include reference to healthprobe and loadbalancing strategy
w
I should have mentioned that it's the C# one I'm using... the issue is that
HealthProbeSettings
and
LoadBalancingSettings
aren't able to be configured on c#.
There's also a bit of chicken/egg with FrontendEndpoints in that you can't add a custom domain until you've pointed the CNAME to your Frontdoor domain, which you may not know until your frontdoor has been spun up (unless you hardcode the name of the frontdoor). On top of that, the "hostname" in the frontendendpoint args MUST be hardcoded and known, which makes it very inflexible.