Connecting to Azure Service Fabric cluster from Azure VM -


i trying connect azure service fabric cluster new azure virtual machine set up. when use connect-servicefabriccluster cmdlet following error message:

connect-servicefabriccluster : error occurred during operation.  please check trace logs more details. @ line:1 char:1 + connect-servicefabriccluster -connectionendpoint ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~     + categoryinfo          : invalidoperation: (:) [connect-servicefabriccluster], fabricexception     + fullyqualifiederrorid : createclusterconnectionerrorid,microsoft.servicefabric.powershell.connectcluster 

the command using in powershell (values obfuscated):

connect-servicefabriccluster -connectionendpoint {endpoint address} -findtype findbythumbprint -findvalue {thumbprint} -x509credential -servercertthumbprint {thumbprint} -storelocation currentuser -storename 

when use exact same command on development pc working fine. suggestions on going wrong , how might debug welcome!

ensure have client certificate installed on vm @ location indicated in parameters connect-servicefabriccluster cmdlet.


Comments