我已经在 dot net 中开发了一个 Service Fabric应用程序项目。 我已经在Azure上创建了一个安全的服务矩阵群集。我已经在我的计算机上的证书管理器中的当前用户:个人和受信任的根证书下导入了群集证书。。当我尝试发布服务结构应用程序时。它给出了类似的错误:
8>WARNING: Failed to contact Naming Service. Attempting to contact Failover Manager Service...
8>Get-ServiceFabricClusterManifest : Operation canceled.
8>At C:\Program Files\Microsoft SDKs\Service
8>Fabric\Tools\PSModule\ServiceFabricSDK\Publish-NewServiceFabricApplication.ps1:159 char:28
8>+ $clusterManifestText = Get-ServiceFabricClusterManifest
8>+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8> + CategoryInfo : InvalidOperation: (Microsoft.Servi...usterConnection:ClusterConnection) [Get-ServiceFabr
8> icClusterManifest], FabricTransientException
8> + FullyQualifiedErrorId : GetClusterManifestErrorId,Microsoft.ServiceFabric.Powershell.GetClusterManifest
应用程序在本地群集上运行正常,但在天蓝色上运行不正常。是否缺少任何配置设置?