Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

fabric:/System/InfraustructureService is not healthy on Service Fabric Cluster

I deployed a fresh Service Fabric Cluster with a durability level of Silver and the fabric:/System/InfrastructureService/FE service is unhealthy with the following error:

Unhealthy event: SourceId='System.InfrastructureService', Property='CoordinatorStatus', HealthState='Warning', ConsiderWarningAsError=false. Failed to create infrastructure coordinator: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Fabric.InfrastructureService.ManagementException: Unable to get tenant policy agent endpoint from registry; verify that tenant settings match InfrastructureService configuration

like image 748
aoetalks Avatar asked Oct 25 '25 23:10

aoetalks


1 Answers

The durability level needs to be specified in two places: the VMSS resource and the Service Fabric Resource in the ARM template.

My template had it set to Bronze in the VMSS resource and silver in the Service Fabric resource - once I made them match, it worked.

like image 197
aoetalks Avatar answered Oct 28 '25 04:10

aoetalks



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!