【发布时间】:2019-03-22 01:21:42
【问题描述】:
当我尝试将 Service Fabric 应用程序发布到 Azure 集群时出现以下错误。
这是因为我在公司环境中工作后出现的任何防火墙问题。如果是防火墙问题,需要打开哪个端口来解决这个问题?还是因为其他问题?
WARNING: Failed to contact Naming Service. Attempting to contact Failover Manager Service...
Get-ServiceFabricClusterManifest : Operation canceled.
At C:\Program Files\Microsoft SDKs\Service
Fabric\Tools\PSModule\ServiceFabricSDK\Publish-NewServiceFabricApplication.ps1:159 char:28
+ $clusterManifestText = Get-ServiceFabricClusterManifest
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (Microsoft.Servi...usterConnection:ClusterConnection) [Get-ServiceFabricClusterManifest], FabricTransientException
+ FullyQualifiedErrorId : GetClusterManifestErrorId,Microsoft.ServiceFabric.Powershell.GetClusterManifest
Finished executing script 'Deploy-FabricApplication.ps1'.
Time elapsed: 00:00:47.5709554
The PowerShell script failed to execute.
【问题讨论】:
标签: azure azure-service-fabric