从Azure VM连接到Azure Service Fabric群集

时间:2016-08-01 14:02:43

标签: azure azure-service-fabric

我正在尝试从刚刚设置的新Azure虚拟机连接到我的Azure Service Fabric群集。但是,当我使用Connect-ServiceFabricCluster cmdlet时,会收到以下错误消息:

Connect-ServiceFabricCluster : An error occurred during this operation.  Please check the trace logs for more details.
At line:1 char:1
+ Connect-ServiceFabricCluster -ConnectionEndpoint ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (:) [Connect-ServiceFabricCluster], FabricException
    + FullyQualifiedErrorId : CreateClusterConnectionErrorId,Microsoft.ServiceFabric.Powershell.ConnectCluster

我在powershell中使用的命令是(值被混淆):

Connect-ServiceFabricCluster -ConnectionEndpoint {ENDPOINT ADDRESS} -FindType FindByThumbprint -FindValue {THUMBPRINT} -X509Credential -ServerCertThumbprint {THUMBPRINT} -StoreLocation CurrentUser -StoreName My

当我在我的开发PC上使用完全相同的命令时,它工作得很好。关于出了什么问题以及如何调试这个的任何建议都是受欢迎的!

1 个答案:

答案 0 :(得分:3)

确保在VM上安装了客户端证书,该证书位于Connect-ServiceFabricCluster cmdlet参数中指示的位置。