无法从Powershell部署到Azure Service Fabric

时间:2017-08-22 10:37:10

标签: powershell azure azure-service-fabric

我正在尝试连接到南印度数据中心托管的安全集群,我可以使用Visual Studio将我的应用程序部署到azure服务结构,但是当我尝试从powershell部署我的应用程序时,我正在获取以下错误:

  

警告:无法联系命名服务。试图联系   故障转移管理器服务...警告:无法联系故障转移   经理服务,试图联系FMM ......错误   Connect-ServiceFabricCluster:无法ping任何提供的   Service Fabric网关端点。在行:7 char:1   + Connect-ServiceFabricCluster -ConnectionEndpoint $ endpoint   + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~       + CategoryInfo:InvalidOperation:(:) [Connect-ServiceFabricCluster],FabricTransientException       + FullyQualifiedErrorId:TestClusterConnectionErrorId,Microsoft.ServiceFabric.Powershell.ConnectCluster

SCRIPT CMDLET

Connect-ServiceFabricCluster -ConnectionEndpoint $endpoint 
          -KeepAliveIntervalInSec 20 
          -X509Credential -ServerCertThumbprint $servthumbprint
          -FindType FindByThumbprint -FindValue  $Certthumbprint
          -StoreLocation CurrentUser -StoreName cert:\CurrentUser\my

PS:我在上面的cmdlet中传递了与Visual Studio一起使用的相同值。

0 个答案:

没有答案