I am getting below error when I am trying to publish service fabric application to Azure cluster.
Is this because of any firewall issue since I am working in the corporate env. If its a firewall issue which port needs to open to resolve this? or is this due to any other issue?
WARNING: Failed to contact Naming Service. Attempting to contact Failover Manager Service...
Get-ServiceFabricClusterManifest : Operation canceled.
At C:\Program Files\Microsoft SDKs\Service
Fabric\Tools\PSModule\ServiceFabricSDK\Publish-NewServiceFabricApplication.ps1:159 char:28
+ $clusterManifestText = Get-ServiceFabricClusterManifest
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (Microsoft.Servi...usterConnection:ClusterConnection) [Get-ServiceFabricClusterManifest], FabricTransientException
+ FullyQualifiedErrorId : GetClusterManifestErrorId,Microsoft.ServiceFabric.Powershell.GetClusterManifest
Finished executing script 'Deploy-FabricApplication.ps1'.
Time elapsed: 00:00:47.5709554
The PowerShell script failed to execute.