Fabric:/System/InfraustructureService 在 Service Fabric 群集上运行状况不佳

aoe*_*lks 3 azure-service-fabric

我部署了一个持久性级别为 Silver 的全新 Service Fabric 集群,但该fabric:/System/InfrastructureService/FE服务运行状况不佳并出现以下错误:

不健康事件:SourceId='System.InfrastructureService'、Property='CoordinatorStatus'、HealthState='Warning'、ConsumeWarningAsError=false。无法创建基础结构协调器:System.Reflection.TargetInvocationException:调用的目标已抛出异常。---> System.Fabric.InfrastructureService.ManagementException:无法从注册表中获取租户策略代理端点;验证租户设置是否与 InfrastructureService 配置匹配

aoe*_*lks 5

持久性级别需要在两个地方指定:ARM 模板中的 VMSS 资源和 Service Fabric 资源。

我的模板在 VMSS 资源中将其设置为青铜色,在 Service Fabric 资源中将其设置为银色 - 一旦我使它们匹配,它就可以工作。