Joh*_*man 3 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
Run Code Online (Sandbox Code Playgroud)
我在 powershell 中使用的命令是(值被混淆):
Connect-ServiceFabricCluster -ConnectionEndpoint {ENDPOINT ADDRESS} -FindType FindByThumbprint -FindValue {THUMBPRINT} -X509Credential -ServerCertThumbprint {THUMBPRINT} -StoreLocation CurrentUser -StoreName My
Run Code Online (Sandbox Code Playgroud)
当我在我的开发 PC 上使用完全相同的命令时,它工作得很好。欢迎就出现的问题以及我如何调试这个问题提供任何建议!
| 归档时间: |
|
| 查看次数: |
2751 次 |
| 最近记录: |