无法在Azure Service Fabric群集上发布Service Fabric应用程序

时间:2018-06-29 08:04:27

标签: api .net-core runtime-error azure-service-fabric

我已经在 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

应用程序在本地群集上运行正常,但在天蓝色上运行不正常。是否缺少任何配置设置?

0 个答案:

没有答案