Azure service fabric 服务结构-警告:未能创建基础结构协调器

Azure service fabric 服务结构-警告:未能创建基础结构协调器,azure-service-fabric,Azure Service Fabric,我已经使用ARM模板部署了一个SB,当我转到资源管理器时,它会显示所有节点都正常运行,但在系统树上,我的两种节点类型都有一个警告: 不正常事件:SourceId='System.InfrastructureService', Property='CoordinatorStatus',HealthState='Warning', 考虑到警告错误=错误。无法创建基础结构 协调员: Microsoft.WindowsAzure.ServiceRuntime.Management.DeploymentM

我已经使用ARM模板部署了一个SB,当我转到资源管理器时,它会显示所有节点都正常运行,但在系统树上,我的两种节点类型都有一个警告:

不正常事件:SourceId='System.InfrastructureService', Property='CoordinatorStatus',HealthState='Warning', 考虑到警告错误=错误。无法创建基础结构 协调员: Microsoft.WindowsAzure.ServiceRuntime.Management.DeploymentManagementEndpointNotFoundException: 在中找不到部署管理终结点:ManagementUri Microsoft.WindowsAzure.ServiceRuntime.Management.DeploymentManagementServer.CreateChannelFactory() 在 Microsoft.WindowsAzure.ServiceRuntime.Management.DeploymentManagementServer.Initialize(IDEDeploymentManagementServer 服务器)在 Microsoft.WindowsAzure.ServiceRuntime.Management.DeploymentManagementClient..ctor(IDeploymentManagementServer 服务器)在 Microsoft.WindowsAzure.ServiceRuntime.Management.DeploymentManagementClient.CreateInstanceImpl(IDeploymentManagementServer 服务器)在 System.Fabric.InfrastructureService.ManagementClientFactory.Create()
在 System.Fabric.InfrastructureService.WindowsAzureInfrastructureCoordinatorFactory.Create() 在 System.Fabric.InfrastructureService.ServiceFactory.CreateCordinatorByReflection(字符串 assemblyName,字符串factoryTypeName,对象[] factoryCreateMethodArgs)位于 System.Fabric.InfrastructureService.DelayLoadCoordinator.d_uc.MoveNext()

……有什么想法吗???我会非常感激的


谢谢

您的手臂模板可能与durabilityLevel设置不匹配。每个节点类型需要设置2个位置。 A.虚拟机扩展资源部分 B服务结构群集资源部分


请检查这两个部分对于每个节点类型是否具有相同的值。例如,“durabilityLevel”:“Gold”

如果存在不匹配,并且您只是尝试创建并试用新的服务结构群集,最简单的修复方法是删除资源组并重新部署ARM模板。当然,这假设集群上还没有任何有用的工作负载。