For those running on-premise SF clusters and want to send cluster health
telemetry to app insights - I've created a windows service that makes
this pretty easy.It uses
Microsoft.ApplicationInsights.PerfCounterCollector so you can easily add
additional perf counters. I've also added couple of Kusto q...
Thank you @AdmiralBond for clarifying the upcoming cross-AZ scale set
support - that makes sense!I did quite a lot of digging and found the
info on MSDOCs on how to configure a cross regional azure service fabric
cluster - pretty cool as I incorrectly thought you could only have 1
node type marked a...
@debeerisgreat Not sure if this is sufficient, but currently you can
have a SF cluster with three scalesets all of which are in a separate
zone of an availability zone. When the article states "Support for using
a single Cross-AZ Virtual Machine Scale Set" I believe what they are
saying is that scal...
Cross Availability Zone Clusters sounds interesting and may be just what
we're waiting for...As per MS Docs, we've chosen to run a single service
fabric cluster spanning multiple regions and using placement
constraints. Unfortunately, as far as I know, you still can't do this
with Azure Service Fabr...
@Przybylski Support for Ubuntu 18.04 refers to host OS running the
Service Fabric run-time. This will allow you to create a cluster on a
host running Ubuntu 18.04. There are no tooling announcements as part of
this support.