Unable to deploy to Azure Service Fabric from Powershell -




i trying connect secured cluster hosted in south india data center , able deploy application azure service fabric using visual studio when trying deploy application powershell, getting following error :

warning: failed contact naming service. attempting contact failover manager service... warning: failed contact failover manager service, attempting contact fmm... false connect-servicefabriccluster : not ping of provided service fabric gateway endpoints. @ line: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 : passing same values in above cmdlets using visual studio.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -