ok, so I'm going to make the assumption that Azure...
# azure
w
ok, so I'm going to make the assumption that Azure Frontdoor on the AzureNative isn't usable, I can't seem to find anyway to create the subresources required to get healthprobe and loadbalancing strategy working. Perhaps this is something I'm going to have to revert to the previous API for?
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.