gpt4 book ai didi

azure - 从 Azure VM 连接到 Azure Service Fabric 群集

转载 作者:行者123 更新时间:2023-12-02 06:04:16 27 4
gpt4 key购买 nike

我正在尝试从刚刚设置的新 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 上使用完全相同的命令时,它工作得很好。欢迎就问题所在以及如何调试这个问题提供任何建议!

最佳答案

确保您已将客户端证书安装在 VM 上 Connect-ServiceFabricCluster cmdlet 参数中指定的位置。

关于azure - 从 Azure VM 连接到 Azure Service Fabric 群集,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38700891/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com