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#.
worried-knife-31967
03/08/2021, 11:42 PM
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.